|
Doxygen
|
Go to the source code of this file.
Classes | |
| class | LatexCodeGenerator |
| Generator for LaTeX code fragments. More... | |
| class | LatexGenerator |
| Generator for LaTeX output. More... | |
Macros | |
| #define | LATEX_STYLE_EXTENSION ".sty" |
Functions | |
| void | writeExtraLatexPackages (TextStream &t) |
| void | writeLatexSpecialFormulaChars (TextStream &t) |
| QCString | convertToLaTeX (const QCString &s, bool insideTabbing, bool keepSpaces=FALSE) |
| void | filterLatexString (TextStream &t, const QCString &str, bool insideTabbing, bool insidePre, bool insideItem, bool insideTable, bool keepSpaces, const bool retainNewline=false) |
| QCString | latexEscapeLabelName (const QCString &s) |
| QCString | latexEscapeIndexChars (const QCString &s) |
| QCString | latexEscapePDFString (const QCString &s) |
| QCString | latexFilterURL (const QCString &s) |
| void | latexWriteIndexItem (TextStream &t, const QCString &r1, const QCString &s2="") |
| #define LATEX_STYLE_EXTENSION ".sty" |
Definition at line 22 of file latexgen.h.
Referenced by copyLatexStyleSheet(), and extraLatexStyleSheet().
Definition at line 2514 of file latexgen.cpp.
References filterLatexString(), and TextStream::str().
Referenced by LatexGenerator::endIndexSection(), objectLinkToString(), LatexGenerator::startIndexSection(), substituteLatexKeywords(), and LatexGenerator::writeInheritedSectionTitle().
| void filterLatexString | ( | TextStream & | t, |
| const QCString & | str, | ||
| bool | insideTabbing, | ||
| bool | insidePre, | ||
| bool | insideItem, | ||
| bool | insideTable, | ||
| bool | keepSpaces, | ||
| const bool | retainNewline = false ) |
Definition at line 2344 of file latexgen.cpp.
References Config_getBool, QCString::data(), insideTable(), HtmlEntityMapper::instance(), QCString::isEmpty(), isId(), HtmlEntityMapper::latex(), HtmlEntityMapper::name2sym(), processEntity(), and HtmlEntityMapper::Sym_Unknown.
Referenced by LatexCodeGenerator::codify(), convertToLaTeX(), LatexGenerator::docify(), LatexDocVisitor::filter(), latexEscapeIndexChars(), latexEscapeLabelName(), and substituteLatexKeywords().
Definition at line 2566 of file latexgen.cpp.
References QCString::data(), QCString::ExplicitSize, filterLatexString(), QCString::isEmpty(), QCString::length(), and TextStream::str().
Referenced by latexWriteIndexItem(), and LatexGenerator::startMemberDoc().
Definition at line 2521 of file latexgen.cpp.
References QCString::data(), QCString::ExplicitSize, filterLatexString(), QCString::isEmpty(), QCString::length(), and TextStream::str().
Referenced by latexWriteIndexItem().
Definition at line 2612 of file latexgen.cpp.
References QCString::data(), QCString::isEmpty(), and TextStream::str().
Referenced by LatexGenerator::startMemberDoc().
Definition at line 2640 of file latexgen.cpp.
References QCString::data(), hex, QCString::isEmpty(), and TextStream::str().
Referenced by LatexDocVisitor::operator()(), and LatexDocVisitor::operator()().
| void latexWriteIndexItem | ( | TextStream & | t, |
| const QCString & | r1, | ||
| const QCString & | s2 = "" ) |
Definition at line 2671 of file latexgen.cpp.
References QCString::isEmpty(), latexEscapeIndexChars(), and latexEscapeLabelName().
Referenced by LatexGenerator::addIndexItem(), LatexGenerator::endTitleHead(), LatexDocVisitor::operator()(), and LatexGenerator::startMemberDoc().
| void writeExtraLatexPackages | ( | TextStream & | t | ) |
Definition at line 2283 of file latexgen.cpp.
References Config_getList.
Referenced by FormulaManager::createLatexFile(), and substituteLatexKeywords().
| void writeLatexSpecialFormulaChars | ( | TextStream & | t | ) |
Definition at line 2301 of file latexgen.cpp.
Referenced by FormulaManager::createLatexFile(), and substituteLatexKeywords().