![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Output mode for tex backend. More...
#include <platexobj_tex.h>
Public Attributes | |
bool | isLastObjInline |
True if the last used PLatexObj was inlined, false if it was a block. More... | |
bool | splitChapter |
True to split charpters in separates files. More... | |
bool | splitPart |
True to split parts in separates files. More... | |
bool | splitSection |
True to split sections in separates files. More... | |
bool | splitSubSection |
True to split subsections in separates files. More... | |
bool | splitSubSubSection |
True to split subsubsections in separates files. More... | |
Output mode for tex backend.
Definition at line 13 of file platexobj_tex.h.
bool POutputTex::isLastObjInline |
True if the last used PLatexObj was inlined, false if it was a block.
Definition at line 15 of file platexobj_tex.h.
Referenced by defaultPOutputTex(), and platexobj_texStr().
bool POutputTex::splitChapter |
True to split charpters in separates files.
Definition at line 19 of file platexobj_tex.h.
Referenced by defaultPOutputTex().
bool POutputTex::splitPart |
True to split parts in separates files.
Definition at line 17 of file platexobj_tex.h.
Referenced by defaultPOutputTex().
bool POutputTex::splitSection |
True to split sections in separates files.
Definition at line 21 of file platexobj_tex.h.
Referenced by defaultPOutputTex().
bool POutputTex::splitSubSection |
True to split subsections in separates files.
Definition at line 23 of file platexobj_tex.h.
Referenced by defaultPOutputTex().
bool POutputTex::splitSubSubSection |
True to split subsubsections in separates files.
Definition at line 25 of file platexobj_tex.h.
Referenced by defaultPOutputTex().