Brecht Machiels

Results 214 comments of Brecht Machiels

There is currently no way to override this, which is the document's _subtitle_. Some ideas: - Introduce a `rinoh_subtitle` configuration variable to override the default "Release {release}". - Introduce a...

@thiagocrepaldi Would you be interested in providing a PR adding the feature? The implementation seems trivial. Please also create a unit test if you decide to tackle this.

@thiagocrepaldi Oops. I said the implementation seems trivial, but of course I know where to start 😁. The relevant code is [here](https://github.com/brechtm/rinohtype/blob/2f60837b0c1397b12c7ade415b9e241a62f6da5c/src/rinoh/frontend/sphinx/__init__.py#L240), in the Sphinx builder. You can update the...

When the image is scaled to 80% of the width, it's height is too large to fit on the page, and rinohtype moves it to the next page where the...

Something similar happens with inline images if they don't fit in the available width (or height, probably).

I had another look at this. This is already handled for images, but not for figures. That possibly requires some redesign, so it might take a while...

At this point I don't have a good idea of the amount of work that is required for implementing maths rendering. I am pretty sure it will take significant effort....

> Do we need a mechanism to work with `sphinx.ext.pngmath` (maybe deprecated) or `sphinx.ext.imgmath` from [here](https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html#pngmath-maths-and-equations-with-latex) It may be relatively easy to add support for PDF output (using _dvipdfm_) to...

I can't remember exactly how incomplete the Maplotlib math rendering is. I think it could only handle relatively simple things. But that could still be useful, of course. I had...

> I was looking at OpenType. I found this: [fontools](https://pypi.org/project/fonttools/). fonttools has a tool called TTX, that can convert OpenType fonts to and from an XML text format. Does this...