ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Greek characters in metapost
@ 2002-09-12 11:15 Ron van Ostayen
  2002-09-12 14:19 ` Jens-Uwe Morawski
  0 siblings, 1 reply; 7+ messages in thread
From: Ron van Ostayen @ 2002-09-12 11:15 UTC (permalink / raw)


For my PhD thesis I'm experimenting with MetaPost figures (or actually 
gnuplot pictures on the MP terminal).
However, I've found that some characters, for example the greek 
characters, do not show in the generated postscript.

A minimal example (test.mp):

beginfig(0);
u = 1cm;
draw (1u,0)..(0,1u)..(-1u,0)..(0,-1u)..cycle;
label.top( btex $\alpha$ etex, (0,0));
endfig;

texexec --mptex test.mp

should produce a postscript file test.0 showing a circle with an alpha 
in the center.
The circle is there, the alpha isn't.

Instead, the postscript file prints a \013 character (which isn't 
visible on screen) from the CMMI-font.

I'm using the latest TexLive CD (v7).

Does anyone recognize this behaviour and knows how to solve it?
Thanks for any suggestions.

Ron van Ostayen


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-09-14  9:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-12 11:15 Greek characters in metapost Ron van Ostayen
2002-09-12 14:19 ` Jens-Uwe Morawski
2002-09-12 20:27   ` Ron van Ostayen
2002-09-13  0:12     ` Jens-Uwe Morawski
2002-09-13  7:32       ` Ron van Ostayen
2002-09-14  7:35         ` Henning Hraban Ramm
2002-09-14  9:15           ` Greek characters in metapost (solution) Ron van Ostayen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).