ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Marco <netuse@lavabit.com>
Subject: Re: Font for MetaPost graphics
Date: Sat, 05 May 2012 12:26:15 +0200	[thread overview]
Message-ID: <4FA50047.9030704@wxs.nl> (raw)
In-Reply-To: <20120504130931.0db32926@Zewz>

On 4-5-2012 13:09, Marco wrote:
> On 2012-05-04 Aditya Mahajan<adityam@umich.edu>  wrote:
>
>> On Fri, 4 May 2012, Mojca Miklavec wrote:
>
>>> But my guess is that the  argument goes into the opposite way. I
>>> past (and still in MKII) one *had  to* set up fonts twice - once
>>> for the main  document and once for MetaPost  since MetaPost did
>>> its own processing of labels and MetaPost didn't see the ConTeXt
>>> font setups. So  it was "difficult" to convince  MetaPost to use
>>> the same font.
>
> I agree, it's  a big step forward towards  usability and consistency
> to have  MetaPost automatically inherit ConTeXts  settings. However,
> it went out-of-control now.

well, you still get text and not something random, so out-of-control is 
a bit too strong

anyhow, we can do

\newconditional\MPLIBtextgetdone

\def\MPLIBsettext#1% #2%
   {\ifconditional\MPLIBtextgetdone
    \else
      \cldcontext{metapost.tex.get()}%
      \settrue\MPLIBtextgetdone % no \global needed
    \fi
    \dowithnextbox{\ctxlua{metapost.settext(\number\nextbox,#1)}}\hbox}

\def\MPLIBresettexts
   {\ctxlua{metapost.resettextexts()}%$
    \setfalse\MPLIBtextgetdone}

\starttext

Serif

\startMPcode
     draw textext("\ss Sans") ;
\stopMPcode

Serif

\startMPenvironment
     \ss
\stopMPenvironment

\startMPcode
     draw textext("Sans") ;
\stopMPcode

Serif

\stoptext


>> A better alternative would to define
>>
>> \setupMPtext
>>      [
>>       style=...,
>>       color=...,
>>       setups=...,
>>      ]
>>
>> that can be used to set the style for metapost text.

this is ok for me, but then we mighe as well drop \startMPenviroment 
(and someone has to wikify that then)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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-05 10:26 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
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 [this message]
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=4FA50047.9030704@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=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).