Difference between revisions of "Command/env"

From Wiki
Jump to navigation Jump to search
(documentargument --> getdocumentargument)
(stray tag)
Line 14: Line 14:
 
     <td class="cmd">{...}</td>
 
     <td class="cmd">{...}</td>
 
     <td>''argument name''</td>
 
     <td>''argument name''</td>
  </tr>
 
 
   </tr>
 
   </tr>
 
</table>
 
</table>

Revision as of 12:54, 10 September 2012

\env

Syntax

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

Description

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: