2025-09-24 19:21:42 +02:00
2024-04-21 18:55:28 +02:00
2025-09-24 19:19:26 +02:00
2025-09-24 18:50:17 +02:00
2025-09-24 19:17:37 +02:00
2025-09-24 19:17:45 +02:00
2025-09-24 19:21:42 +02:00
2024-08-03 19:13:01 +02:00

Example of a slide project

This repos aims to show a structured way to generate an html/pdf slideshow from markdown files

it depends on pandoc for compiling to pdf/html and inotify-tools for watching changes.

Usage

Slides in HTML/RevealJS:

  • make html: for creating the html file
  • make serve_html: for launching the server, then open https://localhost:7777 on your browser

Slides in PDF/LateX:

  • make pdf: for creating the pdf file

Then open the pdf file in your favorite pdf reader

Compiling the slideset when modifications occur

  • make watch should launch an inotiy loop recompiling a pdf by default (for html, launch: make watch html)
Description
No description provided
Readme 54 KiB
Languages
HTML 73.5%
CSS 13.1%
Shell 9.6%
Makefile 2.9%
TeX 0.9%