#Automatic section pages

28 messages · Page 1 of 1 (latest)

white storm
#

Hi, somebody can help me with this? https://typst.app/project/rhRExcUc_2JQK0Fx6jfXCZ I would like to make the red slide full page, while preserving page margin for contents slides. It's a little Hacky but I would like to achieve it in this way, due to the semplicity of writing slides. Thanks a lot!

indigo sparrow
#

you could set page(margin: 0pt) inside the show heading I think ?

#

or try using an outset: 2cm on the red block

white storm
#

Tried set page(margin: 0pt), but it creates an empty page! 😦

#

I try outset...thanks a lot

indigo sparrow
#

ye, that ... does make sense

#

it's annoying, set page tends to create pages, for a number of hard to fix reasons

#

outset it is I guess

white storm
#

It's not possible to remove the empty page, right?

indigo sparrow
#

not with the current model

#

it's kind of a known issue

white storm
#

I try outset...Thanks a lot...I'm a beginner and I love and hate Typst 🙂

indigo sparrow
#

sounds about right :p

#

yee

white storm
#

outset is perfect!! I didn't know what was it's scope

indigo sparrow
#

outset forces the block to be larger than it's computed size by a fixed amount

#

ie the outset is kind of a "visual only" thing

white storm
#

Ah, wonderful...I always used "move" to force margins

#

But this is more simple

indigo sparrow
#

also I should say that there is a package to create slides

#

not sure whether it does what you want, but it's worth checking it

white storm
#

Yes, I was using it until last version. But now it was refactored and I don't like it anymore

indigo sparrow
#

:<

white storm
#

So i decided to write my own simple framework...

indigo sparrow
#

fair enough

white storm
#

Thanks again! I will publish the fineshed work once is done

white storm