rinohtype
rinohtype copied to clipboard
The Python document processor
### Is there an existing issue for this? - [X] I have searched the existing issues ### Sphinx or rinoh output ```text rinohtype 0.5.4 (2022-06-17) Copyright (c) Brecht Machiels and...
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.2 to 1.0.0. Changelog Sourced from sphinx-rtd-theme's changelog. 1.0.0 Incompatible Changes The minimum supported python version is now 2.7 or 3.4 and greater (#1093) The minimum supported...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 4.11.4 to 4.12.0. Changelog Sourced from importlib-metadata's changelog. v4.12.0 py-93259: Now raise ValueError when None or an empty string are passed to Distribution.from_name (and other callers). Commits...
Note that this commit bumps docutils to 0.18.1 as well.
Tutorial
* Started a tutorial section, that builds progressively on a Sphinx project. * Reworded some of the home page.
### Is there an existing issue for this? - [X] I have searched the existing issues ### PDF produced by rinohtype ------------------- Test content here Test content here Test content...
When using Rinoh type for PDF for RST docs in Chinese as paragraphs (normally no space between characters by nature), the paragraphs in the generated PDF have no line break...
``` def __init__(self, file, file_offset, subtable_types): super().__init__(file, file_offset) offsets = array(uint16, self['SubTableCount'])(file) if self['LookupFlag']['UseMarkFilteringSet']: self['MarkFilteringSet'] = uint16(file) > subtable_type = subtable_types[self['LookupType']] E KeyError: 8 ``` If rinohtype doesn't yet implement...
Trying to render the following .rst with the attached image triggers an infinite loop. I have verified that this issue exists on master. ``` .. figure:: ./loop.png :width: 80% This...
Docutils outputs copyright information from the configuration file, because it appears in the HTML output. That same information does not appear in Rinoh pdf output, at least with standard templates....