[texhax] Heading question

Reinhard Kotucha reinhard.kotucha at web.de
Wed Feb 27 03:38:51 CET 2008


D. R. Evans writes:
 > If I make the \ifx test so that it reads:
 >   \ifx a a S \else D

You obviously compare the letter "a" with a space token.

Try

   \ifx a a \message{S} \else \message{D} \fi\end

and
   
   \ifx aa \message{S} \else \message{D} \fi\end

Regards,
  Reinhard

-- 
----------------------------------------------------------------------------
Reinhard Kotucha			              Phone: +49-511-4592165
Marschnerstr. 25
D-30167 Hannover	                      mailto:reinhard.kotucha at web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------


More information about the texhax mailing list