From: Brecht M. <bre...@mo...> - 2016-08-10 17:08:54
|
Hi all, Rinohtype transforms structured text documents to PDF, styled based on a document template and style sheet. I have just released version 0.2.0. Along with many other changes [1], the included command line tool rinoh that renders reStructuredText documents has seen some improvements. It now allows specifying a document template and style sheet to use. It is relatively easy to write your own style sheet; see the documentation [2] for details. Quickstart: pip install rinohtype rinoh my_document.rst Please report any problems you may encounter at the project's GitHub page [3]. Besides the rinoh command-line tool rinohtype also includes a Sphinx builder which is a drop-in replacement for the LaTeX builder. Best regards, Brecht [1] http://www.mos6581.org/rinohtype/changelog.html#release-0-2-0-2016-08-09 [2] http://www.mos6581.org/rinohtype/ [3] https://github.com/brechtm/rinohtype/issues |