#include <klfbackend.h>
Public Attributes | |
| QString | latex |
| QString | mathmode |
| QString | preamble |
| unsigned long | fg_color |
| unsigned long | bg_color |
| int | dpi |
This struct descibes the input of getLatexFormula(), ie. the LaTeX code, the mathmode to use, the dpi for rendering png, colors etc.
Definition at line 90 of file klfbackend.h.
|
|
The latex code to render Definition at line 91 of file klfbackend.h. Referenced by KLFBackend::getLatexFormula(). |
|
|
The mathmode to use. You may pass an arbitrary string containing '...' . '...' will be replaced by the latex code. Examples are:
Definition at line 92 of file klfbackend.h. |
|
|
The LaTeX preample, ie the code that appears after '\documentclass{...}' and before '\begin{document}' Definition at line 97 of file klfbackend.h. |
|
|
The foreground color to use, in format given by Definition at line 99 of file klfbackend.h. |
|
|
The background color to use, in format given by
Definition at line 101 of file klfbackend.h. |
|
|
The dots per inch resolution to use to render the image. This is directly passed to the Definition at line 105 of file klfbackend.h. |
1.4.6