![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Parsed arguments passed to the program. More...
Public Attributes | |
PString | installPrefix |
Installation prefix directory to get the program ressources (/usr or /local/usr) More... | |
bool | isBookTheme |
True to enable book theme. More... | |
bool | isLatexBackEnd |
True to activate the latex backend. More... | |
bool | isWorkInProgress |
True to propagate the Work In Progress in the titles of corresponding parts, to make them visible and see what is ongoing in an easier way. More... | |
PString | styleCss |
Style to be used as the default css style. More... | |
PString | themeFile |
File which describes the theme of the web site. More... | |
bool | useMathJax |
True to use the MathJax backend, false to use the latex backend. More... | |
bool | useRemoteMathjax |
True to use remote install of mathjax. More... | |
PString ParsedArg::installPrefix |
Installation prefix directory to get the program ressources (/usr or /local/usr)
Definition at line 38 of file main.cpp.
Referenced by defaultParsedArg(), main(), and processAllFile().
bool ParsedArg::isBookTheme |
True to enable book theme.
Definition at line 44 of file main.cpp.
Referenced by defaultParsedArg(), main(), and processAllFile().
bool ParsedArg::isLatexBackEnd |
True to activate the latex backend.
Definition at line 42 of file main.cpp.
Referenced by defaultParsedArg(), main(), and processAllFile().
bool ParsedArg::isWorkInProgress |
True to propagate the Work In Progress in the titles of corresponding parts, to make them visible and see what is ongoing in an easier way.
Definition at line 40 of file main.cpp.
Referenced by defaultParsedArg(), main(), and processAllFile().
PString ParsedArg::styleCss |
Style to be used as the default css style.
Definition at line 46 of file main.cpp.
Referenced by defaultParsedArg(), main(), and processAllFile().
PString ParsedArg::themeFile |
File which describes the theme of the web site.
Definition at line 48 of file main.cpp.
Referenced by defaultParsedArg(), main(), and processAllFile().
bool ParsedArg::useMathJax |
True to use the MathJax backend, false to use the latex backend.
Definition at line 34 of file main.cpp.
Referenced by defaultParsedArg(), main(), and processAllFile().
bool ParsedArg::useRemoteMathjax |
True to use remote install of mathjax.
Definition at line 36 of file main.cpp.
Referenced by defaultParsedArg(), main(), and processAllFile().