This is a quarto template to use for people from the University of Mannheim. It is inspired by quarto-metropolis and mzes-beamer-metropolis. Feel free to check them out and edit/fork the theme as you like. This is work in progress.
Go to the folder you want to have your presentation in and execute this command.
quarto use template frodew/quarto_theme_unima
This will install the extension and create template.qmd that you can use as a starting place for your presentation.
I applied some basic formatting in the unima.scss file.
The basic functionality is spelled out in the template.qmd.
This template comes with locally available fonts Sora as the default sans-serif and JetBrains Mono as for monospace.
You can print the HTML slides as a PDF with decktape, as described here.
decktape reveal <url of your quarto preview, e.g., `"http://localhost:42"`> <name of the desired pdf, e.g., `presentation.pdf`>
If you want to export each animation/fragment-step as an extra slide you can include --fragments=true in your export command.
To export your progress bar, add --progress=true.
If you want to export your notes, you can do that by adding ?showNotes=true to your URL, for example "http://localhost:42?showNotes=true".
I like to use that default to export my pdf-presentation and my notes:
decktape reveal "http://localhost:42" --fragments=true --progress=true presentation.pdf
decktape reveal "http://localhost:42?showNotes=true" presentation_notes.pdf
NOTE: If specify that your quarto project is a website, maybe in your quarto.yml, then you have to change the font-path as descibed at the top in_extensions/frodew/unima-quarto/unima.scss.
You can find an exported example PDF in this repo's template_example folder: template_example/template.pdf.
The first two pages of the template look like this:

