+ Export TEXINPUTS variable.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@460 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
8b98ef22da
commit
3d0ee324f3
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ fi
|
|||
origdir=$(pwd)
|
||||
cd $THIS_TEMPDIR
|
||||
TEXINPUTS=$origdir:$TEXINPUTS:
|
||||
export TEXINPUTS
|
||||
pdflatex -interaction=batchmode $texname.tex >/dev/null || {
|
||||
errcode=$?
|
||||
err "${THIS}: pdfLaTeX failed with error code $errcode"
|
||||
|
|
Loading…
Add table
Reference in a new issue