Open main menu

\cldcontext

Syntax (autogenerated)

\cldcontext{...}
{...}command


Syntax

\cldcontext{...}
{...} valid argument(s) for Lua's context() function

Description

Pass an argument to Lua's context(...) command. The text is inserted as-is, so you'll want to add quotations marks.

   \def\cldcontext  #1{\directlua\zerocount{context(#1)}}
   % so  \cldcontext{some code}   --> \directlua{context(some code)}
   % and \cldcontext{"some code"} --> \directlua{context("some code")}

Example

  \cldcontext{"\\section{One}"}
  \cldcontext{2 * 4}

 

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: