blob: 7be7a3fc34c0cebdae202b03dafedb847868cf92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
depend latex
tlpsetvar fmtcomm cm,cslatex,csplain,hyphen-base,latex-fonts,latex
#
execute AddFormat name=cslatex engine=pdftex \
options="-etex cslatex.ini" \
fmttriggers=${fmtcomm}
#
execute AddFormat name=pdfcslatex engine=pdftex \
options="-etex cslatex.ini" \
fmttriggers=${fmtcomm},tex-ini-files
binpattern f bin/${ARCH}/cslatex
binpattern f bin/${ARCH}/pdfcslatex
|