blob: 64f058b3d12fd60f20c3ae2321c2a59b66cd19bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
depend latex
tlpsetvar fmtdeps cm,hyphen-base
#
execute AddFormat name=mllatex engine=pdftex patterns=language.dat \
options="-translate-file=cp227.tcx -mltex *mllatex.ini" \
fmttriggers=${fmtdeps},babel,dehyph,latex,latexconfig,latex-fonts
#
execute AddFormat name=mltex engine=pdftex \
options="-translate-file=cp227.tcx -mltex mltex.ini" \
fmttriggers=${fmtdeps},knuth-lib,plain
binpattern f bin/${ARCH}/mllatex
binpattern f bin/${ARCH}/mltex
|