diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-18 15:20:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-18 15:20:51 +0000 |
commit | f37419fef01caff1da3e603fd5f4294bd739936b (patch) | |
tree | a84129b5c6241cec9f8758240d4589a4937133ba /Build | |
parent | 8726f47eabd6a29a4577bf5df9c830968aafd300 (diff) |
cwebmac 3.70 from knuth
git-svn-id: svn://tug.org/texlive/trunk@45064 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/cwebmac.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/cwebdir/cwebmac.tex b/Build/source/texk/web2c/cwebdir/cwebmac.tex index c1880cd3c92..60f86ce5a9a 100644 --- a/Build/source/texk/web2c/cwebdir/cwebmac.tex +++ b/Build/source/texk/web2c/cwebdir/cwebmac.tex @@ -1,8 +1,8 @@ % standard macros for CWEB listings (in addition to plain.tex) -% Version 3.69 --- February 2016 +% Version 3.70 --- July 2017 \ifx\renewenvironment\undefined\else\endinput\fi % LaTeX will use other macros -\xdef\fmtversion{\fmtversion+CWEB3.69} -\chardef\cwebversion=3 \chardef\cwebrevision=69 +\xdef\fmtversion{\fmtversion+CWEB3.70} +\chardef\cwebversion=3 \chardef\cwebrevision=70 \newif\ifpdf \ifx\pdf+\pdftrue\fi % Uncomment the following line if you want PDF goodies to be the default @@ -412,7 +412,8 @@ \newdimen\pagewidth \pagewidth=6.5in % the width of each page \newdimen\pageheight \pageheight=8.7in % the height of each page \newdimen\fullpageheight \fullpageheight=9in % page height including headlines -\newdimen\pageshift \pageshift=0in % shift righthand pages wrt lefthand ones +\newdimen\pageshift \pageshift=\hoffset + % shift righthand pages wrt lefthand ones (changed in version 3.70) \def\magnify#1{\mag=#1\pagewidth=6.5truein\pageheight=8.7truein \fullpageheight=9truein\setpage} \def\setpage{\hsize\pagewidth\vsize\pageheight} % use after changing page size |