On 12 May 2014, at 08:13, phil@highoctane.be wrote:

Ah, nice!

Thank you!


I got a couple warnings on compile

Generating files for all chapters
The method AbstractFileReference>>ensureDeleted has been deprecated.
Use ensureDelete

*** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated.
Use ensureDelete
The method AbstractFileReference>>ensureDeleted has been deprecated.
Use ensureDelete

*** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated.
Use ensureDelete
The method AbstractFileReference>>ensureDeleted has been deprecated.
Use ensureDelete

*** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated.
Use ensureDelete
The method AbstractFileReference>>ensureDeleted has been deprecated.
Use ensureDelete

*** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated.
Use ensureDelete
Done

We have to look at it. Looks like the pillar-side things.



For Linux (CentOS6 for me):

A mention of installing texlive-latex would be nice so that we can get a PDF.

yum install texlive-latex

or (to be confirmed by ubuntu users):

apt-get install texlive-latex

Once done, it works perfectly.

We have to improve the script over time. Also it�s you are right that the command verses between distros.
Anyway maybe we should put some notice.



For the Vim editor, I had to add a line matching .pillar files as the current setup from Damien is mapping .pier

I think this can be requested at his repo :)


So in: ftdetect/pier.vim

duplicate the line and add a .pillar extension as well.

autocmd! BufNewFile,BufRead *.pier setfiletype pier
autocmd! BufNewFile,BufRead *.pillar setfiletype pier


One 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