This repo is meant to get you started more easily with your beamerlatex-slides written in R Markdown.
Why? - LaTeX is way too complex for most things. Just KISS (Keep It Simple Stupid), use Markdown and focus on the actual work!
What? - Template for creating presentations using the tud-cd using R-markdown
- What is R Markdown?: R Markdown-Cookbook
- slide with several cols: Tutorial
Instructions on how to write slides in R-Markdown using the beamerlatex
tudcd.
- Download tud-cd beamerstyle via
https://github.com/tud-cd/tud-cd/archive/master.zip
- Copy contents of
tud-cd-master/tex/latex/tud-beamerstyle/*
to your beamer-folder- eg on fedora:
cp ./tud-cd-master/tex/latex/tud-beamerstyle/* /usr/share/texlive/texmf-dist/tex/latex/beamer/
- eg on fedora:
- Call
sudo texhash
(some kind of updating, seeman texhash
for details) - Validate that tud-styles can be found via
kpsewhich beamerthemetud.sty
- Clone this repo
- Call
pandoc -s -t beamer slides.md -o slides.pdf --template template.tex --citeproc --slide-level=2
- Start making your slides based on this template