Ah, nice!
I got a couple warnings on compileGenerating files for all chaptersThe method AbstractFileReference>>ensureDeleted has been deprecated.Use ensureDelete*** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated.Use ensureDeleteThe method AbstractFileReference>>ensureDeleted has been deprecated.Use ensureDelete*** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated.Use ensureDeleteThe method AbstractFileReference>>ensureDeleted has been deprecated.Use ensureDelete*** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated.Use ensureDeleteThe method AbstractFileReference>>ensureDeleted has been deprecated.Use ensureDelete*** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated.Use ensureDeleteDone
For Linux (CentOS6 for me):A mention of installing texlive-latex would be nice so that we can get a PDF.yum install texlive-latexor (to be confirmed by ubuntu users):apt-get install texlive-latexOnce done, it works perfectly.
For the Vim editor, I had to add a line matching .pillar files as the current setup from Damien is mapping .pier
So in: ftdetect/pier.vimduplicate the line and add a .pillar extension as well.autocmd! BufNewFile,BufRead *.pier setfiletype pierautocmd! BufNewFile,BufRead *.pillar setfiletype pierOne less excuse not to write something now�
Phil
On Mon, May 12, 2014 at 7:38 AM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:Dear everyone,
I�m happy to announce about the Pillar book-skeleton project https://github.com/pillar-markup/book-skeleton, which is essentially a generalised starting point for writing books in Pillar. Pharo for the Enterprise and Updated Pharo by Example are using it now. If you have any suggestions, please contribute, or open issues.
Together with that we�ve created the GitHub organisation named Pillar-markup https://github.com/pillar-markup, which contains pillar-related projects like editor mods and documentation. If you have any Pillar related project�s we will be happy to add you and the projects to the organisation.
Have a nice week.
Uko