Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
Loading...
Searching...
No Matches
Functions
saveLaTeXDocument.m File Reference

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.
 

Detailed Description

Function to save a text body within a LaTeX document.

Author
Marlies Nitschke
Date
September, 2018

Function Documentation

◆ saveLaTeXDocument()

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.

Parameters
textBodyString: Text which will be insert into the document body. This has to be already in LaTeX format.
fileNameString: Name to save the document as <fileName>.tex
docTitleString: Title of the document