I'm using Latexian to typeset my documents, and also another tool called latexcalc(check it out, its really useful!) , which automatically evaluates the result of typeset calculations. Is there some way I can hook the latexcalc binary into pdflatex so they both work seamlessly through Latexian?
The command Latexian uses is:
/usr/texbin/pdflatex --interaction nonstopmode --shell-escape --file-line-error /Users/ankit/Documents/Classes/10601/hw2/TSWLatexianTemp_hw2.tex
and the command for latexcalc is:
latexcalc --pdflatex ~/Documents/Classes/10601/hw2/hw2.tex
I suppose I could configure Latexian to use the latexcalc binary directly, but the logging output (among other things?) might not work correctly.
calcor any other math package? and i can sense an arara answer for this. – percusse Feb 08 '13 at 15:25arara, which can (I assume) runlatexcalc. – Alan Munn Jun 09 '14 at 04:37