Installation-Howto » Historie » Version 1
Marcus Hottenroth, 28.12.2023 10:30
1 | 1 | Marcus Hottenroth | h1. Installation How-To |
---|---|---|---|
2 | |||
3 | You can include the module transpect-tex in a transpect project. |
||
4 | |||
5 | * 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) |
||
6 | |||
7 | |||
8 | * Parameter @TEX_CONFIG_DIR_COMMON = MAKEFILEDIR/docx-xml-tex/@ |
||
9 | |||
10 | * @TEX_TEMPDIR@ is the temporary directory used to render the PDF |
||
11 | |||
12 | * @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. |
||
13 | |||
14 | * Makefile |
||
15 | |||
16 | * copies @TEX_FILE@ to @TEX_TEMPDIR@ |
||
17 | |||
18 | * copy @TEX_CONFIG_DIR_COMMON@ to @TEX_TEMPDIR@ |
||
19 | |||
20 | * (optional: copy project-specific latex files to in @MAKEFILEDIR/a9s/common/latex/@ to @TEX_TEMPDIR@) |
||
21 | |||
22 | * invocation: @source /usr/local/texlive/env2019.sh@ or direct to @LUALATEX -interaction=nonstopmode TEX_FILE@ |
||
23 | |||
24 |