#Lovelace padding disappears when page is scaled up

1 messages · Page 1 of 1 (latest)

vestal gate
#

Hi, because I am a bit dumb, I ended up setting the font and the width of the page at insanely big values ; and I can't really go back on it ^^'.
So because of that, I have this issue with lovelace :
As you can see, the lines don't have any space between them.
Does anyone have insight on how to fix this ?

#

?r

#import "@preview/lovelace:0.2.0" : *

#show: setup-lovelace

#set text(size: 90pt)
#set page(width: 2000pt, height: auto)

#algorithm(
  caption: [Hello world],
  pseudocode-list[
    + *for* $i$ *from* $1$ *to* len($t$) *do*
      + print("Hello world!")
    + *end*
  ]
)
vestal gate
#

usualy it should be :

#

?r

#import "@preview/lovelace:0.2.0" : *

#show: setup-lovelace

#algorithm(
  caption: [Hello world],
  pseudocode-list[
    + *for* $i$ *from* $1$ *to* len($t$) *do*
      + print("Hello world!")
    + *end*
  ]
)