Example Presentation
Published:
Introduction
Welcome
This is a dummy example presentation created with Pandoc and reveal.js.
- Point one
- Point two
- Point three
::: notes Welcome the audience and introduce the topic. Mention that this is a simple example of how to create presentations with Pandoc and reveal.js. Take a moment to establish rapport with the audience. :::
About This Example
This demonstrates how to:
- Write slides in Markdown
- Style them with custom CSS
- Generate HTML presentations with Pandoc
::: notes Explain each point briefly. Emphasize that Markdown is easy to write and maintain. Mention that custom CSS allows for complete control over the presentation’s appearance. Note that Pandoc is a powerful tool for converting between different document formats. :::
Main Content
Code Example
Here’s some sample code:
def hello_world():
print("Hello, reveal.js!")
return True
::: notes Walk through the code example. Explain what the function does and how it demonstrates the integration with reveal.js. You can use this as an opportunity to discuss best practices for code in presentations. :::
Math Support
You can include mathematical formulas:
\[E = mc^2\]::: notes Mention that reveal.js supports LaTeX math rendering. This is useful for technical presentations. The example shows Einstein’s famous mass-energy equivalence equation. :::
Conclusion
Summary
- Easy to write in Markdown
- Beautiful presentations with reveal.js
- Customizable with CSS
::: notes Recap the main points covered in the presentation. Reinforce the benefits of using this approach for creating presentations. :::
Thank You!
Questions?
::: notes Thank the audience for their attention. Open the floor for questions and discussion. Be prepared to elaborate on any of the topics covered. :::
