Revealjs Demo | Documentation
See also: Wowchemy &
Right Arrow
or Space
Left Arrow
Home
End
Esc
Alt + Click
, Linux: CTRL + Click
S
F
B
or .
https://notes.peter-baumgartner.net/slides/2022-04-18-demo-slides/?print-pdf
Inline code: variable
Code block:
porridge <- "blueberry"
if (porridge == "blueberry"){
print("Eating...")
}
In-line math: $x + y = z$
Block math:
$$ f\left( x \right) = ;\frac{{2\left( {x + 4} \right)\left( {x - 4} \right)}}{{\left( {x + 4} \right)\left( {x + 1} \right)}} $$
Make content appear incrementally
{{% fragment %}} One {{% /fragment %}}
{{% fragment %}} **Two** {{% /fragment %}}
{{% fragment %}} Three {{% /fragment %}}
Press Space
to play!
A fragment can accept two optional parameters:
class
: use a custom style (requires definition in custom CSS)weight
: sets the order in which a fragment appearsAdd speaker notes to your presentation
{{% speaker_note %}}
- Only the speaker can read these notes
- Press `S` key to view
{{% /speaker_note %}}
Press the S
key to view the speaker notes!
Customize the slide style and background
{{< slide background-image="images/boards.jpg" >}}
{{< slide background-color="#0000FF" >}}
{{< slide class="my-style" >}}
Let’s make headers navy colored.
Create assets/css/reveal_custom.css
with:
.reveal section h1,
.reveal section h2,
.reveal section h3 {
color: navy;
}
(My add on)
With the next slides you can choose:
<section data-markdown>
<textarea data-template>
## LaTeX-Installation macOS (1)
<img src="images/1-1_MacOS-Startpage-min.png" style="width: 45%" />.
---
## LaTeX-Installation macOS (2)
<img src="images/1-2_MacOS-Distribution-min.png" style="width: 60%" />
---
## LaTeX-Installation macOS (3)
<img src="images/1-3_MacOS-Download-min.png" style="width: 60%" />
</textarea>
</section>
See also:
Press back button of your browser.
(not back button of the slide!).