Next: , Previous: Blosxom, Up: Publishing Styles



9.2 Publishing entries into a compilation

This publishing style is used to output “books” in LaTeX or PDF format.

Each page will become a separate chapter in the book, unless the style keyword :nochapters is used, in which case they are all run together as if one giant chapter.

You will need to call the muse-book-publish-project function in order to publish this style. An example of this may be found in John Wiegley's configuration file at examples/johnw/muse-johnw.el.

Styles provided
book-latex
Publish a book in LaTeX form. The header and footer are different than the normal LaTeX publishing mode.


book-pdf
Publish a book in PDF form. The header and footer are different than the normal PDF publishing mode.
Options provided
muse-book-before-publish-hook
A hook run in the book buffer before it is marked up.
muse-book-after-publish-hook
A hook run in the book buffer after it is marked up.
muse-book-latex-header
Header used for publishing books to LaTeX.

This may be text or a filename.

muse-book-latex-footer
Footer used for publishing books to LaTeX.

This may be text or a filename.