![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
#include "PMultiFileParser.h"
#include "PLatexObj/platexobj_utils.h"
#include "PLatexObj/parser_utils.h"
#include "PLatexObj/pbiblio_parser.h"
#include "PLatexObj/pbiblio_html.h"
#include "PLatexObj/select_css_theme.h"
#include "ptimtable_load.h"
#include "ptimetable_tex.h"
#include "ptimetable_updateEndTime.h"
Go to the source code of this file.
Classes | |
class | PGenericParser |
Generic parser. More... | |
Macros | |
#define | COPIED_RECOVER_FILE ".copied_file_recover.map" |
Define the name of the file which contains the formulae and the path to the created file. More... | |
#define | PARSER_SKIP_SPACE p_parser->skipChars(" \t\n"); |
Macro to skip space. More... | |
Typedefs | |
typedef std::map< PString, time_t > | PMapFile |
Map of the copied files. More... | |
Functions | |
std::vector< PString > | getBeginSeqEnv (const PString &envName) |
Get the sequence of the begining of an environement. More... | |
std::vector< PString > | getEndSeqEnv (const PString &envName) |
Get the sequence of the ending of an environement. More... | |
bool | wgetFile (const PString &url) |
Do a wget of a file. More... | |
#define COPIED_RECOVER_FILE ".copied_file_recover.map" |
Define the name of the file which contains the formulae and the path to the created file.
Definition at line 22 of file PGenericParser.h.
#define PARSER_SKIP_SPACE p_parser->skipChars(" \t\n"); |
Macro to skip space.
Definition at line 24 of file PGenericParser.h.
Map of the copied files.
Definition at line 27 of file PGenericParser.h.
Get the sequence of the begining of an environement.
envName | : name of the environement |
Definition at line 27 of file PGenericParser.cpp.
Referenced by PConfigParser::parseEnvironement(), PConfigParser::parserDetails(), PConfigParser::parserQuote(), and PConfigParser::parseTabular().
Get the sequence of the ending of an environement.
envName | : name of the environement |
Definition at line 40 of file PGenericParser.cpp.
Referenced by PConfigParser::parseEnvironementContent(), PConfigParser::parserDetails(), PConfigParser::parserQuote(), and PConfigParser::parseTabular().
bool wgetFile | ( | const PString & | url | ) |
Do a wget of a file.
url | : url to be used |
Definition at line 18 of file PGenericParser.cpp.
Referenced by PConfigParser::loadInclude().