#pls fix bad visual spacin
9 messages · Page 1 of 1 (latest)
- #enum(numbering: "(a)")[$B = {(1, {1})}$][$B = {(1, {1}), (1, {1, 2}), (2, {2}), (2, {1, 2})}$][$B = {(1, {1}), (1, {1, 2}), (1, {1, 3}), (1, {1, 2, 3}), (2, {2}), (2, {1, 2}), (2, {2, 3}), (2, {1, 2, 3}) \ , (3, {3}), (3, {1, 3}), (3, {2, 3}), (3, {1, 2, 3})}$]
You have a single inline equation spanning two lines. It's not exactly surprising that it doesn't look great
(as an aside, people are more willing to help you with a less hostile title)
You could always force an alignment manually with \ for return to line and &. Like B= &{ .... \ & ...} with the second & where you would like to have a return to line
Or do you mean how the (c) is not aligned with the B and the overlap with the previous line ?
It looks like the line spacing is vertically centered for that the list item. I couldn't figure out how to change that, but you can adjust space manually by setting the paragraph leading to a small value and inserting some extra breaks until everything lines up as follows:
$B = {(1, {1})}$
][ $B = {(1, {1}), (1, {1, 2}), (2, {2}), (2, {1, 2})} $ ][
#set par(leading: 0.1em); $ \ B = {(1, {1}), (1, {1, 2}), (1, {1, 3}), (1, {1, 2, 3}), (2, {2}), (2, {1, 2}), (2, {2, 3}), (2, {1, 2, 3}) , \ \ \ \ \ (3, {3}), (3, {1, 3}), (3, {2, 3}), (3, {1, 2, 3})}$]```
thxx love u guys