https://github.com/sbmueller/pandoc_beamer
Template to simply create TeX slides in Markdown using pandoc
https://github.com/sbmueller/pandoc_beamer
Last synced: 4 months ago
JSON representation
Template to simply create TeX slides in Markdown using pandoc
- Host: GitHub
- URL: https://github.com/sbmueller/pandoc_beamer
- Owner: sbmueller
- License: mit
- Created: 2019-01-26T14:27:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T15:43:49.000Z (over 3 years ago)
- Last Synced: 2025-11-12T12:05:28.357Z (8 months ago)
- Language: Makefile
- Size: 291 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LaTeX Beamer with Pandoc
## Features
This is my personal repo for making presentation slides.
It supports
- Pictures with captions
- Scientific plots
- References
all written in Markdown (some sections in TeX).
## Usage
1. Install pandoc and LaTeX
1. Run `make` to generate the PDF output
Additonally, there are the following make targets:
- `make tex` to generate the LaTeX source instead of PDF output
- `make withbib` to process citations (takes much longer)
- `make clean` to remove generated files
## Acknowledgements
- Inspired by stwunsch's [iml_tensorflow_keras_workshop](https://github.com/stwunsch/iml_tensorflow_keras_workshop/tree/master/slides)
- Theme by matze [mtheme](https://github.com/matze/mtheme)
- Colortheme by rchurchley [beamercolortheme-owl](https://github.com/rchurchley/beamercolortheme-owl)