Command/cldprocessfile

Unofficial ConTeXt Wiki mirror

Last modified: 2025-01-14

Summary

The command \cldprocessfile is used to run a ConTeXt Lua document.

Settings

\cldprocessfile{...}
{...} file

Description

Run/compile a ConTeXt Lua document. Defined as follows:

\def\cldprocessfile#1{\directlua\zerocount{context.runfile("#1")}}

Examples

Example 1

\cldprocessfile{my_context_lua_document.cld}

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: