I would like to enlarge the marker of a bullet list. I can do this with
#set list(marker: (text([‣], size: 2em)))
However, in this case there is an undesired vertical offset, i.e. the markers are too low.
I also tried to use box from this post, which reduces the spacing between lines, but not the offset of the markers.
I have an MWE here.
Is there a way to enlarge the markers such that they are still vertically centered?
Thanks! I tried using baseline, but I didn’t manage to move only the markers a little bit up. I can only move the whole line, but I don’t want to change the spacing between the lines.
ah, interesting. I misdiagnosed the issue… (as an aside, this is one reason why it’s useful to include failed attempts: it speeds up narrowing down the issue)
Thanks a lot! I think I prefer the first option, such that we don’t need to fiddle around with percentages and it already looks quite good.
(Regarding your aside: I meant I tried using baseline after you suggested it. I didn’t try it before )