From 0b5f869b689a085655df9e1a261eacf8c7facade Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 27 Apr 2020 10:19:01 +0100 Subject: [PATCH] texinice.tex: Fix bungled change. Alas, `@' is still magical, so comparing against `\@@undefined' is inadvisable. --- texinice.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texinice.tex b/texinice.tex index 35ba127..b4d84de 100644 --- a/texinice.tex +++ b/texinice.tex @@ -43,7 +43,7 @@ \global\outervsize=\vsize \global\advance\outervsize by 0.6in - \ifx\txipagewidth\@@undefined + \ifx\txipagewidth\xxundefined \global\let\txipagewidth=\pagewidth \global\let\txipageheight=\pageheight \fi -- 2.11.0