[Fwd: Where did the equal sign go?]
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
From: David Arnold
Subject: Where did the equal sign go? To: pragma@wxs.nl Date: Sat, 30 Oct 2004 09:25:19 -0700
Please use the following method to make the error more clear for us: * delete everything unecessary * post the resulting code * (there is no step three) So it comes down to something like: \setupbodyfont[lbr,14pt] \starttext \startformula -1=+1 \stopformula \stoptext which typesets -1 1 removing the \setupbodyfont is the key to the = and + sign. Perhaps this is enough for others to track down the error. Sorry I don't know further. Patrick -- ConTeXt wiki: http://contextgarden.net
Patrick Gundlach wrote:
From: David Arnold
Subject: Where did the equal sign go? To: pragma@wxs.nl Date: Sat, 30 Oct 2004 09:25:19 -0700 Please use the following method to make the error more clear for us:
* delete everything unecessary * post the resulting code * (there is no step three)
So it comes down to something like:
\setupbodyfont[lbr,14pt] \starttext \startformula -1=+1 \stopformula \stoptext
which typesets -1 1
removing the \setupbodyfont is the key to the = and + sign. Perhaps this is enough for others to track down the error. Sorry I don't know further.
here i get -1 = +1 maybe you run a special version of tex that has a math correctness test in it Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans, Patrick, et al, This was my fault. I don't have Lucida fonts set up properly on my system for Context (and I don't want to go there yet), so I just switched over to Computer Modern and all is fine. At 06:04 PM 11/2/04 +0100, you wrote:
Patrick Gundlach wrote:
From: David Arnold
Subject: Where did the equal sign go? To: pragma@wxs.nl Date: Sat, 30 Oct 2004 09:25:19 -0700 Please use the following method to make the error more clear for us:
* delete everything unecessary * post the resulting code * (there is no step three)
So it comes down to something like:
\setupbodyfont[lbr,14pt] \starttext \startformula -1=+1 \stopformula \stoptext
which typesets -1 1
removing the \setupbodyfont is the key to the = and + sign. Perhaps this is enough for others to track down the error. Sorry I don't know further.
here i get
-1 = +1
maybe you run a special version of tex that has a math correctness test in it
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Hans Hagen said this at Tue, 2 Nov 2004 18:04:35 +0100:
\setupbodyfont[lbr,14pt] \starttext \startformula -1=+1 \stopformula \stoptext
which typesets -1 1
removing the \setupbodyfont is the key to the = and + sign. Perhaps this is enough for others to track down the error. Sorry I don't know further.
here i get
-1 = +1
maybe you run a special version of tex that has a math correctness test in it
:p [it wouldn't surprise me if DEK were *capable* of doing such a thing...] Actually, it reminds me quite a bit of one of the problems I had in some math experiments yesterday. For me, the key was in the equivalent lines to this: \starttypescript [math,boldmath] [lucida] [special] \usemathcollection[lbr] \stoptypescript (Something in the past year changed so that a [special] typescript is needed for a correct \usemathcollection.) So, in response to David, just to make sure: you *do* have the (non-free) Lucida fonts installed correctly? The typeset output is definitely Lucida, albeit incorrect? If so, then what about: \usetypescript [lucida] [\defaultencoding] \setupbodyfont [lucida,14pt] \starttext etc. (Apologies if this is off the mark. I don't have the TeXish lbr fonts, so can't directly verify) -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay, Computing Dept. atl@comp.lancs.ac.uk Lancaster University, InfoLab21 +44(0)1524/510.514 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
participants (4)
-
Adam Lindsay
-
David Arnold
-
Hans Hagen
-
Patrick Gundlach