pyexlatex.logic.output.api.builders package¶
Submodules¶
pyexlatex.logic.output.api.builders.base module¶
pyexlatex.logic.output.api.builders.htlatex module¶
- class pyexlatex.logic.output.api.builders.htlatex.HTLatexBuilder(executable=None, bibtex='bibtex', max_runs=15)[source]¶
Bases:
pyexlatex.logic.output.api.builders.base.BaseBuilder
A simple htlatex-based builder for LaTeX files to generate HTML from LaTeX.
Builds LaTeX files by copying them to a temporary directly and running
htlatex
until the associated.aux
file stops changing.- Parameters
pyexlatex.logic.output.api.builders.lualatex module¶
- class pyexlatex.logic.output.api.builders.lualatex.LuaLatexBuilder(executable=None, bibtex='bibtex', max_runs=15)[source]¶
Bases:
pyexlatex.logic.output.api.builders.base.BaseBuilder
A simple lualatex-based builder for LaTeX files.
Builds LaTeX files by copying them to a temporary directly and running
lualatex
until the associated.aux
file stops changing.- Parameters