mirror of
https://github.com/eddelbuettel/binb
synced 2024-11-12 14:18:53 +01:00
Add a slide in the metropolis demo regarding slide notes
This commit is contained in:
parent
d8bf485c69
commit
2770ddf895
@ -11,6 +11,7 @@ output:
|
||||
in_header: metropolis/header.tex
|
||||
bibliography: metropolis/demo.bib
|
||||
biblio-style: abbrvnat
|
||||
beameroption: "show notes"
|
||||
toc: true
|
||||
vignette: >
|
||||
%\VignetteIndexEntry{binb Metropolis Demo}
|
||||
@ -325,6 +326,39 @@ Some references \citep{knuth92,ConcreteMath,Simpson,Er01,greenwade93}
|
||||
\scriptsize `allowframebreaks` is not used or needed, also changed `\cite` to
|
||||
`\citep`, and defaulted `natbib` to option `[round]`.
|
||||
|
||||
## Notes
|
||||
|
||||
Notes can be added either using latex syntax:
|
||||
|
||||
```
|
||||
\note{
|
||||
\begin{itemize}
|
||||
\item \emph{This} is a note.
|
||||
\end{itemize}
|
||||
}
|
||||
```
|
||||
|
||||
\note{
|
||||
\begin{itemize}
|
||||
\item \emph{This} is a note.
|
||||
\end{itemize}
|
||||
}
|
||||
|
||||
or with pandoc (markdown) syntax:
|
||||
|
||||
```
|
||||
<div class = "notes">
|
||||
- This is *another* note.
|
||||
</div>
|
||||
```
|
||||
|
||||
<div class = "notes">
|
||||
- This is *another* note.
|
||||
</div>
|
||||
|
||||
The display of the notes is controlled using the YAML argument `beameroption`.
|
||||
Here we have used `beameroption: "show notes"`.
|
||||
|
||||
# Conclusion
|
||||
|
||||
## Summary
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user