Cosmetic changes in chertex. Updated some comments, mainly.

master
Taha Ahmed 14 years ago
parent 0745dbe501
commit 6b68f24a12

1
.gitignore vendored

@ -2,3 +2,4 @@ biber
pdfcrop pdfcrop
unborn/ unborn/
documentation/ documentation/
PlotDigitizer.jar

@ -106,7 +106,8 @@ else
exit 1 exit 1
fi fi
else else
# Else, fetch the jobname from the .Rnw filename by stripping file extension # There is exactly one *.Rnw file is current directory
# Fetch the jobname from the .Rnw filename by stripping off the file extension
Rnwfilename=$(ls -1 $Rnwfiles) Rnwfilename=$(ls -1 $Rnwfiles)
jobname=${Rnwfilename%.*} jobname=${Rnwfilename%.*}
fi fi
@ -132,14 +133,16 @@ else
fi fi
echo "Terminating..." echo "Terminating..."
mv $jobname-*.pdf tikz-pdfs #mv $jobname-*.pdf tikz-pdfs
mv *.aux logs #mv *.aux logs
mv *.log logs #mv *.log logs
mv *.out logs #mv *.out logs
exit 1 exit 1
fi fi
## Here is the wild land of more than one *.Rnw file in current directory
echo "<cheRTeX> This script can be run with one argument is process mode," echo "<cheRTeX> This script can be run with one argument is process mode,"
echo "<cheRTeX> or with zero arguments in post-processing mode." echo "<cheRTeX> or with zero arguments in post-processing mode."
echo "<cheRTeX> Terminating..." echo "<cheRTeX> Terminating..."

Loading…
Cancel
Save