How to 'merge' touying slides together into one to show longer code snippets

In touying slides, I have a code snippet that takes up more room than the slide itself. The code is split into two slides.

Is there a way to “merge” two slides together so that in the PDF, it’s a longer page that shows the whole code without overflowing to the next slide. I realize the question itself is not valid. There is only so much room you have to project on a screen, unless you make the font really small. But still I am looking for creative ideas on showing long snippets of code.

I’m not sure exactly what you have in mind but maybe you can flip the page just for that slide (with #set page(flipped: true)), or just making the page proportions bigger for that slide only

Thanks, that makes sense. I’d just use #set page(...) to change the proportions, correct?

1 Like