KLFBackend::klfSettings Struct Reference

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

#include <klfbackend.h>

List of all members.

Public Attributes

QString tempdir
QString klfclspath
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

Definition at line 73 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 74 of file klfbackend.h.

Referenced by KLFBackend::getLatexFormula().

QString KLFBackend::klfSettings::klfclspath
 

location of the 'klatexformula.cls' file: just the directory, don't include filename here

Definition at line 75 of file klfbackend.h.

QString KLFBackend::klfSettings::latexexec
 

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

Definition at line 76 of file klfbackend.h.

QString KLFBackend::klfSettings::dvipsexec
 

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

Definition at line 77 of file klfbackend.h.

QString KLFBackend::klfSettings::gsexec
 

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

Definition at line 78 of file klfbackend.h.

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 drop PDF support in KLFBackend.

Definition at line 79 of file klfbackend.h.

int KLFBackend::klfSettings::tborderoffset
 

The number of postscript points to add to top side of the resulting EPS boundingbox

Definition at line 81 of file klfbackend.h.

int KLFBackend::klfSettings::rborderoffset
 

The number of postscript points to add to right side of the resulting EPS boundingbox

Definition at line 82 of file klfbackend.h.

int KLFBackend::klfSettings::bborderoffset
 

The number of postscript points to add to bottom side of the resulting EPS boundingbox

Definition at line 83 of file klfbackend.h.

int KLFBackend::klfSettings::lborderoffset
 

The number of postscript points to add to left side of the resulting EPS boundingbox

Definition at line 84 of file klfbackend.h.


The documentation for this struct was generated from the following file:
Generated on Sat Apr 28 14:14:02 2007 for KLatexFormula-Library-Backend by  doxygen 1.4.6