Revision c686f4cd
Von Moritz Bunkus vor etwa 2 Jahren hinzugefügt
config/kivitendo.conf.default | ||
---|---|---|
164 | 164 |
html2ps = html2ps |
165 | 165 |
# Location of the Ghostscript binary |
166 | 166 |
ghostscript = gs |
167 |
# Location of the pdflatex (or compatible, e.g. xetex) binary
|
|
168 |
latex = pdflatex
|
|
167 |
# Location of the program to create PDFs from TeX documents
|
|
168 |
latex = latexmk -pdf
|
|
169 | 169 |
# Location of the Python interpreter to use when converting from |
170 | 170 |
# OpenDocument to PDF. Some distributions compile UNO support only |
171 | 171 |
# into binaries located in different locations than the main Python |
Auch abrufbar als: Unified diff
LaTeX-Druckvorlagen: nicht immer zwei mal den LaTeX-Interpreter aufrufen
LaTeX-Druckvorlagen werden nun standardmäßig nicht mehr zwei mal durch
den LaTeX-Interpreter übersetzt. Statt dessen wird in der
Standardkonfiguration das Programm »latexmk -pdf« aufgerufen, das
selbständig feststellen kann, ob eine mehrfache Ausführung nötig ist,
z.B. um Referenzen richtig auflösen zu können.
Bei existierenden Installationen muss dafür in der Konfigurationsdatei
»config/kivitendo.conf« der Pfad in der Einstellung »[applications]« →
»latex« umgestellt werden, z.B. auf »latexmk -pdf«. Andere
TeX-Interpreter wie luatex werden ebenfalls unterstützt; siehe Ausgabe
von »latexmk -help«.