Hi! Is there a way to have different part of a book? A part containing several chapters. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Le 27/12/2015 21:50, Alexandre Bergel a écrit :
Hi!
Is there a way to have different part of a book? A part containing several chapters.
Cheers, Alexandre
Hi, there is not a Pillar syntax for that but you have at least two solutions: - Generate your chapter with pillar and include them with LaTeX (see EnterprisePharo for example: https://github.com/SquareBracketAssociates/EnterprisePharo/blob/master/Enter...) - Use Pillar's raws: {{{latex: \part{My Part} }}} I wish this can help you. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France
Thanks Cyril, This is exactly what I was looking for: {{{latex: \part{Roassal} }}} Cheers, Alexandre
On Dec 27, 2015, at 5:59 PM, Ferlicot D. Cyril <cyril.ferlicot@gmail.com> wrote:
Le 27/12/2015 21:50, Alexandre Bergel a écrit :
Hi!
Is there a way to have different part of a book? A part containing several chapters.
Cheers, Alexandre
Hi,
there is not a Pillar syntax for that but you have at least two solutions:
- Generate your chapter with pillar and include them with LaTeX (see EnterprisePharo for example: https://github.com/SquareBracketAssociates/EnterprisePharo/blob/master/Enter...)
- Use Pillar's raws:
{{{latex: \part{My Part} }}}
I wish this can help you.
-- Cyril Ferlicot
165 Avenue Bretagne Lille 59000 France
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On December 27, 2015 9:59:06 PM GMT+01:00, "Ferlicot D. Cyril" <cyril.ferlicot@gmail.com> wrote:
there is not a Pillar syntax for that
That's wrong. \part, \chapter, \section... are all handled the same way: configure headingLevelOffset to decide which number of exclamation marks corresponds to which latex command/HTML markup. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
participants (3)
-
Alexandre Bergel -
Damien Cassou -
Ferlicot D. Cyril