writers package
Submodules
writers.latex_writer module
- class pyndoc.writers.latex_writer.LatexWriter[source]
Bases:
objectA class for converting an Abstract Syntax Tree (AST) representation of a document into LaTeX format.
writers.native_writer module
writers.typst_writer module
- class pyndoc.writers.typst_writer.TypstWriter[source]
Bases:
objectA class for converting an Abstract Syntax Tree (AST) representation of a document into Typst format.