texlive[60857] Build/source/texk/web2c: [CWEB] Restore 'classic' PDF
commits+ascherer at tug.org
commits+ascherer at tug.org
Sun Oct 24 12:47:37 CEST 2021
Revision: 60857
http://tug.org/svn/texlive?view=revision&revision=60857
Author: ascherer
Date: 2021-10-24 12:47:36 +0200 (Sun, 24 Oct 2021)
Log Message:
-----------
[CWEB] Restore 'classic' PDF page dimensions.
Heiko's PDF files of 2014 used 'Executive' page dimensions, i.e.,
7.5in times 10in. C/WEB's internal inch values suggest to use those
plus a 1in border on each side.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/cwebdir/ChangeLog
trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex
trunk/Build/source/texk/web2c/man/ChangeLog
trunk/Build/source/texk/web2c/man/ctwill.man
trunk/Build/source/texk/web2c/man/cweb.man
Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2021-10-24 05:44:35 UTC (rev 60856)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog 2021-10-24 10:47:36 UTC (rev 60857)
@@ -1,3 +1,7 @@
+2021-10-24 Andreas Scherer <https://ascherer.github.io>
+
+ * texinputs/pdfwebtocfront.tex: Restore 'classic' PDF layout.
+
2021-10-14 Andreas Scherer <https://ascherer.github.io>
* ctproofmac.tex,
Modified: trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex 2021-10-24 05:44:35 UTC (rev 60856)
+++ trunk/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex 2021-10-24 10:47:36 UTC (rev 60857)
@@ -21,11 +21,11 @@
\let\ORGcon\con
\def\con{%
% reduce size of PDF pages for more screen space
- \pdfpagewidth=\pagewidth \advance\pdfpagewidth by 2cm
- \pdfpageheight=\pageheight \advance\pdfpageheight by 3cm
- \ifpdftex \pdfhorigin=1cm \pdfvorigin=1cm
- \else \advance\pdfpageheight by 1cm \global\pageshift=-1.54cm
- \global\hoffset=-1.54cm \global\voffset=-1.54cm \fi
+ \pdfpagewidth=\pagewidth \advance\pdfpagewidth by 1in
+ \pdfpageheight=\fullpageheight \advance\pdfpageheight by 1in
+ \ifpdftex \pdfhorigin=0.5in \pdfvorigin=0.5in
+ \else \global\pageshift=-0.5in
+ \global\hoffset=-0.5in \global\voffset=-0.5in \fi
\begingroup
\let\end\relax
\ORGcon
Modified: trunk/Build/source/texk/web2c/man/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/man/ChangeLog 2021-10-24 05:44:35 UTC (rev 60856)
+++ trunk/Build/source/texk/web2c/man/ChangeLog 2021-10-24 10:47:36 UTC (rev 60857)
@@ -1,3 +1,8 @@
+2021-10-25 Andreas Scherer <https://ascherer.github.io>
+
+ * ctwill.man,
+ * cweb.man: New Pandoc 2.15.
+
2021-09-16 Andreas Scherer <https://ascherer.github.io>
* ctwill.man,
Modified: trunk/Build/source/texk/web2c/man/ctwill.man
===================================================================
--- trunk/Build/source/texk/web2c/man/ctwill.man 2021-10-24 05:44:35 UTC (rev 60856)
+++ trunk/Build/source/texk/web2c/man/ctwill.man 2021-10-24 10:47:36 UTC (rev 60857)
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.14.2
+.\" Automatically generated by Pandoc 2.15
.\"
.TH "CTWILL" "1" "July 27, 2021" "Web2c @VERSION@" "General Commands Manual"
.hy
@@ -16,8 +16,8 @@
.PD 0
.P
.PD
-\f[B]ctwill-twinx\f[R] \f[I]outfile\f[R].tex [\f[I]outfile\f[R].tex \&...] >
-index.tex
+\f[B]ctwill-twinx\f[R] \f[I]outfile\f[R].tex [\f[I]outfile\f[R].tex \&...]
+> index.tex
.SH DESCRIPTION
.PP
The \f[B]ctwill\f[R] program converts a CWEB source document into a
Modified: trunk/Build/source/texk/web2c/man/cweb.man
===================================================================
--- trunk/Build/source/texk/web2c/man/cweb.man 2021-10-24 05:44:35 UTC (rev 60856)
+++ trunk/Build/source/texk/web2c/man/cweb.man 2021-10-24 10:47:36 UTC (rev 60857)
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.14.2
+.\" Automatically generated by Pandoc 2.15
.\"
.TH "CWEB" "1" "July 27, 2021" "Web2c @VERSION@" "General Commands Manual"
.hy
More information about the tex-live-commits
mailing list.