Compare commits

..

No commits in common. "67a7f7acb931a2694f3cf8da43573de4db358c43" and "a71b85c8083fa30fa22954088ea2a63dc461c3ba" have entirely different histories.

3 changed files with 18 additions and 34 deletions

View File

@ -6,7 +6,6 @@ RUN apt update -y && apt upgrade -y
RUN apt install make texlive latexmk texlive-pictures -y RUN apt install make texlive latexmk texlive-pictures -y
RUN apt install texlive-publishers texlive-science texlive-fonts-extra texlive-latex-extra -y RUN apt install texlive-publishers texlive-science texlive-fonts-extra texlive-latex-extra -y
RUN apt install biber texlive-bibtex-extra -y RUN apt install biber texlive-bibtex-extra -y
RUN apt install texlive-lang-german -y
RUN apt install python3 python3-pygments -y RUN apt install python3 python3-pygments -y

View File

@ -1,18 +0,0 @@
# WT Tutorial Presentations
This repository contains the latex source files for the WT Tutorial slides.
## Build
### Local Environment
```bash
$ make
```
### With Docker
```bash
$ docker build . -t wt-tut
$ docker run --rm -u `id -u`:`id -g` -w $PWD -v $PWD:$PWD wt-tut make
```

View File

@ -144,7 +144,6 @@
\vspace*{0mm} \vspace*{0mm}
\end{columns}\pause \end{columns}\pause
\item Laplace'sches Zufallsexperiment \item Laplace'sches Zufallsexperiment
% tex-fmt: off
\begin{gather*} \begin{gather*}
\text{Voraussetzungen: }\hspace{5mm} \left\{ \text{Voraussetzungen: }\hspace{5mm} \left\{
\begin{array}{l} \begin{array}{l}
@ -156,7 +155,6 @@
\frac{\text{Anzahl ``günstiger'' \frac{\text{Anzahl ``günstiger''
Möglichkeiten}}{\text{Anzahl Möglichkeiten}} Möglichkeiten}}{\text{Anzahl Möglichkeiten}}
\end{gather*} \end{gather*}
% tex-fmt: on
\end{itemize} \end{itemize}
\end{frame} \end{frame}
@ -326,8 +324,7 @@
\mleft\{ A \mright\}, \mleft\{ B \mright\}, \mleft\{ A \mright\}, \mleft\{ B \mright\},
\mleft\{ C \mright\}, \mleft\{ A, B \mright\},\\ \mleft\{ C \mright\}, \mleft\{ A, B \mright\},\\
&\mleft\{ A, C \mright\}, &\mleft\{ A, C \mright\},
\mleft\{ B, C \mright\}, \mleft\{ A, B, C \mleft\{ B, C \mright\}, \mleft\{ A, B, C \mright\} \}
\mright\} \}
\end{align*}% \end{align*}%
\vspace*{-14mm}% \vspace*{-14mm}%
\end{lightgrayhighlightbox} \end{lightgrayhighlightbox}
@ -522,4 +519,10 @@
% tex-fmt: on % tex-fmt: on
\end{frame} \end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Zusammenfassung}
% TODO: Do we even want this section?
\end{document} \end{document}