Pandoc

PDF Presentation

Source

Create a PDF presentation from markdown with the LaTex beamer extension.

sudo yum -y install texlive-beamertheme-metropolis pandoc
---
# slides.md
title:
- New presentation
author:
- John Dow
theme:
#- Copenhagen
- metropolis
date:
- 2023-10-08
---

# Slide 1 Headline

* Some points
* And topics to talk about.

# Slide 2 Headline

Here comes all the other markdown stuff.
pandoc -t beamer slides.md -o slides.pdf