This book is written in Pillar markup. If you are not familiar with it please check the pillar-documentation.
###Generating the book
First of all you have to run ./download.sh to obtain the Pillar executable that does all the job.
To generate your book execute ./compile.sh. If you want to generate only one chapter, pass the file's path to the script: ./compile.sh Example/Example.pillar. If you have pdflatex installed and available in your system's PATH, the script will also generate pdf files.
###Adding a chapter
To add a chapter create a directory for it (named, e.g., Example) and put there a .pillar file (named, e.g., Example.pillar) which will contain the chapter itself. Put images in the figures subdirectory of the new chapter directory.
Add your chapter to:
pillar.confin theinputFilesarray as:"Example/Example.pillar", and_support/templates/book.latex.templatein\graphicspathas{Example/}
###Caveats
- You must neither use spaces nor underscores (
_) in file names.
There are mods/bundles/packages for text editors, that provide improvements for pillar files editing:
- Emacs: pillar-mode
- Vim: vim-pillar
- TextMate: Pillar.tmbundle
- ATOM: language-pillar