#include "htmlattrib.h"
#include <qfileinfo.h>
#include "latexdocvisitor.h"
#include "docparser.h"
#include "language.h"
#include "doxygen.h"
#include "outputgen.h"
#include "dot.h"
#include "util.h"
#include "message.h"
#include "parserintf.h"
#include "msc.h"
#include "dia.h"
#include "cite.h"
#include "filedef.h"
#include "config.h"
#include "htmlentity.h"
#include "plantuml.h"
Go to the source code of this file.
static QCString escapeLabelName |
( |
const char * |
s | ) |
|
|
static |
Definition at line 37 of file latexdocvisitor.cpp.
48 case '%': result+=
"\\%";
break;
49 case '|': result+=
"\\texttt{\"|}";
break;
50 case '!': result+=
"\"!";
break;
51 case '{': result+=
"\\lcurly{}";
break;
52 case '}': result+=
"\\rcurly{}";
break;
53 case '~': result+=
"````~";
break;
static const char* getSectionName |
( |
int |
level | ) |
|
|
static |
Definition at line 65 of file latexdocvisitor.cpp.
69 if (compactLatex) l++;
static bool insideMainPage
static const char * secLabels[maxLevels]
#define Config_getBool(val)
Definition at line 123 of file latexdocvisitor.cpp.
128 t <<
"\\end{DoxyImage}\n";
131 t <<
"\\end{DoxyImageNoCaption}\n";
Definition at line 74 of file latexdocvisitor.cpp.
78 t <<
"\n\\begin{DoxyImage}\n";
82 t <<
"\n\\begin{DoxyImageNoCaption}\n" 86 t <<
"\\includegraphics";
93 t <<
"width=" << width;
101 t <<
"height=" << height;
106 t <<
"[width=\\textwidth,height=\\textheight/2,keepaspectratio=true]";
113 t <<
"{" << name <<
"}";
Definition at line 916 of file latexdocvisitor.cpp.
920 t <<
"\\end{tabularx}\n";
924 t <<
"\\end{longtabu}\n";
static bool tableIsNested(const DocNode *n)
Definition at line 903 of file latexdocvisitor.cpp.
907 t <<
"\\begin{tabularx}{\\linewidth}{|*{" << cols <<
"}{>{\\raggedright\\arraybackslash}X|}}";
911 t <<
"\\tabulinesep=1mm\n\\begin{longtabu} spread 0pt [c]{*" << cols <<
"{|X[-1]}|}\n";
static bool tableIsNested(const DocNode *n)
Initial value:=
{ "section","subsection","subsubsection","paragraph","subparagraph" }
Definition at line 62 of file latexdocvisitor.cpp.