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

Function to call pdflatex. More...

Functions

function callPdflatex (in folder, in filename)
 Function to call pdflatex.
 

Detailed Description

Function to call pdflatex.

Author
Marlies Nitscke
Date
January, 2019

Function Documentation

◆ callPdflatex()

function callPdflatex ( in  folder,
in  filename 
)

Function to call pdflatex.

pdflatex has to be installed.

Parameters
folderString: Name of the folder containing the .tex file
filenameString: Name of the .tex file without the extension ".tex"
Return values
statusString: Exit status of the command. When the command is successful, status is 0. Otherwise, status is a nonzero integer.
cmdoutString: Output of the command