Hernán Morales Durand <[email protected]> writes:
> Thank you Ben for taking the time to read.
>
> Do you (or anyone) mind to share which command do you use to convert from
> Pillar generated .tex to .pdf in Linux or OS/X?
> Cheers,
we use the following Bash script to do everything for the
EnterprisePharo book:
https://github.com/SquareBracketAssociates/EnterprisePharo/blob/master/compile.sh
To answer your question, converting a .tex to a .pdf is as simple as
pdflatex thefile.tex
or, if you use lualatex as we do in EnterprisePharo:
lualatex thefile.tex
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill