|
|
WIP/TODO |
|
|
\ No newline at end of file |
|
|
Decker not only supports presentation slides in the style of `Reveal.js` but also HTML handouts and pages.
|
|
|
|
|
|
These can be used to better distribute lecture content or create additional material e.g. for exercises.
|
|
|
|
|
|
## Handouts
|
|
|
|
|
|
Handouts are created from the same Markdown source as the slide deck. This means if you have an `example-deck.md`, Decker will create an HTML `example-deck.html` as well as an `example-handout.html`.
|
|
|
|
|
|
A handout will be a continuous HTML page containing the same content as the slide deck.
|
|
|
|
|
|
Keep in mind that not all features of slide decks are currently supported for handouts as well.
|
|
|
|
|
|
## Pages
|
|
|
|
|
|
Pages are separate documents, whose source file name ends in `*-page.md`. From these files, decker creates `*-page.html` files.
|
|
|
|
|
|
Pages can be useful for supporting material such as exercise sheets. |
|
|
\ No newline at end of file |