summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/csplain.tlpsrc
blob: 1894c37a42843f110713bcbb2fb2245dc36d735e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
depend tex

# these invocations per author (Petr Olsak).
#
tlpsetvar fmtcomm cm,cs,hyph-utf8,hyphen-base,plain
#
execute AddFormat name=csplain engine=pdftex \
          options="-etex -enc csplain-utf8.ini" \
          fmttriggers=${fmtcomm},enctex
#
execute AddFormat name=pdfcsplain engine=pdftex \
          options="-etex -enc csplain-utf8.ini" \
          fmttriggers=${fmtcomm},enctex,tex-ini-files
#
execute AddFormat name=luacsplain engine=luatex \
          options="-etex csplain.ini" \
          fmttriggers=${fmtcomm},tex-ini-files,luatex,luatex85
#
# intentionally no user-level executables for these formats, also named
# pdfcsplain (a la ConTeXt), by author's request.
execute AddFormat name=pdfcsplain engine=xetex \
          options="-etex csplain.ini" \
          fmttriggers=${fmtcomm}
#
execute AddFormat name=pdfcsplain engine=luatex \
          options="-etex csplain.ini" \
          fmttriggers=${fmtcomm},tex-ini-files,luatex,luatex85
#
binpattern f bin/${ARCH}/csplain
binpattern f bin/${ARCH}/pdfcsplain
binpattern f bin/${ARCH}/luacsplain