Add beamer example
This commit is contained in:
parent
ba1e3de2f7
commit
03bb39d5ae
@ -40,6 +40,36 @@ wesentlich weiter verbreitet.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<div class="layout-content-and-preview">
|
||||||
|
<div class="layout-content">
|
||||||
|
<h2>Beamer</h2>
|
||||||
|
<p>Dokumentenklasse zur Erstellung von Präsentationen.</p>
|
||||||
|
<pre class="lang-tex hljs">
|
||||||
|
<code>
|
||||||
|
\documentclass{beamer}
|
||||||
|
\usetheme{Frankfurt}
|
||||||
|
\usecolortheme{seahorse}
|
||||||
|
\author{ACID}
|
||||||
|
\begin{document}
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{Zitronensorbet}
|
||||||
|
\framesubtitle{Inkarnation des Guten?}
|
||||||
|
\begin{frame}
|
||||||
|
\begin{definition}
|
||||||
|
Ein Zitronensorbet ist eine halbgefrorene \textbf{Speiseeiscreme}
|
||||||
|
auf Basis von \textit{Zitronen}.
|
||||||
|
\end{definition}
|
||||||
|
\end{frame}
|
||||||
|
\end{document}
|
||||||
|
</code>
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
|
<div class="layout-preview">
|
||||||
|
<img src="sections/german/15/beamer.png">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
<div class="layout-content-and-preview">
|
<div class="layout-content-and-preview">
|
||||||
<div class="layout-content">
|
<div class="layout-content">
|
||||||
<h2>TikZ - TikZ ist kein Zeichenprogramm</h2>
|
<h2>TikZ - TikZ ist kein Zeichenprogramm</h2>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user