Doxygen
Loading...
Searching...
No Matches
latexdocvisitor.h File Reference
#include <stack>
#include "qcstring.h"
#include "docvisitor.h"
#include "docnode.h"
+ Include dependency graph for latexdocvisitor.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LatexDocVisitor
 Concrete visitor implementation for LaTeX output. More...
 
struct  LatexDocVisitor::ActiveRowSpan
 
struct  LatexDocVisitor::TableState
 
struct  LatexDocVisitor::LatexListItemInfo
 

Enumerations

enum class  TexOrPdf { NO , TEX , PDF }
 

Enumeration Type Documentation

◆ TexOrPdf

enum class TexOrPdf
strong
Enumerator
NO 

not called through texorpdf

TEX 

called through texorpdf as TeX (first) part

PDF 

called 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};
@ TEX
called through texorpdf as TeX (first) part
@ PDF
called through texorpdf as PDF (second) part
@ NO
not called through texorpdf