/home/docs/checkouts/readthedocs.org/user_builds/mathvizanimator/checkouts/latest/libs/mva_svg/include/latex_process.h Source File
|
MathVizAnimator
0.0.1
|
latex_process.h
The LaTeXProcess class handles the execution of LaTeX typesetting process to a DVI file.
Definition: latex_process.h:35
void processFailed(const QFileInfo &latex_file)
Signal emitted when the LaTeX compilation process fails.
QFileInfo latexFile() const
Returns the QFileInfo object representing the LaTeX file.
Definition: latex_process.h:55
void processFinished(const QFileInfo &dvi_file)
Signal emitted when the LaTeX compilation process successfully finishes.
void cleanup() const
Performs cleanup by removing auxiliary files generated during the LaTeX compilation process.
Definition: latex_process.cpp:35
LaTeXProcess(const QFileInfo &latex_file, QObject *parent=nullptr)
Constructs a LaTeXProcess object.
Definition: latex_process.cpp:22
Generated by