pyaota.latex.latexcompiler module¶ LaTeX compilation functions for pyaota class pyaota.latex.latexcompiler.LatexCompiler(build_specs)[source]¶ Bases: object build_document(document=None, cleanup=False)[source]¶ Builds the specified document by running the necessary commands. Parameters: document (Document) – the Document instance to compile (default is None) cleanup (bool) – if True, deletes intermediate files after build (default is False)