Installationskurzanleitung » Historie » Version 6
Marcus Hottenroth, 03.01.2024 10:52
| 1 | 5 | Marcus Hottenroth | h1. Installationskurzanleitung |
|---|---|---|---|
| 2 | 1 | Philipp Glatza | |
| 3 | 5 | Marcus Hottenroth | Das CoCoTeX-Modul kann in ein Xerif-Projekt integriert werden. |
| 4 | 1 | Philipp Glatza | |
| 5 | 5 | Marcus Hottenroth | * Die "Bibliothek":https://gitlab.le-tex.de/transpect-tex/transpect-tex/-/tree/oop wird als External eingebunden; die Variable @MAKEFILEDIR@ ist in den meisten Xerif-Projekten mit dem Projektverzeichnis identisch. |
| 6 | 1 | Philipp Glatza | |
| 7 | 5 | Marcus Hottenroth | * Der Parameter @TEX_CONFIG_DIR_COMMON@ besitzt den Wert @MAKEFILEDIR/docx-xml-tex/@. |
| 8 | 1 | Philipp Glatza | |
| 9 | 5 | Marcus Hottenroth | * @TEX_TEMPDIR@ ist das temporäre Verzeichnis, innerhalb dessen das PDF gerendert wird. |
| 10 | 1 | Philipp Glatza | |
| 11 | 6 | Marcus Hottenroth | * @LUALATEX@ enthält den Pfad zur LuaLaTeX-Binärdatei (@lualatex@). Die Minimalvoraussetzung ist eine 2019er-Version (auf dem Xerif-Server ist Stand März 2021 Version 1.10.0 installiert [@/usr/local/texlive/2019/bin/x86_64-linux/luatex@]). Binärdatei auf den le-tex-Servern: @/usr/local/texlive/2019/bin/i386-linux/lualatex@. |
| 12 | 1 | Philipp Glatza | |
| 13 | 5 | Marcus Hottenroth | * Das Makefile … |
| 14 | 1 | Philipp Glatza | |
| 15 | 5 | Marcus Hottenroth | * … kopiert die Dateien @TEX_FILE@ ins Verzeichnis @TEX_TEMPDIR@, |
| 16 | 1 | Philipp Glatza | |
| 17 | 5 | Marcus Hottenroth | * … kopiert die Inhalte aus @TEX_CONFIG_DIR_COMMON@ ins Verzeichnis @TEX_TEMPDIR@, |
| 18 | 1 | Philipp Glatza | |
| 19 | 5 | Marcus Hottenroth | * (optional: … kopiert projektspezifische LaTeX-Dateien aus @MAKEFILEDIR/a9s/common/latex/@ ins Verzeichnis @TEX_TEMPDIR@), |
| 20 | 1 | Philipp Glatza | |
| 21 | 5 | Marcus Hottenroth | * … ruft @source /usr/local/texlive/env2019.sh@ und anschließend @LUALATEX -interaction=nonstopmode TEX_FILE@ auf. |
| 22 | 3 | Philipp Glatza | |
| 23 |