![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
#include <sys/stat.h>
#include <sys/types.h>
#include "convertToString.h"
#include "parser_utils.h"
#include "platexobj_tex.h"
Go to the source code of this file.
Functions | |
POutputTex | defaultPOutputTex () |
Create a default POutputTex. More... | |
bool | isPLatexObjInline (const PLatexObj &obj) |
Say if the given PLatexObj is inlined. More... | |
PString | platexobj_indexTex (POutputTex &outputMode, const PLatexObj &obj) |
Save the index.tex file. More... | |
bool | platexobj_tex (POutputTex &outputMode, const PLatexObj &obj) |
Save the main PLatexObj. More... | |
PString | platexobj_texCreateLabelSearchLink (const PString &labelName) |
Create the link to the label of the current PLatexObj if it exist. More... | |
PString | platexobj_texMainTitle (const PString &title, const PString &latexFunction) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStr (POutputTex &outputMode, const PLatexObj &obj, const PString &indentation, bool allowText) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStr (POutputTex &outputMode, const PVecLatexObj &vecObj, const PString &indentation, bool allowText) |
Save a vector of PLatexObj in tex. More... | |
PString | platexobj_texStrAllPart (POutputTex &outputMode, const PLatexObj &obj, const PString &latexFunction, const PString &indentation) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrBasicEnv (POutputTex &outputMode, const PLatexObj &obj, const PString &baliseName, const PString &indentation, bool allowText) |
Convert a basic environement into a string. More... | |
PString | platexobj_texStrBasicEnv (POutputTex &outputMode, const PLatexObj &obj, const PString &envName, const PString &indentation) |
Convert an environement into a tex string. More... | |
PString | platexobj_texStrCaption (POutputTex &outputMode, const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrCitation (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrColumns (POutputTex &outputMode, const PLatexObj &obj, const PString &indentation) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrComment (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrEnumerate (POutputTex &outputMode, const PLatexObj &obj, const PString &indentation) |
Convert an itemize environement in tex. More... | |
PString | platexobj_texStrExtraEnvironement (POutputTex &outputMode, const PLatexObj &obj, const PString &indentation) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrExtraFunction (POutputTex &outputMode, const PLatexObj &obj, const PString &indentation) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrExtraParser (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrGetenv (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrHref (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrImage (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrInlineMath (POutputTex &outputMode, const PLatexObj &obj) |
convert inline fomulae into latex More... | |
PString | platexobj_texStrItem (POutputTex &outputMode, const PLatexObj &obj, const PString &indentation) |
Convert an itemize environement in tex. More... | |
PString | platexobj_texStrItemize (POutputTex &outputMode, const PLatexObj &obj, const PString &indentation) |
Convert an itemize environement in tex. More... | |
PString | platexobj_texStrMathEnv (POutputTex &outputMode, const PLatexObj &obj, const PString &latexEnvName) |
convert fomulae env into latex More... | |
PString | platexobj_texStrRef (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrSection (POutputTex &outputMode, const PLatexObj &obj, const PString &latexFunction) |
Save a section in tex. More... | |
PString | platexobj_texStrSpaceParagraph (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrTabCell (POutputTex &outputMode, const PLatexObj &obj, const PString &indentation) |
Convert a cell into a tex string. More... | |
PString | platexobj_texStrTabRow (POutputTex &outputMode, const PLatexObj &obj, const PString &indentation) |
Convert a row into a tex string. More... | |
PString | platexobj_texStrTabular (POutputTex &outputMode, const PLatexObj &obj, const PString &indentation) |
Convert a tabular into a tex string. More... | |
PString | platexobj_texStrText (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrTextBf (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrTextDebug (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrTextFootnote (POutputTex &outputMode, const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrTextIt (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrUrl (const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
PString | platexobj_texStrVideo (const PLatexObj &obj) |
Convert a video call in tex. More... | |
PString | platexobj_texStrWip (POutputTex &outputMode, const PLatexObj &obj) |
Convert a PLatexObj into a string. More... | |
POutputTex defaultPOutputTex | ( | ) |
Create a default POutputTex.
Definition at line 18 of file platexobj_tex.cpp.
References POutputTex::isLastObjInline, POutputTex::splitChapter, POutputTex::splitPart, POutputTex::splitSection, POutputTex::splitSubSection, and POutputTex::splitSubSubSection.
Referenced by processAllFile().
bool isPLatexObjInline | ( | const PLatexObj & | obj | ) |
Say if the given PLatexObj is inlined.
obj | : PLatexObj to be checked |
Definition at line 33 of file platexobj_tex.cpp.
References PLatexType::CITATION, PLatexType::FOOTNOTE, PLatexObj::getType(), PLatexType::HREF, PLatexType::INLINEMATH, PLatexType::REF, PLatexType::TEXT, PLatexType::TEXTBF, PLatexType::TEXTIT, PLatexType::URL, and PLatexType::VARCALL.
Referenced by platexobj_texStr().
PString platexobj_indexTex | ( | POutputTex & | outputMode, |
const PLatexObj & | obj | ||
) |
Save the index.tex file.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be used | |
isBibliography | : true if there is a bibliography, false otherwise |
Definition at line 376 of file platexobj_tex.cpp.
References PLatexObj::getAuthor(), PLatexObj::getDate(), PLatexObj::getName(), PLatexObj::getSubTitle(), PLatexObj::getVecContent(), platexobj_texMainTitle(), and platexobj_texStr().
Referenced by platexobj_texStr().
bool platexobj_tex | ( | POutputTex & | outputMode, |
const PLatexObj & | obj | ||
) |
Save the main PLatexObj.
[out] | outputMode | : output mode of the tex backend |
obj | : main PLatexObj to be saved |
Definition at line 566 of file platexobj_tex.cpp.
References PLatexObj::getLink(), platexobj_texStr(), and PPath::saveFileContent().
Referenced by processAllFile().
Create the link to the label of the current PLatexObj if it exist.
labelName | : name of the label to be used |
Definition at line 45 of file platexobj_tex.cpp.
Referenced by platexobj_texStrAllPart(), platexobj_texStrBasicEnv(), platexobj_texStrCaption(), platexobj_texStrExtraEnvironement(), platexobj_texStrExtraFunction(), platexobj_texStrExtraParser(), platexobj_texStrImage(), platexobj_texStrInlineMath(), platexobj_texStrMathEnv(), platexobj_texStrSection(), platexobj_texStrTabular(), and platexobj_texStrWip().
Convert a PLatexObj into a string.
title | : title name |
latexFunction | : name of the latex function to be used |
Definition at line 365 of file platexobj_tex.cpp.
Referenced by platexobj_indexTex().
PString platexobj_texStr | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | indentation, | ||
bool | allowText | ||
) |
Convert a PLatexObj into a string.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted into a string | |
allowText | : true if the TEXT PLatexObj are allowed, false if not | |
indentation | : indentation of the text |
Definition at line 472 of file platexobj_tex.cpp.
References PLatexType::AUTOSPACEPARAGRAPH, PLatexType::CAPTION, PLatexType::CENTER, PLatexType::CHAPTER, PLatexType::CHAPTERSTAR, PLatexType::CITATION, PLatexType::COLUMN, PLatexType::COLUMNS, PLatexType::COMMENT, PLatexType::DEBUG, PLatexType::DISPLAYMATH, PLatexType::ENUMERATE, PLatexType::ENVIRONEMENT, PLatexType::EQNARRAY, PLatexType::FIGURE, PLatexType::FILE, PLatexType::FOOTNOTE, PLatexType::FUNCTION, PLatexType::GETENV, PLatexObj::getType(), PLatexObj::getVecContent(), PLatexType::HREF, PLatexType::IMAGE, PLatexType::INLINEMATH, POutputTex::isLastObjInline, isPLatexObjInline(), PLatexType::ITEM, PLatexType::ITEMIZE, PLatexType::PARAGRAPHE, PLatexType::PARSER, PLatexType::PART, PLatexType::PARTSTAR, PLatexType::PERCENT, platexobj_indexTex(), platexobj_texStrAllPart(), platexobj_texStrBasicEnv(), platexobj_texStrCaption(), platexobj_texStrCitation(), platexobj_texStrColumns(), platexobj_texStrComment(), platexobj_texStrEnumerate(), platexobj_texStrExtraEnvironement(), platexobj_texStrExtraFunction(), platexobj_texStrExtraParser(), platexobj_texStrGetenv(), platexobj_texStrHref(), platexobj_texStrImage(), platexobj_texStrInlineMath(), platexobj_texStrItem(), platexobj_texStrItemize(), platexobj_texStrMathEnv(), platexobj_texStrRef(), platexobj_texStrSection(), platexobj_texStrSpaceParagraph(), platexobj_texStrTabCell(), platexobj_texStrTabRow(), platexobj_texStrTabular(), platexobj_texStrText(), platexobj_texStrTextBf(), platexobj_texStrTextDebug(), platexobj_texStrTextFootnote(), platexobj_texStrTextIt(), platexobj_texStrUrl(), platexobj_texStrVideo(), platexobj_texStrWip(), PLatexType::REF, PLatexType::SECTION, PLatexType::SECTIONSTAR, PLatexType::SPACEPARAGRAPH, PLatexType::SUBSECTION, PLatexType::SUBSECTIONSTAR, PLatexType::SUBSUBSECTION, PLatexType::SUBSUBSECTIONSTAR, PLatexType::TABCELL, PLatexType::TABLE, PLatexType::TABROW, PLatexType::TABULAR, PLatexType::TEXT, PLatexType::TEXTBF, PLatexType::TEXTIT, PLatexType::URL, PLatexType::VIDEO, and PLatexType::WORK_IN_PROGRESS.
Referenced by platexobj_indexTex(), platexobj_tex(), platexobj_texStr(), platexobj_texStrAllPart(), platexobj_texStrBasicEnv(), platexobj_texStrCaption(), platexobj_texStrColumns(), platexobj_texStrEnumerate(), platexobj_texStrExtraEnvironement(), platexobj_texStrExtraFunction(), platexobj_texStrItem(), platexobj_texStrItemize(), platexobj_texStrSection(), platexobj_texStrTabCell(), platexobj_texStrTabRow(), platexobj_texStrTabular(), platexobj_texStrTextFootnote(), and platexobj_texStrWip().
PString platexobj_texStr | ( | POutputTex & | outputMode, |
const PVecLatexObj & | vecObj, | ||
const PString & | indentation, | ||
bool | allowText | ||
) |
Save a vector of PLatexObj in tex.
[out] | outputMode | : output mode of the tex backend |
vecObj | : vector of PLatexObj to be saved in tex | |
allowText | : true if the TEXT PLatexObj are allowed, false if not | |
indentation | : indentation of the text |
Definition at line 553 of file platexobj_tex.cpp.
References platexobj_texStr().
PString platexobj_texStrAllPart | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | latexFunction, | ||
const PString & | indentation | ||
) |
Convert a PLatexObj into a string.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted into a string | |
latexFunction | : name of the latex function to be used | |
indentation | : indentation of the section |
Definition at line 208 of file platexobj_tex.cpp.
References PLatexObj::getComplexTitle(), PLatexObj::getLabelName(), platexobj_texCreateLabelSearchLink(), and platexobj_texStr().
Referenced by platexobj_texStr().
PString platexobj_texStrBasicEnv | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | baliseName, | ||
const PString & | indentation, | ||
bool | allowText | ||
) |
Convert a basic environement into a string.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted in tex | |
baliseName | : name of the balise environement | |
indentation | : text indentation | |
allowText | : true if the TEXT PLatexObj are allowed, false if not |
Definition at line 261 of file platexobj_tex.cpp.
References PLatexObj::getLabelName(), PLatexObj::getVecContent(), platexobj_texCreateLabelSearchLink(), and platexobj_texStr().
Referenced by platexobj_texStr().
PString platexobj_texStrBasicEnv | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | envName, | ||
const PString & | indentation | ||
) |
Convert an environement into a tex string.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted in tex | |
envName | : name of the environement to bo used | |
indentation | : text indentation |
Definition at line 315 of file platexobj_tex.cpp.
References PLatexObj::getLabelName(), PLatexObj::getVecContent(), platexobj_texCreateLabelSearchLink(), and platexobj_texStr().
PString platexobj_texStrCaption | ( | POutputTex & | outputMode, |
const PLatexObj & | obj | ||
) |
Convert a PLatexObj into a string.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted into a string |
Definition at line 166 of file platexobj_tex.cpp.
References PLatexObj::getLabelName(), PLatexObj::getVecContent(), platexobj_texCreateLabelSearchLink(), and platexobj_texStr().
Referenced by platexobj_texStr().
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 108 of file platexobj_tex.cpp.
References PLatexObj::getName().
Referenced by platexobj_texStr().
PString platexobj_texStrColumns | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | indentation | ||
) |
Convert a PLatexObj into a string.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted into a string | |
indentation | : text indentation |
Definition at line 328 of file platexobj_tex.cpp.
References PLatexObj::getVecContent(), and platexobj_texStr().
Referenced by platexobj_texStr().
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 63 of file platexobj_tex.cpp.
References PLatexObj::getName().
Referenced by platexobj_texStr().
PString platexobj_texStrEnumerate | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | indentation | ||
) |
Convert an itemize environement in tex.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted | |
indentation | : text indentation |
Definition at line 432 of file platexobj_tex.cpp.
References PLatexObj::getVecContent(), and platexobj_texStr().
Referenced by platexobj_texStr().
PString platexobj_texStrExtraEnvironement | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | indentation | ||
) |
Convert a PLatexObj into a string.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted into a string | |
indentation | : text indentation |
Definition at line 221 of file platexobj_tex.cpp.
References PLatexObj::getLabelName(), PLatexObj::getName(), PLatexObj::getVecContent(), platexobj_texCreateLabelSearchLink(), and platexobj_texStr().
Referenced by platexobj_texStr().
PString platexobj_texStrExtraFunction | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | indentation | ||
) |
Convert a PLatexObj into a string.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted into a string | |
indentation | : text indentation |
Definition at line 235 of file platexobj_tex.cpp.
References PLatexObj::getLabelName(), PLatexObj::getName(), PLatexObj::getVecContent(), platexobj_texCreateLabelSearchLink(), and platexobj_texStr().
Referenced by platexobj_texStr().
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 245 of file platexobj_tex.cpp.
References PLatexObj::getLabelName(), PLatexObj::getName(), PLatexObj::getSubTitle(), and platexobj_texCreateLabelSearchLink().
Referenced by platexobj_texStr().
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 81 of file platexobj_tex.cpp.
References PLatexObj::getName().
Referenced by platexobj_texStr().
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 117 of file platexobj_tex.cpp.
References PLatexObj::getName(), and PLatexObj::getText().
Referenced by platexobj_texStr().
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 190 of file platexobj_tex.cpp.
References PLatexObj::getLabelName(), PLatexObj::getName(), PLatexObj::getText(), and platexobj_texCreateLabelSearchLink().
Referenced by platexobj_texStr().
PString platexobj_texStrInlineMath | ( | POutputTex & | outputMode, |
const PLatexObj & | obj | ||
) |
convert inline fomulae into latex
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted |
Definition at line 406 of file platexobj_tex.cpp.
References PLatexObj::getLabelName(), PLatexObj::getText(), and platexobj_texCreateLabelSearchLink().
Referenced by platexobj_texStr().
PString platexobj_texStrItem | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | indentation | ||
) |
Convert an itemize environement in tex.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted | |
indentation | : text indentation |
Definition at line 445 of file platexobj_tex.cpp.
References PLatexObj::getVecContent(), and platexobj_texStr().
Referenced by platexobj_texStr().
PString platexobj_texStrItemize | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | indentation | ||
) |
Convert an itemize environement in tex.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted | |
indentation | : text indentation |
Definition at line 419 of file platexobj_tex.cpp.
References PLatexObj::getVecContent(), and platexobj_texStr().
Referenced by platexobj_texStr().
PString platexobj_texStrMathEnv | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | latexEnvName | ||
) |
convert fomulae env into latex
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted | |
latexEnvName | : name of the latex env to be used |
Definition at line 395 of file platexobj_tex.cpp.
References PLatexObj::getLabelName(), PLatexObj::getText(), and platexobj_texCreateLabelSearchLink().
Referenced by platexobj_texStr().
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 90 of file platexobj_tex.cpp.
References PLatexObj::getName().
Referenced by platexobj_texStr().
PString platexobj_texStrSection | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | latexFunction | ||
) |
Save a section in tex.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be saved | |
latexFunction | : latex function to be used |
Definition at line 341 of file platexobj_tex.cpp.
References PLatexObj::getComplexTitle(), PLatexObj::getLabelName(), PLatexObj::getVecContent(), platexobj_texCreateLabelSearchLink(), and platexobj_texStr().
Referenced by platexobj_texStr().
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 99 of file platexobj_tex.cpp.
Referenced by platexobj_texStr().
PString platexobj_texStrTabCell | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | indentation | ||
) |
Convert a cell into a tex string.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted in tex | |
indentation | : text indentation |
Definition at line 301 of file platexobj_tex.cpp.
References PLatexObj::getVecContent(), and platexobj_texStr().
Referenced by platexobj_texStr().
PString platexobj_texStrTabRow | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | indentation | ||
) |
Convert a row into a tex string.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted in tex | |
indentation | : text indentation |
Definition at line 288 of file platexobj_tex.cpp.
References PLatexObj::getVecContent(), and platexobj_texStr().
Referenced by platexobj_texStr().
PString platexobj_texStrTabular | ( | POutputTex & | outputMode, |
const PLatexObj & | obj, | ||
const PString & | indentation | ||
) |
Convert a tabular into a tex string.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted in tex | |
indentation | : text indentation |
Definition at line 275 of file platexobj_tex.cpp.
References PLatexObj::getLabelName(), PLatexObj::getVecContent(), platexobj_texCreateLabelSearchLink(), and platexobj_texStr().
Referenced by platexobj_texStr().
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 55 of file platexobj_tex.cpp.
References PString::eraseFirstLastChar(), and PLatexObj::getText().
Referenced by platexobj_texStr().
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 126 of file platexobj_tex.cpp.
References PLatexObj::getName().
Referenced by platexobj_texStr().
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 144 of file platexobj_tex.cpp.
References PLatexObj::getName().
Referenced by platexobj_texStr().
PString platexobj_texStrTextFootnote | ( | POutputTex & | outputMode, |
const PLatexObj & | obj | ||
) |
Convert a PLatexObj into a string.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted into a string |
Definition at line 154 of file platexobj_tex.cpp.
References PLatexObj::getVecContent(), and platexobj_texStr().
Referenced by platexobj_texStr().
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 135 of file platexobj_tex.cpp.
References PLatexObj::getName().
Referenced by platexobj_texStr().
Convert a PLatexObj into a string.
obj | : PLatexObj to be converted into a string |
Definition at line 72 of file platexobj_tex.cpp.
References PLatexObj::getName().
Referenced by platexobj_texStr().
Convert a video call in tex.
obj | : PLatexObj to be converted |
Definition at line 456 of file platexobj_tex.cpp.
References PLatexObj::getName(), and PLatexObj::getText().
Referenced by platexobj_texStr().
PString platexobj_texStrWip | ( | POutputTex & | outputMode, |
const PLatexObj & | obj | ||
) |
Convert a PLatexObj into a string.
[out] | outputMode | : output mode of the tex backend |
obj | : PLatexObj to be converted into a string |
Definition at line 178 of file platexobj_tex.cpp.
References PLatexObj::getLabelName(), PLatexObj::getVecContent(), platexobj_texCreateLabelSearchLink(), and platexobj_texStr().
Referenced by platexobj_texStr().