Hi!
Is there a way to separately compile a chapter when writing a book in Pillar? The compilation time is pretty long... Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
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 signature.asc (836 bytes) Download Attachment |
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 <[hidden email]> wrote: Le 19/07/2015 11:00, Alexandre Bergel a écrit : |
Le 19/07/2015 15:53, Peter Uhnák a écrit :
> 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 > I'll work soon on getting ride of the scripts. We'll try to have everything on the configuration file. So, that will be easy to export only 1 chapter, or to remove one export etc. -- Cheers Cyril Ferlicot-Delbecque signature.asc (836 bytes) Download Attachment |
In reply to this post by CyrilFerlicot
Ok, thanks!!!
Alexandre > On Jul 19, 2015, at 1:41 PM, Ferlicot D. Cyril <[hidden email]> 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 > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
In reply to this post by abergel
Alex you should use the texmate plugin because the chapter is rendered
on Cmd-R. The compile.sh allows you to compile the full book or separated chapters and this from long time. Stef Le 19/7/15 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 |
In reply to this post by CyrilFerlicot
Ferlicot D. Cyril <[hidden email]> writes: > I'll work soon on getting ride of the scripts. > We'll try to have everything on the configuration file. So, that will be > easy to export only 1 chapter, or to remove one export etc. that' really important Cyril. We should get rid of bash scripts. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill |
In reply to this post by stepharo
Oh! I did not know this! By the way, is there a way to have the spell checker when using TextMate? I do not have the spell checker when editing Pillar files. Am I the only one? Cheers, Alexandre |
Free forum by Nabble | Edit this page |