![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Output mode of the html backend. More...
#include <pinkscape_slide.h>
Public Attributes | |
PString | bookGitlabUrl |
Gitlab url of the current sources of the project. More... | |
PString | bookMail |
Mail to be used to contact authors in book mode. More... | |
PString | bookMasterProjectUrl |
Master project url in book mode. More... | |
PString | bookSideBarWidth |
Witdh of the book side bar. More... | |
PString | currentStyle |
Current style to be used for the generated pages of the site. More... | |
PFullMenu | fullMenu |
Full menu for book theme. More... | |
bool | isBibliography |
True if the generated web site has a bibliography, false otherwise. More... | |
bool | isBookTheme |
True to activate the book theme. More... | |
bool | isEnableBookFeedback |
True to enable feedback in book mode. More... | |
bool | isMathJaxMode |
True to use the MathJax backend, false to use the latex backend. More... | |
bool | isRemoteMathjax |
True to activate mathjax but in remote mode (so no need to have mathjax in the generated site) More... | |
PMapFormula | mapFormula |
Map of the formula which are already saved as png files. More... | |
PMapSlide | mapSlide |
Map of the formula which are already saved as png files. More... | |
PMapKnownVar | mapVar |
Map of output var which are use to fill the output themes. More... | |
PNestedCall | themeCall |
Parsed theme to be used. More... | |
Output mode of the html backend.
Definition at line 20 of file pinkscape_slide.h.
PString POutoutMode::bookGitlabUrl |
Gitlab url of the current sources of the project.
Definition at line 42 of file platexobj_formulae.h.
Referenced by platexobj_theme_init_var(), platexobj_theme_update_var(), and processAllFile().
PString POutoutMode::bookMail |
Mail to be used to contact authors in book mode.
Definition at line 46 of file platexobj_formulae.h.
Referenced by platexobj_theme_init_var(), and processAllFile().
PString POutoutMode::bookMasterProjectUrl |
Master project url in book mode.
Definition at line 48 of file platexobj_formulae.h.
Referenced by platexobj_theme_init_var(), and processAllFile().
PString POutoutMode::bookSideBarWidth |
Witdh of the book side bar.
Definition at line 40 of file platexobj_formulae.h.
Referenced by processAllFile().
PString POutoutMode::currentStyle |
Current style to be used for the generated pages of the site.
Definition at line 26 of file platexobj_formulae.h.
Referenced by createOutlineHtml(), pbiblio_entryPage(), pbiblio_html(), platexObj_createFormulaTex(), platexobj_htmlStrUpdateStyle(), platexobj_theme_init_var(), and processAllFile().
PFullMenu POutoutMode::fullMenu |
Full menu for book theme.
Definition at line 34 of file platexobj_formulae.h.
Referenced by platexobj_theme_update_var(), and processAllFile().
bool POutoutMode::isBibliography |
True if the generated web site has a bibliography, false otherwise.
Definition at line 36 of file platexobj_formulae.h.
Referenced by platexobj_theme_init_var(), platexobj_theme_update_var(), and processAllFile().
bool POutoutMode::isBookTheme |
True to activate the book theme.
Definition at line 38 of file platexobj_formulae.h.
Referenced by createNavigationMenuBiblio(), createOutlineHtml(), platexobj_theme_init_var(), platexobj_theme_update_var(), and processAllFile().
bool POutoutMode::isEnableBookFeedback |
True to enable feedback in book mode.
Definition at line 44 of file platexobj_formulae.h.
Referenced by processAllFile().
bool POutoutMode::isMathJaxMode |
True to use the MathJax backend, false to use the latex backend.
Definition at line 30 of file platexobj_formulae.h.
Referenced by platexobj_htmlStrInlineMath(), platexobj_htmlStrLatex(), platexobj_theme_init_var(), and processAllFile().
bool POutoutMode::isRemoteMathjax |
True to activate mathjax but in remote mode (so no need to have mathjax in the generated site)
Definition at line 32 of file platexobj_formulae.h.
Referenced by platexobj_theme_init_var(), and processAllFile().
PMapFormula POutoutMode::mapFormula |
Map of the formula which are already saved as png files.
Definition at line 28 of file platexobj_formulae.h.
Referenced by platexObj_createFormulaTex(), and processAllFile().
PMapSlide POutoutMode::mapSlide |
Map of the formula which are already saved as png files.
Definition at line 22 of file pinkscape_slide.h.
Referenced by pinkscape_isSlideKnown(), and processFileSvg().
PMapKnownVar POutoutMode::mapVar |
Map of output var which are use to fill the output themes.
Definition at line 52 of file platexobj_formulae.h.
Referenced by platexobj_book_createPage(), platexobj_bookIndexHtml(), platexobj_theme_createPage(), platexobj_theme_init_var(), platexobj_theme_set_var(), and platexobj_theme_update_var().
PNestedCall POutoutMode::themeCall |
Parsed theme to be used.
Definition at line 50 of file platexobj_formulae.h.
Referenced by platexobj_theme_createPage(), and platexobj_update_theme().