ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: David Arnold <darnold@northcoast.com>
Subject: Metapost
Date: Sun, 22 Aug 1999 22:08:56 -0700	[thread overview]
Message-ID: <3.0.5.32.19990822220856.00b2d910@mail.northcoast.com> (raw)

All,

The metapost file

input mp-tool

beginfig(1)
u=1in;

z0=(0,0);

drawdblarrow (-1u,0)--(1u,0);
label.rt(btex Real axis etex,(1.1u,0));

drawdblarrow (0,-1u)--(0,1u);
label.rt(btex Imaginary axis etex, (0.1,1u));

a:=0.7; b:=0.6;
z1=(a,b) scaled u;

drawarrow z0--z1;
label.rt (btex $(a,b)$ etex, z1);

label.top(btex $r$ etex, 0.5[z0,z1]);

label.rt(btex $\theta$ etex, (0.2,0.1) scaled u);
endfig;

end

produces complexplane.1. How do I include this in my Context document so
that correct fonts will be used. I tried

\placefigure
 [here][complex plane]{The complex plane.}
 {\externalfigure[chap1/complexplane.1]}

but I got a courier font substitution. Yuk! Can anyone help?


             reply	other threads:[~1999-08-23  5:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-23  5:08 David Arnold [this message]
1999-08-23  8:31 ` Metapost Hans Hagen
2001-09-08 17:48 Metapost Joop Susan
2001-09-10  9:25 ` Metapost Hans Hagen
2002-11-09 13:57 Metapost Michał Morawski
2002-11-10 21:02 ` Metapost Hans Hagen
2002-11-10 21:10 ` Metapost K.H. Wesseling
2010-02-17 21:18 metapost Martin 'golodhrim' Scholz
2010-02-17 21:31 ` metapost Hans Hagen
2010-02-17 21:34 ` metapost Mojca Miklavec
2010-02-17 21:37   ` metapost Mojca Miklavec

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=3.0.5.32.19990822220856.00b2d910@mail.northcoast.com \
    --to=darnold@northcoast.com \
    /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).