/PWr_Marp_Template

PWr Marp Template for Markdown Slides.

Primary LanguageCSSMIT LicenseMIT

PWr Marp Template

This template is based on the TUM Marp Template.

This is a template for Marp presentations at Wrocław University of Science and Technology (PWr). Marp is the simplest presentation writer with Markdown.

The exported pdf is available here.

Setup

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/pwr.css"
]

Build

# 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

How To Use Marp