Skip to content
Snippets Groups Projects
Commit 9f6fed02 authored by Valentin Bruch's avatar Valentin Bruch
Browse files

latex: notes

parent 809a0965
No related branches found
No related tags found
No related merge requests found
...@@ -92,11 +92,32 @@ ...@@ -92,11 +92,32 @@
} }
\begin{document} \begin{document}
\ifshownotes\OSAKthemenologo\fi
\section{Installation und Motivation} \section{Installation und Motivation}
\begin{frame}{OSAK \LaTeX-Workshop}{Installation einer \TeX-Distribution} \begin{frame}{OSAK \LaTeX-Workshop}{Installation einer \TeX-Distribution}
\ifshownotes{\large%
\begin{itemize}
\item Was studiert ihr? Welche Semester?
\item \TeX{} für: Alles mit Formeln oder schöner Formatierung,
z.\,B. Abschlussarbeiten
\item Wer hat \TeX{} schon installiert?
\begin{itemize}
\item Inkl. \TeX-Studio?
\item Welches \TeX? (MiK\TeX, Mac\TeX, \TeX{}Live, \ldots)
\end{itemize}
\item Überblick:
\begin{itemize}
\item Installation
\item Workshop mit Beispiel
\item Einführung in Beamer
\end{itemize}
\end{itemize}
}%
\else%
\Huge\% TODO QR CODE UND URL \Huge\% TODO QR CODE UND URL
\Huge QR-CODE UND/ODER URL \Huge QR-CODE UND/ODER URL
\fi%
\end{frame} \end{frame}
\begin{frame} \begin{frame}
...@@ -352,12 +373,14 @@ ...@@ -352,12 +373,14 @@
\subsection{Umgebungen} \subsection{Umgebungen}
\begin{frame}[fragile]{Umgebungen} \begin{frame}[fragile]{Umgebungen}
\begin{itemize} \vspace*{-4pt}
\setbeamertemplate{itemize items}[square] \begin{center}
\item Umgebungen durch \texttt{\color{Mahogany}\bfseries\textbackslash begin} {\color{darkred!80!gray}Umgebungen:} durch
und \texttt{\color{Mahogany}\bfseries\textbackslash end} begrenzt \texttt{{\color{Mahogany}\bfseries\textbackslash begin}\{\ldots\}} und
\end{itemize} \texttt{{\color{Mahogany}\bfseries\textbackslash end}\{\ldots\}} begrenzt
\begin{tikzpicture} \end{center}
\vspace*{-2pt}
\hspace*{-4pt}\begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=6pt] { \node[matrix, column sep=4pt, row sep=6pt] {
\node{ \node{
\begin{minipage}[t][10mm][c]{.28\textwidth} \begin{minipage}[t][10mm][c]{.28\textwidth}
...@@ -417,13 +440,13 @@ ...@@ -417,13 +440,13 @@
\begin{tikzpicture} \begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=4pt] { \node[matrix, column sep=4pt, row sep=4pt] {
\node[draw=blue!20!lightgray,line width=2pt]{ \node[draw=blue!20!lightgray,line width=2pt]{
\begin{minipage}[t][11mm][c]{.3\textwidth} \begin{minipage}[t][11mm][c]{.33\textwidth}
\lstinputlisting{examples/equation.tex} \lstinputlisting{examples/equation.tex}
\end{minipage} \end{minipage}
};& };&
\node{\includegraphics[width=12pt]{figures/texstudio-compile.pdf}};& \node{\includegraphics[width=12pt]{figures/texstudio-compile.pdf}};&
\node[draw=blue!20!lightgray,line width=2pt]{ \node[draw=blue!20!lightgray,line width=2pt]{
\begin{minipage}[t][11mm][c]{.3\textwidth} \begin{minipage}[t][11mm][c]{.33\textwidth}
\vspace*{-2pt} \vspace*{-2pt}
\input{examples/equation} \input{examples/equation}
\end{minipage} \end{minipage}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment