Skip to main content

The latexdocvisitor.h File Reference

Included Headers

#include <stack> #include "qcstring.h" #include "docvisitor.h" #include "docnode.h"

Classes Index

classLatexDocVisitor

Concrete visitor implementation for LaTeX output. More...

structActiveRowSpan
structTableState
structLatexListItemInfo

Enumerations Index

enum classTexOrPdf { ... }

Enumerations

TexOrPdf

enum class TexOrPdf
strong
Enumeration values
NOnot called through texorpdf
TEXcalled through texorpdf as TeX (first) part
PDFcalled through texorpdf as PDF (second) part

Definition at line 29 of file latexdocvisitor.h.

30{
31 NO, //!< not called through texorpdf
32 TEX, //!< called through texorpdf as TeX (first) part
33 PDF, //!< called through texorpdf as PDF (second) part
34};

Generated via doxygen2docusaurus by Doxygen 1.14.0.