mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.19k stars 29 forks source link

Question: Can you set typst output width to 100%? instead of just centered? #232

Closed chardskarth closed 5 months ago

mfontanini commented 5 months ago

You can probably set the typst PPI in the config file to be something pretty large. Images should still be capped so that they don't grow horizontally/vertically more than the terminal size so this way if you set it high enough it should cover the entire screen horizontally (as I presume that's the largest dimension of the two).

chardskarth commented 5 months ago

Thanks for the fast repl @mfontanini , is there a way instead to set typst rendered images aligned left?

chardskarth commented 5 months ago

Changing the width in typst works in the meantime. Changing ppi doesnt do anything.

Closing for now. Thanks!