summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/latex-bin.tlpsrc
blob: 90e1315bddbdc95f4c02ea4a3145d646833f0c5c (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
32
33
34
35
36
37
38
39
40
41
42
43
44
category TLCore
shortdesc LaTeX executables and man pages.
#
# we must depend on latex, not the other way around, to ensure that all
# files are installed before we try to make the formats.
depend latex

tlpsetvar fmtcomm babel,cm,hyphen-base,latex,latex-fonts,tex-ini-files
#
binpattern f bin/${ARCH}/latex
execute AddFormat name=latex engine=pdftex \
          patterns=language.dat \
          options="-translate-file=cp227.tcx *latex.ini" \
          fmttriggers=${fmtcomm},latexconfig
#
binpattern f bin/${ARCH}/pdflatex
execute AddFormat name=pdflatex engine=pdftex \
          patterns=language.dat \
          options="-translate-file=cp227.tcx *pdflatex.ini" \
          fmttriggers=${fmtcomm},latexconfig
#
binpattern f bin/${ARCH}/dvilualatex
execute AddFormat name=dvilualatex engine=luatex \
          patterns=language.dat,language.dat.lua \
          options="dvilualatex.ini" \
          fmttriggers=${fmtcomm},unicode-data
#
binpattern f bin/${ARCH}/lualatex
execute AddFormat name=lualatex engine=luatex \
          patterns=language.dat,language.dat.lua \
          options="lualatex.ini" \
          fmttriggers=${fmtcomm},unicode-data
#
# disabled-by-default luajitlatex format for experimentation
# (just PDF until someone wants DVI?):
#binpattern f bin/${ARCH}/luajitlatex
execute AddFormat name=luajitlatex mode=disabled engine=luajittex \
          patterns=language.dat,language.dat.lua \
          options="lualatex.ini" \
          fmttriggers=${fmtcomm},cslatex,unicode-data


docpattern f texmf-dist/doc/man/man1/latex.*
docpattern f texmf-dist/doc/man/man1/pdflatex.*