PhoenixLecture  2.0.0
Set of tools to make lectures
ptimetable_tex.h
Go to the documentation of this file.
1 /***************************************
2  Auteur : Pierre Aubert
3  Mail : pierre.aubert@lapp.in2p3.fr
4  Licence : CeCILL-C
5 ****************************************/
6 
7 #ifndef __PTIMTABLE_TEX_H__
8 #define __PTIMTABLE_TEX_H__
9 
10 #include "pspeaker_tex.h"
11 
12 bool ptimetable_tex(std::vector<PLatexObj> & vecContent, const PTimeTable & timetable, const PPath & outputDirectory, bool isSaveSpeaker);
13 
14 #endif
Path of a directory or a file.
Definition: PPath.h:17
Timetable.
Definition: PTimeTable.h:197
bool ptimetable_tex(std::vector< PLatexObj > &vecContent, const PTimeTable &timetable, const PPath &outputDirectory, bool isSaveSpeaker)
Convert a PTimeTable into PLatexObj.