How to vertically align enum numberings with vectors?

Hi there,
the following simple code shows my problem:

+ #lorem(20)
+ #lorem(30)
+ And now we present a vector $vec(a,b,c)$ #lorem(30)
+ #lorem(20)

screenshot1

The numbering of the third topic ist aligned at top of the line. But the vector shifts the rest of the line down, so the numbering is not aligned with the beginning of the line.
That looks strange, doesn’t it, but maybe this behaviour is intended.
Manfred

Hello @Manfred, and welcome!

This is a known issue, and you will find the answer to your question in this post How to fix alignment issues with vectors or matrices in an enum?.

Don’t hesitate to read thoroughly the post on How to post in the Questions category, a good post title is a question :smiley:!

2 Likes