Expand description
Support for running TeX scripts.
This module enables using TeX as a scripting language. TeX files are processed using the usual TeX semantics, but instead of typesetting the result and outputting it to PDF (say), the output is written to an IO writer.
Structs§
Functions§
- get_
newline - Get the
\newlinecommand. - get_par
- Get the
\parcommand. - run
- Run the Texlang interpreter for the provided VM and return the result as list of tokens.
- run_
to_ string - Run the Texlang interpreter for the provided VM and return the result as a string.
- set_
io_ writer