pyaota.generator.document module

Document build functions for pyaota

class pyaota.generator.document.Document(content='')[source]

Bases: object

write_source(local_output_name='document')[source]

Writes the LaTeX source to a local .tex file.

Parameters:

local_output_name (str) – the local output file name (without extension)

class pyaota.generator.document.ExamDocument(document_specs={})[source]

Bases: Document