Replies: 1 comment 2 replies
-
This type of numbering was already supported for headings and paragraphs. I have added this for lists as well in e0672f2. Install the development version of rinohtype: pip install https://github.com/brechtm/rinohtype/archive/refs/heads/master.zip And override the enumerated list item label style definition in your style sheet: [enumerated list item label]
number_separator = '.' Please let me know if that works for you. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
we wanted to have our lists in this format:
We haven't found a way to do it, the solution would be somehow to override this method here, but we haven't found a way to swap the default https://github.com/brechtm/rinohtype/blob/master/src/rinoh/structure.py#L176 LabelItemStyle with a custom class
Beta Was this translation helpful? Give feedback.
All reactions