diff options
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/texinputs/pdfwebtocfront.tex | 10 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/ctwill.man | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/cweb.man | 2 |
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 |