Skip to content

A cookiecutter template for pandoc / XeTeX talks.

Notifications You must be signed in to change notification settings

arn-all/pandoc-talk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

pandoc-talk

A cookiecutter template for giving talks with pandoc and XeTeX.

Features

  • Nice Ubuntu fonts
  • Useful Makefile
  • Sensible .gitignore

Requirements

The document is built using pandoc of course, the Ubuntu and Inconsolata font families, and the Metropolis Beamer theme. You need to install it, or to remove it from header.tex and Makefile.

Using this template

$ pip install cookiecutter
$ cookiecutter https://github.com/arn-all/pandoc-talk.git

You will be asked about your basic info (name, title, etc.). This info will be used in your new talk. To specify multiple authors, directly modify the slides.md file header. Once you've made your template, you can build your talk with:

$ make

You can generate a printable plain paper version of the slides using

$ make report.pdf

License

BSD licensed. Forked from https://github.com/larsyencken/pandoc-talk (archived)

About

A cookiecutter template for pandoc / XeTeX talks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 61.0%
  • TeX 39.0%