Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
Function to call pdflatex. More...
Functions | |
function | callPdflatex (in folder, in filename) |
Function to call pdflatex. | |
Function to call pdflatex.
function callPdflatex | ( | in | folder, |
in | filename | ||
) |
Function to call pdflatex.
pdflatex has to be installed.
folder | String: Name of the folder containing the .tex file |
filename | String: Name of the .tex file without the extension ".tex" |
status | String: Exit status of the command. When the command is successful, status is 0. Otherwise, status is a nonzero integer. |
cmdout | String: Output of the command |