no 'd' in math-eul.tex
In the math-eul.tex shown in the contextgarden.net source browser dated 2003.02.03, which is the only one I have found, the following lines occur ... \definemathcharacter [c] [nothing] [mr] ["63] \definemathcharacter [d] [nothing] [mr] ["65] \definemathcharacter [e] [nothing] [mr] ["65] \definemathcharacter [f] [nothing] [mr] ["66] ... and ... \definemathcharacter [C] [nothing] [mr] ["43] \definemathcharacter [D] [nothing] [mr] ["45] \definemathcharacter [E] [nothing] [mr] ["45] \definemathcharacter [F] [nothing] [mr] ["46] ... making 'd' and 'D' print as 'e' and 'E'. I suppose this is a mistake? Regards, Johan -- Johan Sandblom N8, MRC, Karolinska sjh t +46851776108 17176 Stockholm m +46735521477 Sweden "What is wanted is not the will to believe, but the will to find out, which is the exact opposite" -- Bertrand Russell
Johan Sandblom said this at Mon, 9 May 2005 09:14:29 +0200:
making 'd' and 'D' print as 'e' and 'E'. I suppose this is a mistake?
Huh? I think those hex values are correct. Do you have a test case that doesn't work for you? This works for me (I have the EulerVM fonts installed): \definetypeface[cheu][rm][serif][charter][default][encoding=ec] \definetypeface[cheu][mm][math][euler][euler][rscale=1.05] \setupbodyfont[cheu] \starttext \startformula A + B + C = A^{B^C} \stopformula \startformula a + b + c = a^{b^c} \stopformula \stoptext -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 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 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Johan Sandblom wrote:
In the math-eul.tex shown in the contextgarden.net source browser dated 2003.02.03, which is the only one I have found, the following lines occur
... \definemathcharacter [c] [nothing] [mr] ["63] \definemathcharacter [d] [nothing] [mr] ["65] \definemathcharacter [e] [nothing] [mr] ["65] \definemathcharacter [f] [nothing] [mr] ["66] ...
and
... \definemathcharacter [C] [nothing] [mr] ["43] \definemathcharacter [D] [nothing] [mr] ["45] \definemathcharacter [E] [nothing] [mr] ["45] \definemathcharacter [F] [nothing] [mr] ["46] ...
making 'd' and 'D' print as 'e' and 'E'. I suppose this is a mistake?
indeed, should be "64 and "44 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 -----------------------------------------------------------------
OKAY! Ignore my last two messages! :| Sorry, I've been "distracted" by this EU project meeting where I'm sitting. You're absolutely right. This is a stupid, stupid bug. You can fix this with a patch like the following, in your favourite patch-putting-place: \starttypescript[math][euler][special] \startmathcollection [eul] \definemathcharacter [d] [nothing] [mr] ["64] \definemathcharacter [D] [nothing] [mr] ["44] \stopmathcollection \stoptypescript I don't have anything against the letter 'd'. Honest! aeam linesay Johan Sandblom said this at Mon, 9 May 2005 09:14:29 +0200:
In the math-eul.tex shown in the contextgarden.net source browser dated 2003.02.03, which is the only one I have found, the following lines occur
... \definemathcharacter [c] [nothing] [mr] ["63] \definemathcharacter [d] [nothing] [mr] ["65] \definemathcharacter [e] [nothing] [mr] ["65] \definemathcharacter [f] [nothing] [mr] ["66] ...
and
... \definemathcharacter [C] [nothing] [mr] ["43] \definemathcharacter [D] [nothing] [mr] ["45] \definemathcharacter [E] [nothing] [mr] ["45] \definemathcharacter [F] [nothing] [mr] ["46] ...
making 'd' and 'D' print as 'e' and 'E'. I suppose this is a mistake?
Regards, Johan
-- Johan Sandblom N8, MRC, Karolinska sjh t +46851776108 17176 Stockholm m +46735521477 Sweden "What is wanted is not the will to believe, but the will to find out, which is the exact opposite" -- Bertrand Russell
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 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 (3)
-
Adam Lindsay
-
Hans Hagen
-
Johan Sandblom