I think that the biggest hurdle is LaTeX... so for example I disabled latex exports (since I was interested from 95% only in HTML), and enabled them only for the final product. Peter On Sun, Jul 19, 2015 at 1:41 PM, Ferlicot D. Cyril <cyril.ferlicot@gmail.com
wrote:
Le 19/07/2015 11:00, Alexandre Bergel a écrit :
Hi!
Is there a way to separately compile a chapter when writing a book in Pillar? The compilation time is pretty long...
Alexandre
Hi Alexandre! You can just do ./pillar export --to={export format} {nameOfYouFile.pillar}
If you edit a chapter on a SquareBracketAssociates's git, or if you took pillar's book-skeleton, you should have a compile.sh script, so you can just do
./compile.sh NameOfFolder/NameOfChapter.pillar
But when you do only 1 chapter the numerator will not take the whole book into account, so at the end I recommend to compile one time the whole book.
-- Cheers Cyril Ferlicot-Delbecque