From: Guenter M. <mi...@us...> - 2016-12-23 17:25:39
|
Dear Nicolas, On 2016-12-22, Nicolas P. Rougier wrote: > I've put online a book (From Python to Numpy) that has been written in > rst and transformed using rst2html.py. I find the result quite nice but > of course, it's a matter of personal taste... > The book can be read at: http://www.labri.fr/perso/nrougier/from-python-to-numpy/ > Sources are available at: https://github.com/rougier/from-python-to-numpy Thank you for sharing the work. Did you also try to get a LaTeXed version? I would be interested to see the mileage of such a larger work with the latex writer. It should be possible to use the tufte class (or any other suitable one) with rst2latex.py or rst2xetex.py (the latter can also be used together with lualatex, despite the name). Also, it would be interesting to see whether the html5 writer results in improvements. However, this would require some work to get the custom CSS adapted. Joyeux Noël ! Günter |