ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: vanishing leftarrow
Date: Wed, 20 Nov 2002 14:07:03 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20021120140036.00ae3868@server-1> (raw)
In-Reply-To: <F97B1D0D-FC7C-11D6-9DEC-003065568054@science.uva.nl>

At 12:41 PM 11/20/2002 +0100, you wrote:
>I did encounter something strange with leftarrow in metapost math:
>
>In normal text:
>All three arrows appear with $l\leftarrow r\rightarrow lr\leftrightarrow$.
>
>In metapost:
>The leftarrow does not appear, the others do in:
>         \placefigure{}{\startMPgraphic
>                 u = 180mm; v = 40mm;
>                 label.bot(textext("$l\leftarrow r\rightarrow 
> lr\leftrightarrow$"),(u/2,v));
>         \stopMPgraphic\loadcurrentMPgraphic{}\placeMPgraphic}
>
>How is that possible and how can it be repaired?

in the ps file we get:

(l) cmmi12 11.95517 fshow
226.60309 102.08342 moveto
( ) cmsy10 11.95514 fshow
241.87918 102.08342 moveto
(r) cmmi12 11.95517 fshow

here, the space char is the arrow; the mp to pdf converter makes this into 
a special kind of space;

you may try:

\def\MPspacechar{\char32\relax}

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

      reply	other threads:[~2002-11-20 13:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-20 11:41 Hans van der Meer
2002-11-20 13:07 ` Hans Hagen [this message]

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=5.1.0.14.1.20021120140036.00ae3868@server-1 \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.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).