blob: 9c7ae26e65f8cce08a3b972e65a53f24503acd23 (
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 ${global_latex_deps},dehyph,hyph-utf8,latex,latexconfig,\
tex-ini-files,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
|