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
Line 5: Line 5:
  
 
== [[Help:Reference|Syntax]] (autogenerated) ==
 
== [[Help:Reference|Syntax]] (autogenerated) ==
<syntax>startMPenvironment</syntax>
+
<syntax type=“environment”>MPenvironment</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==

Revision as of 19:43, 24 July 2020

\startMPenvironment

Syntax (autogenerated)


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: