Difference between revisions of "Command/cldcontext"

From Wiki
Jump to navigation Jump to search
m
 
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>cldcontext</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==

Latest revision as of 17:26, 12 November 2019

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