blob: 1102cbeab5ea52e96ca3a5933d762af356a55f7a (
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,everyshi,firstaid,hyphen-base,\
l3kernel,l3packages,latex-fonts,latex,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
|