Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
Function to save a text body within a LaTeX document. More...
Functions | |
function | saveLaTeXDocument (in textBody, in fileName, in docTitle) |
Function to save a text body within a LaTeX document. | |
Function to save a text body within a LaTeX document.
function saveLaTeXDocument | ( | in | textBody, |
in | fileName, | ||
in | docTitle | ||
) |
Function to save a text body within a LaTeX document.
This function generates a standard LaTeX document and adds the textBody after the tiltle in the document body. It does not ensure that all required packages are included. Finally, it saves the document using fileName.
textBody | String: Text which will be insert into the document body. This has to be already in LaTeX format. |
fileName | String: Name to save the document as <fileName>.tex |
docTitle | String: Title of the document |