Changes

Jump to navigation Jump to search
904 bytes added ,  20:36, 25 July 2012
Create entire page
{{Reference
|name=cldcommand
|attributes=
}}

== [[Help:Reference|Syntax]] ==
<table cellspacing="4" cellpadding="2" class="cmd">
<tr>
<td colspan="2" class="cmd">\cldcommand<!--
--><span class="first">[...]</span><!--
--></td>
</tr>
<tr valign="top" class="first">
<td class="cmd">[...]</td>
<td>''text''</td>
</tr>
</table>

== 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 ==
<texcode mode=mkiv source=yes>
\cldcommand{blackrule}
</texcode>

== See also ==
* {{cmd|cldcontext}}
* {{cmd|cldcommand}}
* {{cmd|cldprocessfile}}

== Help from ConTeXt-Mailinglist/Forum ==
All issues with:
{{Forum|{{SUBPAGENAME}}}}

[[Category:Command/LuaTeX|cldcommand]]
[[Category:Command/MkIV only|cldcommand]]

Navigation menu