Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ Jupyter
Perkel
ipynb
revealjs
plugin
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ In addition, the sample notebook includes BibTeX-format bibliography catalogue s

## How to use it?

To use it, grab the [example `.ipynb` file](https://github.com/habemus-python/quarto-agh-slides/blob/main/slides.ipynb) and edit it with your favourite Jupyter notebook tool.
To use it, grab the [example `.ipynb` file](https://github.com/habemus-python/quarto-agh-slides/blob/main/slides.ipynb) and edit it
with your favourite Jupyter notebook tool.

To generate HTML files for presentation, do `quarto render slides.ipynb --execute --to revealjs`, the output should look like this:
To generate HTML files for presentation, do `quarto render slides.ipynb --execute --to revealjs`, the output (`slides.html` file) should look like this:

<p align="center">
<img
Expand All @@ -28,6 +29,10 @@ To generate HTML files for presentation, do `quarto render slides.ipynb --execut

To convert it to a pdf, open in a browser, select `☰ :: Tools :: PDF Export Mode` and use the browser's print dialog to save a pdf.

To learn more about Quarto/Revealjs features, e.g., speaker notes, multi-column slides, layout helpers, absolute positioning, animations, backgrounds, videos,
slide navigation, speaker view, audible accessibility helpers, automatic slide stepping, timing, chalkboard plugin, multiplexing and many more,
[read the friendly manual](https://quarto.org/docs/presentations/revealjs/).

## Quarto templates from other universities
- [monash.edu (Melbourne)](https://github.com/quarto-monash)
- [uu.nl (Utrecht)](https://github.com/UtrechtUniversity/uu-quarto-presentation-template)
Expand Down
Loading