ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Ron van Ostayen <R.A.J.vanOstayen@WbMT.TUDelft.NL>
Subject: Greek characters in metapost
Date: Thu, 12 Sep 2002 13:15:16 +0200	[thread overview]
Message-ID: <3D807744.8060207@wbmt.tudelft.nl> (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


             reply	other threads:[~2002-09-12 11:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-12 11:15 Ron van Ostayen [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D807744.8060207@wbmt.tudelft.nl \
    --to=r.a.j.vanostayen@wbmt.tudelft.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).