#How to continue numbered list throughout multiple columns
17 messages · Page 1 of 1 (latest)
That’s weird
Be explicit for now
That is, use 1. 2. 3. 4. 5. 6. etc.
It will adjust to the correct numbering format too
well, how would it desugar?
It depends on the behavior of colbreak
I figure that it uses a grid internally
In which case each column is part of a cell
And then it won’t continue over to the rest
But I haven’t confirmed that
This looks like a bug to be honest
Although I guess there could be situations where that's the desired behavior
?render pagesize=default ```latex
#columns(3)[
+ $3 + 4 = $
+ $13 + 2 = $
+ $7 + 6 = $ #colbreak()
+ $12 + 8 = $
+ $31 + 14 = $
+ $73 + 8 = $ #colbreak()
+ $14 + 43 = $
+ $78 + 4 = $
+ $39 + 41 = $ #colbreak()
+ $1 + 4 = $
]
Note: 1 more page ignored