PhoenixLecture  2.0.0
Set of tools to make lectures
POutputTex Struct Reference

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...
 

Detailed Description

Output mode for tex backend.

Definition at line 13 of file platexobj_tex.h.

Member Data Documentation

◆ isLastObjInline

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().

◆ splitChapter

bool POutputTex::splitChapter

True to split charpters in separates files.

Definition at line 19 of file platexobj_tex.h.

Referenced by defaultPOutputTex().

◆ splitPart

bool POutputTex::splitPart

True to split parts in separates files.

Definition at line 17 of file platexobj_tex.h.

Referenced by defaultPOutputTex().

◆ splitSection

bool POutputTex::splitSection

True to split sections in separates files.

Definition at line 21 of file platexobj_tex.h.

Referenced by defaultPOutputTex().

◆ splitSubSection

bool POutputTex::splitSubSection

True to split subsections in separates files.

Definition at line 23 of file platexobj_tex.h.

Referenced by defaultPOutputTex().

◆ splitSubSubSection

bool POutputTex::splitSubSubSection

True to split subsubsections in separates files.

Definition at line 25 of file platexobj_tex.h.

Referenced by defaultPOutputTex().


The documentation for this struct was generated from the following file: