Command/cldcommand

From Wiki
< Command
Revision as of 21:45, 28 September 2012 by Esteis (talk | contribs) (show result of example)
Jump to navigation Jump to search

\cldcommand

Syntax

\cldcommand{...}
{...} a valid way to end context. in Lua

Description

Execute a ConTeXt command via lookup in the context table in LuaTeX. Defined as follows:

   \def\cldcommand#1{\directlua\zerocount{context.#1}}
   % so \cldcommand{somecommand} --> \directlua{context.somecommand}

Example

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: