mirror of
https://github.com/eddelbuettel/binb
synced 2024-12-22 04:29:59 +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
|
in_header: metropolis/header.tex
|
||||||
bibliography: metropolis/demo.bib
|
bibliography: metropolis/demo.bib
|
||||||
biblio-style: abbrvnat
|
biblio-style: abbrvnat
|
||||||
|
beameroption: "show notes"
|
||||||
toc: true
|
toc: true
|
||||||
vignette: >
|
vignette: >
|
||||||
%\VignetteIndexEntry{binb Metropolis Demo}
|
%\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
|
\scriptsize `allowframebreaks` is not used or needed, also changed `\cite` to
|
||||||
`\citep`, and defaulted `natbib` to option `[round]`.
|
`\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
|
# Conclusion
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user