logoalt Hacker News

grahameblast Tuesday at 3:42 PM1 replyview on HN

Can you make slides and handouts from the same primary document? That'd save me an inordinate amount of time for some church use-cases.


Replies

Onawalast Tuesday at 6:21 PM

Look at Quarto. Markdown input, basically any output you want, including HTML, PDF, DOCX, PPTX, etc... All from the same input. Reuse text chunks, use variables, templates, and more. Then just run 'quarto render'.

show 1 reply