Difference between revisions of "Command/cldcommand"

From Wiki
Jump to navigation Jump to search
(Create entire page)
(No difference)

Revision as of 20:36, 25 July 2012

\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: