From: Mark Wooding Date: Mon, 27 Apr 2020 09:07:45 +0000 (+0100) Subject: Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/cfd X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/runlisp/commitdiff_plain/e34ec1c255cf9c31b322bafc4b396d067c4b558a?hp=f387d11694b78bd95842474ea4df913425fb054a Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/cfd * 'master' of git.distorted.org.uk:~mdw/publish/public-git/cfd: texinice.tex: Cope with new names for page-dimension registers. --- diff --git a/texinice.tex b/texinice.tex index 27b84cf..35ba127 100644 --- a/texinice.tex +++ b/texinice.tex @@ -43,8 +43,12 @@ \global\outervsize=\vsize \global\advance\outervsize by 0.6in - \global\pagewidth=\hsize - \global\pageheight=\vsize + \ifx\txipagewidth\@@undefined + \global\let\txipagewidth=\pagewidth + \global\let\txipageheight=\pageheight + \fi + \global\txipagewidth=\hsize + \global\txipageheight=\vsize } \global\contentsrightmargin = 0pt