summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/schule/Beispiele/bsp-beamerarticle.tex
blob: ae6586337d8c575ccf6f6a55ca0002b2ed1a0969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\documentclass[12pt,a4paper,parskip=half]{scrreprt}
\usepackage[noxcolor]{beamerarticle}

\usepackage[
    typ=leit,
    fach=Informatik,
    loesungLinkVerbergen,
    farbig,
    module={Lizenzen},
    lizenz={cc-by-nc-sa-eu-4},
    loesungen=folgend,
    module={Aufgaben,},
]{schule}

\tcbuselibrary{breakable}

\listfiles

\title{documentclass scrreprt, usepackage beamerarticle}

\begin{document}

\begin{frame}[fragile]

\achtung{hallo}
    \begin{aufgabe}
        Do stuff
    \end{aufgabe}
    \begin{loesung}
        You did stuff
    \end{loesung}
\end{frame}

\end{document}