summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc
blob: b80d1a5297e25ab10547a71eb06415f5693ed975 (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
category TLCore
shortdesc LaTeX pre-release executables and formats
longdesc See the latex-base-dev package for information.

# ensure files and engines are installed before we are run.
depend luatex
depend pdftex
depend latexconfig
depend latex-fonts
#
depend latex-base-dev
depend latex-graphics-dev
# latex-doc-dev is installed along with latex-base-dev,
# since they unpack into the same directories.

tlpsetvar fmtcomm babel,cm,hyphen-base,latex-fonts,tex-ini-files
#
binpattern f bin/${ARCH}/latex-dev
execute AddFormat name=latex-dev engine=pdftex \
          patterns=language.dat \
          options="-translate-file=cp227.tcx *latex.ini" \
          fmttriggers=${fmtcomm},dehyph,latexconfig
#
binpattern f bin/${ARCH}/pdflatex-dev
execute AddFormat name=pdflatex-dev engine=pdftex \
          patterns=language.dat \
          options="-translate-file=cp227.tcx *pdflatex.ini" \
          fmttriggers=${fmtcomm},dehyph,latexconfig
#
binpattern f bin/${ARCH}/dvilualatex-dev
execute AddFormat name=dvilualatex-dev engine=luatex \
          patterns=language.dat,language.dat.lua \
          options="dvilualatex.ini" \
          fmttriggers=${fmtcomm},unicode-data
#
binpattern f bin/${ARCH}/lualatex-dev
execute AddFormat name=lualatex-dev engine=luatex \
          patterns=language.dat,language.dat.lua \
          options="lualatex.ini" \
          fmttriggers=${fmtcomm},unicode-data

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