Projekt

Allgemein

Profil

Installationskurzanleitung » Historie » Revision 5

Revision 4 (Martin Kraetke, 23.12.2021 15:16) → Revision 5/6 (Marcus Hottenroth, 02.01.2024 09:53)

h1. Installationskurzanleitung Installation How-To 

 Das CoCoTeX-Modul kann You can include the module transpect-tex in ein Xerif-Projekt integriert werden. a transpect project.  

 * Die "Bibliothek":https://gitlab.le-tex.de/transpect-tex/transpect-tex/-/tree/oop wird als External eingebunden; die Variable @MAKEFILEDIR@ ist the library https://subversion.le-tex.de/common/transpect-adaptions/docx-xml-tex/latex as external (@MAKEFILEDIR@ is in den meisten Xerif-Projekten mit dem Projektverzeichnis identisch. 

  most transpect projects equivalent to the project directory)  


  * Der Parameter @TEX_CONFIG_DIR_COMMON@ besitzt den Wert @MAKEFILEDIR/docx-xml-tex/@. @TEX_CONFIG_DIR_COMMON = MAKEFILEDIR/docx-xml-tex/@ 

  * @TEX_TEMPDIR@ ist das temporäre Verzeichnis, innerhalb dessen das is the temporary directory used to render the PDF gerendert wird. 

  * @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 = path to lualatex, minimal version is 2019 (installed on transpect server (03/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/x86_64-linux/luatex]), on le-tex-servers: /usr/local/texlive/2019/bin/i386-linux/lualatex. 

 * Das Makefile  

  * … kopiert die Dateien copies @TEX_FILE@ ins Verzeichnis @TEX_TEMPDIR@, to @TEX_TEMPDIR@ 

  * … kopiert die Inhalte aus copy @TEX_CONFIG_DIR_COMMON@ ins Verzeichnis @TEX_TEMPDIR@, to @TEX_TEMPDIR@ 

  * (optional: … kopiert projektspezifische LaTeX-Dateien aus copy project-specific latex files to in @MAKEFILEDIR/a9s/common/latex/@ ins Verzeichnis @TEX_TEMPDIR@), to @TEX_TEMPDIR@) 

  * … ruft invocation: @source /usr/local/texlive/env2019.sh@ und anschließend or direct to @LUALATEX -interaction=nonstopmode TEX_FILE@ auf.