#include <klfbackend.h>
Public Attributes | |
QString | tempdir |
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
klfclspath
field was removed, because we no longer use klatexformula.cls. Definition at line 133 of file klfbackend.h.
QString KLFBackend::klfSettings::tempdir |
A temporary directory in which we have write access, e.g. /tmp/
Definition at line 134 of file klfbackend.h.
Referenced by KLFBackend::getLatexFormula().
the latex executable, path incl. if not in $PATH
Definition at line 136 of file klfbackend.h.
Referenced by KLFBackend::getLatexFormula().
the dvips executable, path incl. if not in $PATH
Definition at line 137 of file klfbackend.h.
Referenced by KLFBackend::getLatexFormula().
QString KLFBackend::klfSettings::gsexec |
the gs executable, path incl. if not in $PATH
Definition at line 138 of file klfbackend.h.
Referenced by KLFBackend::getLatexFormula().
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 instruct getLatexFormula() to NOT attempt to generate PDF. If, though, you do specify an epstopdf executable here, epstopdf errors will be reported as real errors.
Definition at line 139 of file klfbackend.h.
Referenced by KLFBackend::getLatexFormula().
The number of postscript points to add to top side of the resulting EPS boundingbox
Definition at line 143 of file klfbackend.h.
Referenced by KLFBackend::getLatexFormula().
The number of postscript points to add to right side of the resulting EPS boundingbox
Definition at line 144 of file klfbackend.h.
Referenced by KLFBackend::getLatexFormula().
The number of postscript points to add to bottom side of the resulting EPS boundingbox
Definition at line 145 of file klfbackend.h.
Referenced by KLFBackend::getLatexFormula().
The number of postscript points to add to left side of the resulting EPS boundingbox
Definition at line 146 of file klfbackend.h.
Referenced by KLFBackend::getLatexFormula().