blob: cb4b772698e946ef0f21c8b3e8f74079d1c430a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
depend latex
tlpsetvar fmtcomm atbegshi,atveryend,cm,csplain,firstaid,hyphen-base,\
l3kernel,l3packages,latex-fonts,latex,ms,unicode-data
#
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
docpattern f texmf-dist/doc/man/man1/cslatex.*
docpattern f texmf-dist/doc/man/man1/pdfcslatex.*
#
binpattern f bin/${ARCH}/cslatex
binpattern f bin/${ARCH}/pdfcslatex
|