From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/639 Path: main.gmane.org!not-for-mail From: ecashin@coe.uga.edu (Ed L. Cashin) Newsgroups: gmane.comp.tex.context Subject: Re: [ConTeXt] Math fonts: cal etc. Date: 06 Jul 1999 11:03:46 -0400 Sender: owner-ntg-context@let.uu.nl Message-ID: References: <3780B300.E5C73E5A@gmx.de> <3780C0C0.77A09D67@wxs.nl> <378201F6.4102556D@wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035391489 25768 80.91.224.250 (23 Oct 2002 16:44:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:44:49 +0000 (UTC) Cc: NTG-ConTeXt Original-To: Hans Hagen In-Reply-To: Hans Hagen's message of "Tue, 06 Jul 1999 15:17:42 +0200" Xref: main.gmane.org gmane.comp.tex.context:639 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:639 Hans Hagen writes: > imagine not being in hmode: > > \ifmmode -> false -> fast read until \fi -> {\frak#1} > > but in mmode: > > \ifmmode -> true -> start reading h specs until { expanding everything > -> meet \fi which ends the \if so ok -> see { -> \hbox{\frak#1} OK. I see now. Thank you! > alternatively you can say: > > \ifmmode\expandafter\hbox\fi{\frak#1} Hmm. That's the same as the earlier one, but with "expandafter". What is the purpose of expandafter there--I know what it is supposed to do, but isn't expandafter superfluous here, since "\ifmmode\hbox\fi{\frak#1}" works? -- --Ed Cashin ecashin@coe.uga.edu