PhoenixLecture  2.0.0
Set of tools to make lectures
PLatexObj_def.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 __PLATEX_OBJ_H__
8 #define __PLATEX_OBJ_H__
9 
10 
11 #define LATEX_IMAGE_OUTPUT_DIR "images"
12 #define LATEX_VIDEO_OUTPUT_DIR "videos"
13 #define LATEX_RESSOURCES_OUTPUT_DIR "ressource"
14 #define LATEX_INVITATION_OUTPUT_DIR "invitation"
15 
16 #endif
17