Presentation
A Dockerized presentation toolkit for building presentation from markup (like Markdown or DOT).
Usage
docker run --rm -itv “$PWD:/volume“ registry.shore.co.il/presentation
Will watch the current directory and run make
whenever a file changes. One can
add a shell alias
alias presentation='docker run --rm -itv “$PWD:/volume“ registry.shore.co.il/presentation'
for easier use.
See the example folder for more details and the generated PDF.
If you're using GitLab, check out the CI template if you wish to build presentation as part of a pipeline.
Contains
- Pandoc
- Graphviz
- GNU Make
- LuaTex
- LaTeX
- XeTex
- on-change
- groff
- ttyrec2gif
- qpdf
- Ghostscript
- GraphicsMagick
License
This software is licensed under the MIT license (see LICENSE.txt
).
Author Information
Nimrod Adar, contact me or visit my
website. Patches are welcome via
git send-email
. The repository
is located at: https://git.shore.co.il/explore/.