blob: 0d1b21c58ebe3893023a6350e1a399fddde49f31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
depend latex
depend pdftex
depend tex
depend xmltexconfig
tlpsetvar fmtcomm babel,cm,hyphen-base,latex,latex-fonts,latexconfig,pdftex,\
xmltex,xmltexconfig
#
execute AddFormat name=xmltex engine=pdftex patterns=language.dat \
options="*xmltex.ini" \
fmttriggers=${fmtcomm}
#
execute AddFormat name=pdfxmltex engine=pdftex patterns=language.dat \
options="*pdfxmltex.ini" \
fmttriggers=${fmtcomm}
runpattern d texmf-dist/tex/xmltex/base
#
binpattern f bin/${ARCH}/pdfxmltex
binpattern f bin/${ARCH}/xmltex
#
docpattern d texmf-dist/doc/otherformats/xmltex/base
|