Open main menu

Changes

no edit summary
<cd:shortdesc>
<!-- a short command summary goes here -->
The environment <tt>\startctxfunctiondefinition ... \stopctxfunctiondefinition</tt> defines a macro that is used for ..a lua function without arguments.
</cd:shortdesc>
<cd:variants>
</cd:variants>
<cd:description>
<!-- the long description This defines a TeX macro without arguments that when expanded runs a block of the command goes here -->lua code instead of executing TeX commands.
</cd:description>
<cd:examples>
<!-- command example(s)
<cd:example title="">
<texcode>
\startctxfunctiondefinition foo
context('hello world')
\stopctxfunctiondefinition
 
\foo
</texcode>
</cd:example>
-->
</cd:examples>
<cd:notes>