Difference between revisions of "Inside ConTeXt"

From Wiki
Jump to navigation Jump to search
(added variables)
(Fixed links to renamed "command" pages, added link to "with optional arguments" page.)
Line 6: Line 6:
 
  \getvariable{namespace}{key}
 
  \getvariable{namespace}{key}
  
[[Define Commands|Define your own commands]] with key=value syntax.
+
Defining new commands:
 +
 
 +
[[Commands with KeyVal arguments|Commands with Key=Value arguments]].
 +
 
 +
[[Commands with optional arguments]].

Revision as of 00:53, 5 August 2004

< Main Page

Using variables:

\setvariables[namespace][key=value]
\getvariable{namespace}{key}

Defining new commands:

Commands with Key=Value arguments.

Commands with optional arguments.