wrestlers.tex: Hack the fancy preamble configuration so that it works.
[doc/wrestlers] / wrestlers.tex
index 2807644..63e428e 100644 (file)
@@ -5,8 +5,14 @@
 %%% (c) 2006 Mark Wooding
 %%%
 
-\ifx\iffancystyle\xxundefined\newif\iffancystyle\fancystyletrue\fi
-\ifx\ifshort\xxundefined\newif\ifshort\shortfalse\fi
+\makeatletter
+\def\@doit#1{#1}
+\ifx\iffancystyle\xxundefined\expandafter\@doit\else\expandafter\@gobble\fi
+{\newif\iffancystyle\fancystyletrue}
+\ifx\ifshort\xxundefined\expandafter\@doit\else\expandafter\@gobble\fi
+{\newif\ifshort\shortfalse}
+\iffancystyle\expandafter\@gobble\else\expandafter\@doit\fi{\newif\ifpdfing}
+\makeatother
 
 \typeout{Options:}
 \typeout{  Fancy style:   \iffancystyle ON\else OFF\fi}