ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: deprecated startMPenvironment
Date: Mon, 04 Apr 2016 11:52:13 +0200	[thread overview]
Message-ID: <5702394D.9090506@gmail.com> (raw)
In-Reply-To: <6E626BC7-D571-4311-9CBA-44BADBCC4B7A@uva.nl>


[-- Attachment #1.1: Type: text/plain, Size: 2111 bytes --]

> Meer, Hans van der <mailto:H.vanderMeer@uva.nl>
> 4. April 2016 um 11:48
>
>
>> On 04 Apr 2016, at 00:12, Hans Hagen <pragma@wxs.nl 
>> <mailto:pragma@wxs.nl>> wrote:
>>
>> On 4/3/2016 4:07 PM, Meer, Hans van der wrote:
>>> Previously I could do the following
>>>
>>> \starttext
>>> \startMPenvironment[+]\switchtobodyfont[small]\stopMPenvironment
>>> \startMPpage
>>> % metafont code
>>> \stopMPpage
>>> \stoptext
>>> \endinput
>>>
>>> This is called by context --run --once etc. producing the figure and 
>>> in this case modifying the font to a smaller size. Note, the context 
>>> call occurs on the fly inside a \directlua{{os.execute(..)}. You may 
>>> find this complicated, but it works for me and I would rather like 
>>> not having to change may things all over the place.
>>>
>>> Now I learn from the ConTeXtgarden that startMPenvironment is 
>>> deprecated and that I should use defineMPinstance and 
>>> setupMPinstance instead.
>>> Thus I tried
>>>
>>> \defineMPinstance[mp:local][metafun][setups=mp:smallfont,textcolor=red]
>>> \startsetups mp:smallfont
>>> \switchtobodyfont[small]
>>> \stopsetups
>>> \startMPpage  and also \startMPpage[mp:local]
>>> % metafont code
>>> \stopMPpage
>>> \stoptext
>>> \endinput
>>>
>>> But nothing happens. How do I get the effect earlier obtained with 
>>> startMPenvironment without having to rely an a deprecated macro?
>>
>> the bodyfont environment was needed because we had to communicate to 
>> the external mp run what the intended settings were
>> in mkiv the run is internal so the mp text generator adapts to the 
>> current settings and there is no need to pass anything
>>
>
> Indeed, I can see the effect of mp functioning inside mkiv. But there 
> is still something I do not understand.
>
> I get small italic text doing this:
>
>     \startMPenvironment[+]
>     \switchtobodyfont[small]
>     \it
>     \stopMPenvironment
>
>
> But italic only doing:
>
>     %\startMPenvironment[+]
>     \switchtobodyfont[small]
>     \it
>     %\stopMPenvironment
>
>
> How is that possible?
Please send complete examples and not only snippets.

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 4894 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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:[~2016-04-04  9:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-03 14:07 Meer, Hans van der
2016-04-03 22:12 ` Hans Hagen
2016-04-04  9:48   ` Meer, Hans van der
2016-04-04  9:52     ` Wolfgang Schuster [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=5702394D.9090506@gmail.com \
    --to=schuster.wolfgang@gmail.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).