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-base-dev,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.*