#include <klfbackend.h>
Public Attributes | |
| QString | tempdir |
| QString | klfclspath |
| QString | latexexec |
| QString | dvipsexec |
| QString | gsexec |
| QString | epstopdfexec |
| int | tborderoffset |
| int | rborderoffset |
| int | bborderoffset |
| int | lborderoffset |
Some global settings to pass on when calling getLatexFormula(). In this struct you specify some system settings, like a temp directory and some paths
Definition at line 73 of file klfbackend.h.
|
|
A temporary directory in which we have write access, e.g. Definition at line 74 of file klfbackend.h. Referenced by KLFBackend::getLatexFormula(). |
|
|
location of the 'klatexformula.cls' file: just the directory, don't include filename here Definition at line 75 of file klfbackend.h. |
|
|
the latex executable, path incl. if not in $PATH Definition at line 76 of file klfbackend.h. |
|
|
the dvips executable, path incl. if not in $PATH Definition at line 77 of file klfbackend.h. |
|
|
the gs executable, path incl. if not in $PATH Definition at line 78 of file klfbackend.h. |
|
|
the epstopdf executable, path incl. if not in $PATH. This isn't mandatory to get PNG so you may leave this to Null or Empty string to drop PDF support in KLFBackend. Definition at line 79 of file klfbackend.h. |
|
|
The number of postscript points to add to top side of the resulting EPS boundingbox Definition at line 81 of file klfbackend.h. |
|
|
The number of postscript points to add to right side of the resulting EPS boundingbox Definition at line 82 of file klfbackend.h. |
|
|
The number of postscript points to add to bottom side of the resulting EPS boundingbox Definition at line 83 of file klfbackend.h. |
|
|
The number of postscript points to add to left side of the resulting EPS boundingbox Definition at line 84 of file klfbackend.h. |
1.4.6