Hi, I try to display a table of contents this way:
#show outline.entry.where(
level: 1
): it => {
v(12pt, weak: true)
strong(it)
}
#outline(depth: 2, indent: auto, title: [Sommaire])
As you can see in the image, the titles are not aligned. Is it something I can change or is that a known bug? (I've seen posts on the web stating that)