rinohtype icon indicating copy to clipboard operation
rinohtype copied to clipboard

The Python document processor

Results 141 rinohtype issues
Sort by recently updated
recently updated
newest added

### 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...

bug
crash

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...

dependencies

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...

dependencies

Note that this commit bumps docutils to 0.18.1 as well.

* 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...

bug
bad output

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...

bug
bad output

``` 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...

bug
crash

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...

bug
priority:high
crash

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....

question