summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2021-10-24 10:47:36 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2021-10-24 10:47:36 +0000
commita2876d3064fc2d343cfbbb39398b09168e7340ce (patch)
treee686bc51ffff3305b32c89fa8d98759f078be0e4
parentd6f6d187f784f096c23b1903a4652e467ee8ba53 (diff)
[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. git-svn-id: svn://tug.org/texlive/trunk@60857 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex10
-rw-r--r--Build/source/texk/web2c/man/ChangeLog5
-rw-r--r--Build/source/texk/web2c/man/ctwill.man6
-rw-r--r--Build/source/texk/web2c/man/cweb.man2
5 files changed, 18 insertions, 9 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog
index 88a12b2088e..a59bfab2b8f 100644
--- a/Build/source/texk/web2c/cwebdir/ChangeLog
+++ b/Build/source/texk/web2c/cwebdir/ChangeLog
@@ -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,
diff --git a/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex b/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex
index 3fc5f64de2f..62ec61be8a1 100644
--- a/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex
+++ b/Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex
@@ -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
diff --git a/Build/source/texk/web2c/man/ChangeLog b/Build/source/texk/web2c/man/ChangeLog
index f2d601596a7..85a8d862eff 100644
--- a/Build/source/texk/web2c/man/ChangeLog
+++ b/Build/source/texk/web2c/man/ChangeLog
@@ -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,
diff --git a/Build/source/texk/web2c/man/ctwill.man b/Build/source/texk/web2c/man/ctwill.man
index dd45bb8e70d..13e3ebb69ff 100644
--- a/Build/source/texk/web2c/man/ctwill.man
+++ b/Build/source/texk/web2c/man/ctwill.man
@@ -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 @@ ctwill, ctwill-refsort, ctwill-twinx - translate CWEB to TeX with mini-indexes
.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
diff --git a/Build/source/texk/web2c/man/cweb.man b/Build/source/texk/web2c/man/cweb.man
index 5c2ea9ac47e..6ac7ab54bbf 100644
--- a/Build/source/texk/web2c/man/cweb.man
+++ b/Build/source/texk/web2c/man/cweb.man
@@ -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