Difference between revisions of "Command/env"

From Wiki
Jump to navigation Jump to search
(hint that documentargument is something else)
 
Line 38: Line 38:
 
== See also ==
 
== See also ==
 
* {{cmd|getvariable}}
 
* {{cmd|getvariable}}
* {{cmd|doifdocumentargument}}
+
* {{cmd|doifdocumentargument}} (not only --arguments)
* {{cmd|getdocumentargument}}
+
* {{cmd|getdocumentargument}} (not only --arguments)
 
* {{cmd|env}}
 
* {{cmd|env}}
  

Latest revision as of 20:29, 19 March 2024

\env

Syntax (autogenerated)

\env{...}
{...}key


Syntax

\env{...}
{...} argument name

Description

A shortcut for \getvariable{environment}{...}. Access arguments were passed from the command line via --arguments:

 context --arguments=arg1=value1,arg2="value 2"

Example

% official-response.tex
\starttext
The request is \env{permission}.
\stoptext
 context --arguments=permission=granted official-response.tex

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: