pygacity.generate.build module¶
Document build functions for pygacity
- pygacity.generate.build.answerset(config: Config = None) str[source]¶
Generates an answer set document from cached answer sets in the build cache.
- pygacity.generate.build.latex_subcommand(args)[source]¶
CLI subcommand to compile an arbitrary LaTeX source file with pygacity’s autoprob package directory on the search path.
If the source file contains
\begin{pycode}blocks, a pythontex pass is automatically inserted between two latexmk+xelatex runs.