KLFBackend::klfSettings Struct Reference

General settings for KLFBackend::getLatexFormula(). More...

#include <klfbackend.h>

List of all members.

Public Attributes

QString tempdir
QString latexexec
QString dvipsexec
QString gsexec
QString epstopdfexec
int tborderoffset
int rborderoffset
int bborderoffset
int lborderoffset


Detailed Description

General settings for KLFBackend::getLatexFormula().

Some global settings to pass on when calling getLatexFormula(). In this struct you specify some system settings, like a temp directory and some paths

Note:
the klfclspath field was removed, because we no longer use klatexformula.cls.

Definition at line 133 of file klfbackend.h.


Member Data Documentation

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().

QString KLFBackend::klfSettings::latexexec

the latex executable, path incl. if not in $PATH

Definition at line 136 of file klfbackend.h.

Referenced by KLFBackend::getLatexFormula().

QString KLFBackend::klfSettings::dvipsexec

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().

QString KLFBackend::klfSettings::epstopdfexec

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().

int KLFBackend::klfSettings::tborderoffset

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().

int KLFBackend::klfSettings::rborderoffset

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().

int KLFBackend::klfSettings::bborderoffset

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().

int KLFBackend::klfSettings::lborderoffset

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().


The documentation for this struct was generated from the following file:
Generated on Mon May 4 01:27:08 2009 for KLFBackend by  doxygen 1.5.3