Pillar supports embedding LaTex and HTML inside your pillar files so whatever works for those should work for Pillar. Pillar also has templates you can modify via moustache. Pillar is actually so flexible I used as a static website generator utilizing moustache and bootstrap and worked like a charm. Itâs syntax is just the tip of the iceberg. On Wed, 1 Nov 2017 at 06:39, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
Thank you Stef!
I wrote documentation for my packages in Markdown + pandoc + LaTeX.
The TeX macros contains syntax colorization for Smalltalk code which can be easily added to Pillar (I suppose) Would you consider adding the syntax coloring from the TeX macros I sent to you?
I have some silly questions about Pillar:
The documents can be integrated with toc through pandoc, can this be done in Pillar? For tables I use tabu, longtable, booktabs, what to use in Pillar? For multiple language suppor I use fontspec and lmodern, what to use in Pillar? For link I use hyperref, what to use in Pillar?
I have some chapters ready and I would love to be published in a book, under the umbrella of Pharo Books:
https://github.com/hernanmd/Territorial/raw/master/Territorial.pdf http://biosmalltalk.github.io/web/doc/BioSmalltalk-1.0.pdf
https://github.com/PhyloclassTalk/phyloclasstalk.github.io/raw/master/doc/Ph...
What do you think?
Cheers
Hernán
2017-10-29 17:53 GMT-03:00 Stephane Ducasse <stepharo.self@gmail.com>:
Hi guys
I just published a new little booklet on Pharo tips and tricks! Available at: http://books.pharo.org
Feedback and contributions are welcome as usual.
Stef