PhoenixLecture  2.0.0
Set of tools to make lectures
PLatexType.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_TYPE_H__
8 #define __PLATEX_TYPE_H__
9 
10 namespace PLatexType{
12  enum PLatexType{
15  URL,
17  REF,
38 
39  //List and item
43 
44  //Variable call
46 
47  //All the part, chapter, section, subsection, subsubsection
48 
49  //Section with number
55 
56  //Section without number
62 
63  //Book seperator (used in book mode)
66 
67  //Center and columns environement
69  ROW,
72  //Table and figure
78  //Math
82 
83  //Extra parser and environement
86  //Extra function
88 
89  //Embeded video
91  //Update the style of the generated site
93  //Get the value of an environement variable
95  //Raw HTML content
97  //Timetable
105  RENDEZVOUS
106  };
107 }
108 
117  TECHREPORT
118  };
119 
120 }
121 
122 #endif
123 
@ SUBSUBSECTION
Definition: PLatexType.h:54
@ SUBSECTIONSTAR
Definition: PLatexType.h:60
@ AUTOSPACEPARAGRAPH
Definition: PLatexType.h:28
@ BOOKMAINPAGELINK
Definition: PLatexType.h:65
@ TIMETABLE_EMPTYBLOCK
Definition: PLatexType.h:103
@ SPACEPARAGRAPH
Definition: PLatexType.h:27
@ ENVIRONEMENT
Definition: PLatexType.h:85
@ TIMETABLE_TIME
Definition: PLatexType.h:104
@ SUBSUBSECTIONSTAR
Definition: PLatexType.h:61
@ TIMETABLE_WEEK
Definition: PLatexType.h:99
@ BOOKPARTSEPARATOR
Definition: PLatexType.h:64
@ WORK_IN_PROGRESS
Definition: PLatexType.h:32
@ TIMETABLE_TIMEROW
Definition: PLatexType.h:100
@ TIMETABLE_BLOCK
Definition: PLatexType.h:102