Projekt

Allgemein

Profil

Aktionen

Installation How-To

You can include the module transpect-tex in a transpect project.

  • the library https://subversion.le-tex.de/common/transpect-adaptions/docx-xml-tex/latex as external (MAKEFILEDIR is in most transpect projects equivalent to the project directory)
    • Parameter TEX_CONFIG_DIR_COMMON = MAKEFILEDIR/docx-xml-tex/
    • TEX_TEMPDIR is the temporary directory used to render the PDF
    • LUALATEX = path to lualatex, minimal version is 2019 (installed on transpect server (03/2021) version 1.10.0 [/usr/local/texlive/2019/bin/x86_64-linux/luatex]), on le-tex-servers: /usr/local/texlive/2019/bin/i386-linux/lualatex.
  • Makefile
    • copies TEX_FILE to TEX_TEMPDIR
    • copy TEX_CONFIG_DIR_COMMON to TEX_TEMPDIR
    • (optional: copy project-specific latex files to in MAKEFILEDIR/a9s/common/latex/ to TEX_TEMPDIR)
    • invocation: source /usr/local/texlive/env2019.sh or direct to LUALATEX -interaction=nonstopmode TEX_FILE

Von Marcus Hottenroth vor 9 Monaten aktualisiert · 1 Revisionen