Command/installsimplecommandhandler

Unofficial ConTeXt Wiki mirror

Last modified: 2024-09-15

Summary

The command \installsimplecommandhandler is used to create a setup command for a namespace, e.g. in a module.

Settings

\installsimplecommandhandler\command{...}\command
\command csname
{...} name
\command csname

Description

Examples

example module

\unprotect
\installcorenamespace {flowchart}
\installsimplecommandhandler \??flowchart {FLOWchart} \??flowchart

% set defaults
\setupFLOWchart
  [\c!width=12\bodyfontsize,
   \c!height=7\bodyfontsize,
% …
   \c!frame=\v!off]

% Now you can use e.g. \FLOWchartparameter\c!width

\protect

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: