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 (MAKEFILEDIRis in most transpect projects equivalent to the project directory)- Parameter TEX_CONFIG_DIR_COMMON = MAKEFILEDIR/docx-xml-tex/
 - TEX_TEMPDIRis 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.
 
- Parameter 
- Makefile
	- copies TEX_FILEtoTEX_TEMPDIR
 - copy TEX_CONFIG_DIR_COMMONtoTEX_TEMPDIR
 - (optional: copy project-specific latex files to in MAKEFILEDIR/a9s/common/latex/toTEX_TEMPDIR)
 - invocation: source /usr/local/texlive/env2019.shor direct toLUALATEX -interaction=nonstopmode TEX_FILE
 
- copies 
Von Marcus Hottenroth vor fast 2 Jahren aktualisiert · 1 Revisionen