Command/setvariables

Unofficial ConTeXt Wiki mirror

Last modified: 2025-01-11

Syntax (autogenerated)

\setvariables[...][...=...,...]
[...] name
set command
reset command
key value

Syntax

\setvariables[...][...=...,...]
[...] name
set command
reset command
key value

Description

Assign values to variables in a namespace. For example, if you use:

\setvariables
    [var]
    [
      a=1,
      b=2,
      c=3,
    ]

then, \getvariable{var}{a} returns 1, etc.


Also see Setups.

Example

% \setups[namespace:set] is automatically called right after 'set' is assigned
\setvariables[namespace]
  [set={\setups[namespace:set]},
   key={Apples are \applecolor!},
   reset={\setups[namespace:reset]},
  ]
  

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: