Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.15 KB

README.source.md

File metadata and controls

22 lines (14 loc) · 1.15 KB

@@ws_title@@ - @@conf_name@@ @@conf_year@@

The presentation is written in Markdown.

Use patat to render the slides in your terminal or use the PDF/HTML versions.

$ wget https://github.com/jaspervdj/patat/releases/download/v0.12.0.1/patat-v0.12.0.1-linux-x86_64.tar.gz
$ tar xzf patat-v0.12.0.1-linux-x86_64.tar.gz patat-v0.12.0.1-linux-x86_64/patat
$ patat-v0.12.0.1-linux-x86_64/patat @@document_name@@.patat.md

Use the ws_gen script to generate PDF/HTML versions from Markdown (this script requires Pandoc and Chromium):

$ sudo apt install pandoc chromium
$ ./ws_gen

or

$ sudo dnf install pandoc chromium
$ ./ws_gen

Note: this script will also create the final Markdown version along with the README.md file of the repository.