Laurenz
Laurenz
> There is no inset, only extent...which is BTW should be extend, right? Which only adds sideway padding. `extent` is meant as a noun here, so it should be okay....
Basically wrap the current `fill` type in an `Option` and then follow the compiler errors.
@frozolotl That sounds nice in principle. Would the hanging indent affect the first line here? Because I'm not sure it makes sense, but it would for sure be useful to...
I do agree with your points, However, one requirement that I'm not sure is covered by this is one where all headings should have the same indent, independently of the...
Hey @haenoe, are you still interested in working on this or should we close it?
I think the design `#set heading(hanging-indent: auto | length)` is good. I think we should set it to `auto` by default. That's nicer than what we currently have.
I think you probably just apply `ParElem::set_hanging_indent(..)` in the heading show rule. For the `auto` case, you'd indeed use measure then.
So, turns out that the issue is the following: - If possible, a superscript is converted into a specific superscript codepoint - This is only possible if the active font...
> even when the current font also doesn't support the faked characters What do you mean by this? The "faked" characters are just normal numbers. If the font doesn't have...
I'm still not sure I understand what you mean. To clarify: If typographic superscripts are enabled and the current font supports those special codepoints, we use them. Otherwise, we don't...