diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2023-09-30 21:30:00 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2023-09-30 21:30:00 +0000 |
commit | 450ff7aa354e28fc79040d81b93ddf4b7dba0f9b (patch) | |
tree | 92b99baa50f21fb6aba933fca75171e9c2d76052 /Build/source | |
parent | 36de312b574728c14e7dc43fde86dde8635e1269 (diff) |
[CWEB] Adapt pdfwebtocfront to LuaTeX.
pwebmac.tex 4.9 will be published in due course.
git-svn-id: svn://tug.org/texlive/trunk@68413 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
4 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index 30fd80672e8..6b3450d02f2 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -10,7 +10,8 @@ * texinputs/fcwebmac.tex, * texinputs/icwebmac.tex, * texinputs/pdfctproofmac.tex, - * texinputs/pdfctwimac.tex: Add support for LuaTeX. + * texinputs/pdfctwimac.tex, + * texinputs/pdfwebtocfront.tex: Add support for LuaTeX. 2023-09-26 Andreas Scherer <https://ascherer.github.io> diff --git a/Build/source/texk/web2c/cwebdir/texinputs/pdfctproofmac.tex b/Build/source/texk/web2c/cwebdir/texinputs/pdfctproofmac.tex index f4acc0f2159..53c184ac507 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/pdfctproofmac.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/pdfctproofmac.tex @@ -1,7 +1,7 @@ % standard macros for CWEB listings (in addition to plain.tex) % Version 4.11 --- September 2023 % modified for proofs in CTWILL -% modified for PDF output with 'tex "\let\pdf+', 'pdftex', 'xetex', and 'hitex' +% modified for PDF/HINT output with 'tex "\let\pdf+' or '{hi|lua|pdf|xe}tex' % This file is not copyrighted and can be used freely. \ifx\renewenvironment\undefined\else\endinput\fi % LaTeX will use other macros \xdef\fmtversion{\fmtversion+CTWILL4.11+PROOFS+PDF} diff --git a/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex b/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex index 65704bd4014..7e820d16427 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/pdfctwimac.tex @@ -2,7 +2,7 @@ % Version 4.11 --- September 2023 % modified for pages produced by CTWILL % further modified for page size of the MMIXware book -% modified for PDF output with 'tex "\let\pdf+', 'pdftex', and 'xetex' +% modified for PDF output with 'tex "\let\pdf+' or '{lua|pdf|xe}tex' % This file is not copyrighted and can be used freely. \ifx\renewenvironment\undefined\else\endinput\fi % LaTeX will use other macros \xdef\fmtversion{\fmtversion+CTWILL4.11+LNCS+PDF} diff --git a/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex b/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex index 62ec61be8a1..e26e628b0bb 100644 --- a/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex +++ b/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex @@ -23,7 +23,7 @@ % reduce size of PDF pages for more screen space \pdfpagewidth=\pagewidth \advance\pdfpagewidth by 1in \pdfpageheight=\fullpageheight \advance\pdfpageheight by 1in - \ifpdftex \pdfhorigin=0.5in \pdfvorigin=0.5in + \ifpdflua \pdfhorigin=0.5in \pdfvorigin=0.5in \else \global\pageshift=-0.5in \global\hoffset=-0.5in \global\voffset=-0.5in \fi \begingroup |