This template is based on the TUM Marp Template.
This is a template for Marp presentations at Politecnico di Milano (POLIMI). Marp is the simplest presentation writer with Markdown.
The exported pdf is available here.
To setup this template in VS Code, you need to install the Marp for VS Code extension and add the following to your workspace preferences available in settings.json
:
"markdown.marp.themes": [
"./themes/polimi.css"
]
# Generate PDF
npx @marp-team/marp-cli@latest slides/slide-deck.md -o slide-deck.pdf
# Generate PowerPoint
npx @marp-team/marp-cli@latest slides/slide-deck.md -o slide-deck.pptx