jrollin / pandoc-slides

skeleton to build slides and pdf with pandoc and revealjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Skeleton to build slides

tools

  • revealjs for html slides
  • Pandoc for generating markdown to slides and pdf

nb: 2.9.2.2+ for revealjs 4.2.1

Linux Deps

sudo apt install texlive texlive-latex-base texlive-fonts-recommended texlive-latex-extra

Rq: To use docker image instead of pandoc package

alias pandoc='docker run --rm --volume "$(pwd):/data" --user $(id -u):$(id -g) pandoc/latex'

Howto

Slides sources in src/index.md

Generate Slides

./build-slides.sh

ouptut in /dist

Generate PDF

./build-pdf.sh

output in /pdf

About

skeleton to build slides and pdf with pandoc and revealjs


Languages

Language:CSS 80.0%Language:Shell 20.0%