From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6148 Path: main.gmane.org!not-for-mail From: Ricardo Sanchez Carmenes Newsgroups: gmane.comp.tex.context Subject: Re: supp-mps.tex minor bugs found and their fixes Date: Thu, 15 Nov 2001 10:47:15 +0100 (CET) Sender: owner-ntg-context@let.uu.nl Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1035396694 7965 80.91.224.250 (23 Oct 2002 18:11:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:11:34 +0000 (UTC) Cc: ntg-context@let.uu.nl Original-To: Hans Hagen Xref: main.gmane.org gmane.comp.tex.context:6148 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6148 On Mon, 12 Nov 2001, Hans Hagen wrote: > >% supp-mps.tex checks \pdfoutput, even if undefined! > >\ifx\pdftexversion\undefined\def\pdfoutput{0}\fi > > I prefer: > > \ifx \undefined \pdfoutput \else \chardef\pdfoutput=0 \fi > > which is a better one for testing Yes, but I would remove the "\else" :) Ricardo.