Brecht Machiels

Results 214 comments of Brecht Machiels

The source of that text is an early [blog post from 2015](http://www.mos6581.org/rinohtype_status_update_1), before INI style sheets were supported. The INI style sheets are recommended over Python-code style sheets, but these...

> What about the header row? There is no selector defined to style this. However, you can supply it yourself in a style sheet file like this: ```ini [table head...

An important design choice for rinohtype was for it to be implemented in pure Python and have as little dependencies as possible. A dependency on a package that requires a...

> I have had some some success using the png output from plantuml. (See [plantuml.pdf](https://github.com/brechtm/rinohtype/files/6744003/plantuml.pdf)) The problem encountered by @vtexier is due to an off py one error in `purepng.py`...

> However in my opinion the advantage of the transformer approach is that it _should_ work for any builder, and not need to import anything specific to rinohtype (my implementation...

I noticed that PyPNG, where purepng was forked from, is again being updated. It might be good to submit the fix to PyPNG (if it still has the same bug)...

This question happens to have been asked just a few days ago on StackOverflow: [rinohtype export to PDF - document header with chapter name and title](https://stackoverflow.com/questions/67420535/rinohtype-export-to-pdf-document-header-with-chapter-name-and-title). Let me know if...

No, that IEEE style sheet was removed back in 2016. See the [full history of ieee.py](/brechtm/rinohtype/commits/HEAD/rinohlib/stylesheets/ieee.py). With the [last version of `ieee.py`](https://github.com/brechtm/rinohtype/blob/f8f768fd15a8561208a7a6951e678285e03dbf40/rinohlib/stylesheets/ieee.py) and [`sphinx.rts`](/brechtm/rinohtype/blob/master/src/rinoh/data/stylesheets/sphinx.rts) as reference, it should be fairly...

Where are you expecting the title of the [root_doc](https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-root_doc) to appear? On the title page or in front of the body text (after the table of contents)? Perhaps a `None`...

We'll also need to transform the internal document tree to HTML.