From 4cac597e2157f85af33f27815f21878922131176 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 30 Jun 2009 18:00:18 +0000 Subject: make luatex output pdf by default, and dviluatex output dvi git-svn-id: svn://tug.org/texlive/trunk@14025 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlpsrc/latex.tlpsrc | 20 ++++++++++++++------ Master/tlpkg/tlpsrc/luatex.tlpsrc | 8 ++++---- 2 files changed, 18 insertions(+), 10 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/tlpsrc/latex.tlpsrc b/Master/tlpkg/tlpsrc/latex.tlpsrc index 7f208feaf30..6a1da9c9ca3 100644 --- a/Master/tlpkg/tlpsrc/latex.tlpsrc +++ b/Master/tlpkg/tlpsrc/latex.tlpsrc @@ -2,18 +2,26 @@ depend luatex depend pdftex depend latexconfig depend latex-fonts -execute AddFormat name=latex engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *latex.ini" -execute AddFormat name=pdflatex engine=pdftex patterns=language.dat options="-translate-file=cp227.tcx *pdflatex.ini" -execute AddFormat name=lualatex engine=luatex patterns=language.dat options="lualatex.ini" -execute AddFormat name=pdflualatex engine=luatex patterns=language.dat options="pdflualatex.ini" +# +execute AddFormat name=latex engine=pdftex patterns=language.dat \ + options="-translate-file=cp227.tcx *latex.ini" +execute AddFormat name=pdflatex engine=pdftex patterns=language.dat \ + options="-translate-file=cp227.tcx *pdflatex.ini" +execute AddFormat name=dvilualatex engine=luatex patterns=language.dat \ + options="dvilualatex.ini" +execute AddFormat name=lualatex engine=luatex patterns=language.dat \ + options="lualatex.ini" +# srcpattern d texmf-dist/source/latex/base runpattern d texmf-dist/makeindex/latex runpattern d texmf-dist/tex/latex/base runpattern d texmf/tex/latex/config +# docpattern d texmf-dist/doc/latex/base docpattern f texmf/doc/man/man1/latex.* docpattern f texmf/doc/man/man1/pdflatex.* +# binpattern f bin/${ARCH}/latex -binpattern f bin/${ARCH}/lualatex binpattern f bin/${ARCH}/pdflatex -binpattern f bin/${ARCH}/pdflualatex +binpattern f bin/${ARCH}/dvilualatex +binpattern f bin/${ARCH}/lualatex diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index 68337d15d2d..c5f7a6df623 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -1,12 +1,12 @@ category TLCore shortdesc The LuaTeX engine. longdesc LuaTeX is an extended version of pdfTeX using Lua as an embedded -longdesc scripting language. The LuaTeX projects main objective is to provide an -longdesc open and configurable variant of TeX while at the same time offering -longdesc downward compatibility. http://luatex.org/ +longdesc scripting language. The LuaTeX projects main objective is to provide +longdesc an open and configurable variant of TeX while at the same time +longdesc offering downward compatibility. http://luatex.org/ # execute AddFormat name=luatex engine=luatex options="luatex.ini" -execute AddFormat name=pdfluatex engine=luatex options="pdfluatex.ini" +execute AddFormat name=dviluatex engine=luatex options="dviluatex.ini" # docpattern d texmf-dist/doc/luatex/base docpattern f texmf/doc/man/man1/luatex.* -- cgit v1.2.3