Nov. 25, 2015
4:33 p.m.
Hi, I am generating LaTeX using Pillar and I would like the 'pillarPostExport.sh' to compile my bibliography. So, the default 'pillarPostExport.sh' do: ... pdflatex output.tex pdflatex output.tex ... And I would like it to do: ... pdflatex output.tex bibtex biblio pdflatex output.tex pdflatex output.tex ... Is it possible to override the default LaTeX's compilation script from pillar.conf? Julien