[latex3-commits] [git/LaTeX3-latex3-latex2e] pdf-test: Use .ini files for all format building (35cf08d9)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Jan 17 23:28:45 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : pdf-test
Link : https://github.com/latex3/latex2e/commit/35cf08d94c475a0a5dc16742fa1f0818b8ac0afa
>---------------------------------------------------------------
commit 35cf08d94c475a0a5dc16742fa1f0818b8ac0afa
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Jan 17 15:02:30 2023 +0000
Use .ini files for all format building
This moves LuaTeX from DVI to PDF mode.
There are a few .luatex.tlg files that likely would
disappear if we switch from e-TeX to pdfTeX as
the main engine setup.
For graphics, only e-TeX and XeTeX are now
tested: we would need to work quite hard to
switch to PDF mode here.
>---------------------------------------------------------------
35cf08d94c475a0a5dc16742fa1f0818b8ac0afa
base/build.lua | 2 -
base/testfiles-TU/github-0332.luatex.tlg | 14 +-
base/testfiles-doc/tlb-dox004.luatex.tlg | 580 ++----
base/testfiles-doc/tlb-dox005.luatex.tlg | 2 -
base/testfiles-lthooks/github-0387.tlg | 6 +-
base/testfiles-lthooks/shipout-005.tlg | 12 +-
base/testfiles-lthooks2/shipout2-010.tlg | 12 +-
base/testfiles-lthooks2/shipout2-013.tlg | 24 +-
base/testfiles-lthooks2/shipout2-016.tlg | 12 +-
base/testfiles/github-0408.lvt | 1 +
base/testfiles/github-0422.lvt | 1 +
base/testfiles/github-0825.lvt | 8 +
base/testfiles/github-0825.tlg | 3 +-
base/testfiles/github-0825.xetex.tlg | 3 +-
base/testfiles/sx172785.lvt | 8 +
base/testfiles/sx172785.tlg | 3 +-
base/testfiles/sx172785.xetex.tlg | 3 +-
base/testfiles/tlb-commaaccent-002.lvt | 3 +-
base/testfiles/tlb-fltrace-000.lvt | 5 +-
base/testfiles/tlb-fltrace-001.lvt | 6 +-
base/testfiles/tlb-hfloat-01.luatex.tlg | 4 +-
base/testfiles/tlb-hfloat-01.tlg | 4 +-
.../{tlb-hfloat-01.tlg => tlb-hfloat-01.xetex.tlg} | 0
base/testfiles/tlb0057.lvt | 6 +-
base/testfiles/tlb0084.lvt | 6 +-
base/testfiles/{tlb0250.tlg => tlb0250.luatex.tlg} | 29 +-
base/testfiles/tlb0435.luatex.tlg | 2 +-
build-config.lua | 18 +-
.../testfiles-TU/firstaid-unicode-math.luatex.tlg | 32 +-
.../testfiles/firstaid-pgfmorepages.luatex.tlg} | 17 +-
.../firstaid/testfiles/firstaid-songs.luatex.tlg | 299 +++
required/graphics/build.lua | 2 +
required/graphics/testfiles/github-0519.luatex.tlg | 10 -
.../graphics/testfiles/mathcolor-01.luatex.tlg | 2155 --------------------
.../graphics/testfiles/mathcolor-02.luatex.tlg | 2155 --------------------
.../graphics/testfiles/mathcolor-03.luatex.tlg | 238 ---
required/graphics/testfiles/tlb3635.luatex.tlg | 5 -
.../testfiles/utf8-filenames-001.luatex.tlg | 64 -
.../testfiles/utf8-filenames-002.luatex.tlg | 97 -
...tlg => documentmetadata-support-000.luatex.tlg} | 4 +-
...tlg => documentmetadata-support-001.luatex.tlg} | 10 +-
...tlg => documentmetadata-support-002.luatex.tlg} | 4 +-
...ithub-0072.xetex.tlg => github-0072.luatex.tlg} | 174 +-
required/tools/testfiles/github-0100.luatex.tlg | 40 +-
required/tools/testfiles/sx138783.luatex.tlg | 36 +-
required/tools/testfiles/sx138783b.luatex.tlg | 40 +-
required/tools/testfiles/tlb2149.lvt | 6 +-
support/pdflatex.ini | 12 -
support/test209.tex | 20 +-
support/test2e.tex | 21 +-
texmf/tex/generic/tex-ini-files/dvilualatex.ini | 4 +
texmf/tex/generic/tex-ini-files/lualatex.ini | 19 +
texmf/tex/generic/tex-ini-files/luatexconfig.tex | 69 +
.../tex/generic/tex-ini-files}/pdftexconfig.tex | 0
texmf/tex/generic/tex-ini-files/xelatex.ini | 17 +
texmf/tex/latex/latexconfig/latex.ini | 22 +
.../tex/latex/latexconfig/lualatexquotejobname.lua | 26 +
.../tex/latex/latexconfig/lualatexquotejobname.tex | 63 +
texmf/tex/latex/latexconfig/pdflatex.ini | 5 +
59 files changed, 1092 insertions(+), 5351 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --textconv --cc 35cf08d94c475a0a5dc16742fa1f0818b8ac0afa
More information about the latex3-commits
mailing list.