![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
arguments of the phoenix_srcsplittexdir program More...
Public Attributes | |
bool | isPlatexMode {false} |
true to add begin and end environnement in the output file, false otherwise More... | |
bool | keepComment {false} |
true to keep the comments of the targeted language in the output file More... | |
bool | keepTex {false} |
true to keep the ptex comment, false otherwise More... | |
PVecPath | listIgnoreDir |
Directory to be ignored. More... | |
PVecPath | listInputFile |
list of the input files or directories More... | |
PPath | outputDir {"./"} |
name of the output directory More... | |
bool | removefirstcomment {false} |
remove the first comment of the file More... | |
bool SplitArgument::isPlatexMode {false} |
true to add begin and end environnement in the output file, false otherwise
Definition at line 27 of file main.cpp.
Referenced by main(), and processFileOrDir().
bool SplitArgument::keepComment {false} |
true to keep the comments of the targeted language in the output file
Definition at line 21 of file main.cpp.
Referenced by main(), and processFileOrDir().
bool SplitArgument::keepTex {false} |
true to keep the ptex comment, false otherwise
Definition at line 23 of file main.cpp.
Referenced by main(), and processFileOrDir().
PVecPath SplitArgument::listIgnoreDir |
Directory to be ignored.
Definition at line 29 of file main.cpp.
Referenced by main(), and processFileOrDir().
PVecPath SplitArgument::listInputFile |
list of the input files or directories
Definition at line 19 of file main.cpp.
Referenced by main(), and processListFile().
PPath SplitArgument::outputDir {"./"} |
name of the output directory
Definition at line 17 of file main.cpp.
Referenced by main(), and processListFile().
bool SplitArgument::removefirstcomment {false} |
remove the first comment of the file
Definition at line 25 of file main.cpp.
Referenced by main(), and processFileOrDir().