#How to continue numbered list throughout multiple columns

17 messages · Page 1 of 1 (latest)

wise sun
#
#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 = $
]
sinful glade
#

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

wicked cypress
sinful glade
#

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

full reef
#

This looks like a bug to be honest

#

Although I guess there could be situations where that's the desired behavior

alpine tapir
#

?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 = $
]

uncut tigerBOT
alpine tapir
#

it’s because it’s parsing it as three different lists

#

now that has problems