Command/cldcommand

From Wiki
< Command
Revision as of 20:36, 25 July 2012 by Esteis (talk | contribs) (Create entire page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

\cldcommand

Syntax

\cldcommand[...]
[...] text

Description

Execute a ConTeXt command via the Lua interpreter. Defined as follows:

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

Example

  \cldcommand{blackrule}

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: