ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marco <netuse@lavabit.com>
To: ntg-context@ntg.nl
Subject: Re: Font for MetaPost graphics
Date: Thu, 3 May 2012 03:13:54 +0200	[thread overview]
Message-ID: <20120503031354.4eb059a3@Zewz> (raw)
In-Reply-To: <alpine.LNX.2.02.1205022020380.4049@qrpragenyvmrq>

On 2012-05-02 Aditya Mahajan <adityam@umich.edu> wrote:

> Metapost now runs as a library. All the text is first typeset by ConTeXt 
> and metapost only knows the bounding box of the labels.
> 
> You can try (untested):
> 
> \starttext
> 
> This is serif
> 
> \switchtobodyfont[sans]
> \startMPcode
> draw textext("This should be sans");
> \stopMPcode
> 
> \stoptext

This works, of course. However it continues with sans font even
after \stopMPcode. This is better (but clumsy):

\start
\switchtobodyfont[sans]
\startMPcode
draw textext("This should be sans");
\stopMPcode
\stop
Here serif again.

The text in Metapost adapts to the text set in ConTeXt. But the font
setup should *only* be set for MetaPost, not regular text.

Does that mean, that MPenvironment is deprecated and does not work
at all?

Marco


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2012-05-03  1:13 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-03  0:08 Marco
2012-05-03  0:22 ` Aditya Mahajan
2012-05-03  1:13   ` Marco [this message]
2012-05-04  7:10     ` Mojca Miklavec
2012-05-04  7:13       ` Aditya Mahajan
2012-05-04 11:09         ` Marco
2012-05-05 10:26           ` Hans Hagen
2012-05-05 11:24         ` Hans Hagen
2012-05-05 14:07           ` Marco
2012-05-05 16:03             ` Aditya Mahajan
2012-05-08 17:01           ` Marco
2012-05-08 17:08             ` Hans Hagen
2012-05-08 17:19               ` Marco
2012-05-08 17:34                 ` Hans Hagen
2012-05-08 19:57                   ` Marco
2012-05-10  8:55                     ` Procházka Lukáš Ing. - Pontex s. r. o.
2012-05-10  9:04                       ` Marco

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=20120503031354.4eb059a3@Zewz \
    --to=netuse@lavabit.com \
    --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).