Skip to content

uea-teaching/teaching-slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teaching Slides

Creating slides using markdown and pandoc to output html, pdf and powerpoint.

Building Slides

There is a Makefile in the slides directory, so you can use make to build the slides. This also works well with a docker image.

Docker

There is a Dockerfile that encapsulates useful filters, templates and pandoc. The slides can then be built using:

docker run --rm -it -v "${PWD}"/slides:/src dgrnwd/teachingslides:latest 

About

Docker encapsulating pandoc with some useful filters and templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published