![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
#include "platexobj_formulae.h"
Go to the source code of this file.
Functions | |
PString | platexobj_bookHtml (POutoutMode &outputMode, const PLatexObj &obj, bool isBibliography, bool allowText) |
Convert a PLatexObj into a string with book theme. More... | |
PString platexobj_bookHtml | ( | POutoutMode & | outputMode, |
const PLatexObj & | obj, | ||
bool | isBibliography, | ||
bool | allowText | ||
) |
Convert a PLatexObj into a string with book theme.
[out] | outputMode | : output mode of the html backend |
obj | : PLatexObj to be converted into a string | |
isBibliography | : true if there is a bibliography, false otherwise | |
allowText | : true if the TEXT PLatexObj are allowed, false if not |
Definition at line 105 of file platexobj_html_book.cpp.
References PLatexType::CHAPTER, PLatexType::FILE, PLatexObj::getType(), PLatexObj::getVecContent(), PLatexType::PART, platexobj_book_createPage(), platexobj_bookHtml(), platexobj_bookIndexHtml(), platexobj_htmlStrBase(), PLatexType::SECTION, PLatexType::SUBSECTION, and PLatexType::SUBSUBSECTION.