Difference between revisions of "Command/startMPenvironment"

From Wiki
Jump to navigation Jump to search
m (Text replacement - "<syntax>start" to "<syntax type=“environment”>")
Tags: Mobile web edit Mobile edit
m (Taco moved page Environment/MPenvironment to Command/startMPenvironment over a redirect without leaving a redirect)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
== [[Help:Reference|Syntax]] (autogenerated) ==
 
== [[Help:Reference|Syntax]] (autogenerated) ==
<syntax type=“environment”>MPenvironment</syntax>
+
<syntax>startMPenvironment</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==

Latest revision as of 09:34, 7 August 2020

\startMPenvironment

Syntax (autogenerated)

\startMPenvironment[...] ... \stopMPenvironment
[...]reset global +


Syntax

\startMPenvironment...\stopMPenvironment
... ConTeXt commands

Description

\startMPenvironment is a deprecated evironment in which one could place settings that one only wanted to apply in the MetaPost environment, but not in the document itself. One should use \defineMPinstance and \setupMPinstance, instead.

Example

\startMPenvironment
\usetypescript[times][texnansi]
\switchtobodyfont[times,10pt]
\stopMPenvironment

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: