majordome.latex#

majordome.latex.list_tex_templates() list[str]#

List available LaTeX templates in the data directory.

majordome.latex.load_tex_template(name: str) Template#

Load a LaTeX template from the data directory.

majordome.latex.fill_tex_template(template: str | Template, **kw) str#

Fill a LaTeX template with the given parameters.