PhoenixLecture  2.0.0
Set of tools to make lectures
ParsedArg Struct Reference

Parsed arguments passed to the program. More...

+ Collaboration diagram for ParsedArg:

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...
 

Detailed Description

Parsed arguments passed to the program.

Definition at line 32 of file main.cpp.

Member Data Documentation

◆ installPrefix

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().

◆ isBookTheme

bool ParsedArg::isBookTheme

True to enable book theme.

Definition at line 44 of file main.cpp.

Referenced by defaultParsedArg(), main(), and processAllFile().

◆ isLatexBackEnd

bool ParsedArg::isLatexBackEnd

True to activate the latex backend.

Definition at line 42 of file main.cpp.

Referenced by defaultParsedArg(), main(), and processAllFile().

◆ isWorkInProgress

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().

◆ styleCss

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().

◆ themeFile

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().

◆ useMathJax

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().

◆ useRemoteMathjax

bool ParsedArg::useRemoteMathjax

True to use remote install of mathjax.

Definition at line 36 of file main.cpp.

Referenced by defaultParsedArg(), main(), and processAllFile().


The documentation for this struct was generated from the following file: