From: Brecht M. <bre...@mo...> - 2016-08-19 08:04:48
|
On Fri, 12 Aug 2016 16:24:01 +0200, Brecht Machiels <bre...@mo...> wrote: > I have tried rendering the Lizmap documentation [1]. I don't suppose it > is > this project you tried to render using rinohtype, since it triggers a bug > (#47) aborting the rendering process? > > In addition to this bug it revealed another bug (#45) and indeed > illustrates the difference with LaTeX output (#46). I plan to deal with > these issues in a bugfix release 0.2.1 [2]. Please subscribe to these > issues if you wish to receive updates about them. You're also welcome to > share your ideas about #46 by adding comments, of course. Release 0.2.1 [1] fixes these issues. Just like the LaTeX builder, the rinohtype Sphinx builder now scales down images that are wider than the text width. However, it does not copy the strange handling of the image directive's :scale: option [2]. To obtain the same effect, you should pass a percentage to the :width: option. Best regards, Brecht [1] https://pypi.python.org/pypi/RinohType/0.2.1 [2] https://github.com/sphinx-doc/sphinx/issues/2865 |