After some research I have learned that one should not set indents in paragraph styles that use a linked list style, which caused the bullets on my lists to never be indented, independent of the level of bulleting. (Which, btw., seems like far from an ideal solution. If anyone knows of a way for these to co-exist, I would very much appreciate any info)
Given that I had already set the indent in my list style and that I now want it gone, how can I “unset” that field? Setting it to 3, or deleting the content, obviously just replaces the hardcoded 0,8cm with a hardcoded 0cm, so that doesn’t help, but I don’t see any way to return it to inheriting.
EDIT: Seems I wasn’t as clear as I thought I was / used the wrong terminology. The part of my question asking about inheritance has been answered (the “Standard” button; only an entire tab of options can be reset at once, not individually), but I’ll clarify in case someone has thoughts on the underlying problem.
There exist two styles:
Paragraph style “Bullets”:
Organizer: Inherit from = "List"
Indents & Spacing: Before Text = 0.5 cm
Outline & Numbering: Numbering style = "List 1"
List style “List 1”:
Position[1-10]: Numbering alignment = "Left"; Numbering followed by "Tab stop"
Position[1]: Aligned at = 1cm; Tab stop at = 1.5cm; Indent at = 1.5cm;
Position[2]: Aligned at = 2cm; Tab stop at = 2.5cm; Indent at = 2.5cm;
Expected behavior (Let 1 character width be equal to 0.25cm for all examples):
The indention of the paragraph style should be ignored in favor of the list style (or possibly added, but let’s focus on ignored):
(ajlittoz’s edit: changed “character style” to paragraph style" in the sentence above because no character style is involved)
• Item
• Subitem 1
• Subitem 2
Actual behavior
The indention, apparently at random, sometimes works as expected, but sometimes uses the paragraph style’s indention for all bullets as follows:
• Item
• Subitem 1
• Subitem 2
Thanks and bw,
Tobl