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

presentation: small changes, correction in example 2h

parent b4f421e9
No related branches found
No related tags found
No related merge requests found
\section{Erster Teil}
\subsection{Teil 1a}
\subsection{Teil 1b}
\section{Zweriter Teil}
\section{Zweiter Teil}
\subsection{Teil 2a}
\section*{Versteckt}
\section{Weiterer Teil}
No preview for this file type
......@@ -8,7 +8,7 @@
\section{Erster Teil}
\subsection{Teil 1a}
\subsection{Teil 1b}
\section{Zweriter Teil}
\section{Zweiter Teil}
\subsection{Teil 2a}
\section*{Versteckt}
\section{Weiterer Teil}
......
......@@ -227,7 +227,6 @@
\end{tikzpicture}
\end{frame}
\begin{frame}[fragile]{Formatierung}
\structure{Schrifteinstellungen:}
\vskip-\baselineskip%
......@@ -303,10 +302,10 @@
\begin{frame}[fragile]{Abschnitte}
\begin{columns}
\begin{column}{0.4\textwidth}
\begin{column}{0.48\textwidth}
\structure{section, subsection, subsubsection:}
\begin{itemize}
\item Überschriften (automatisch nummeriert)
\item Überschriften\\(automatisch nummeriert)\\[2pt]
\begin{tikzpicture}
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][22mm][c]{0.7\textwidth}
......@@ -314,9 +313,10 @@
\end{minipage}
};
\end{tikzpicture}
\item Inhaltsverzeichnis (automatisch erstellt)
\item Inhaltsverzeichnis\\(automatisch erstellt)\\[2pt]
\texttt{\textbackslash tableofcontents}
\end{itemize}
\vspace*{24pt}
\end{column}
\begin{column}{0.5\textwidth}
\includegraphics[width=\textwidth,trim=0cm 0cm 0cm 0cm, clip]{examples/2h_fake.pdf}
......@@ -385,10 +385,10 @@
\item \highlightBlu{equation}{\bfseries:} Vom Text abgesetzte Gleichung
\\[10pt]
\item \highlightBlu{align}{\bfseries:} Wie \highlightBlu{equation}, nur dass man an \highlightRed{\&}
\glqq tabben\grqq\ kann \\[10pt]
\item Wie bei z.\,B. \highlightRed{\textbackslash section*\{...\}} auch
hier \highlightRed{*} für
nicht-nummerierte Gleichungen, also \highlightRed{\textbackslash begin\{}%
ausrichten kann \\[10pt]
\item Wie bei z.\,B. \highlightRed{\textbackslash section*\{...\}} auch:\\
\highlightBlu{*} für nicht-nummerierte Gleichungen, also
\highlightRed{\textbackslash begin\{}%
\highlightBlu{align*}\highlightRed{\}} \\[10pt]
\end{itemize}
\structure{Im Textfluss} kann man Gleichungen mit \highlightRed{\$...\$}
......@@ -516,7 +516,7 @@
\begin{frame}[fragile]{Bilder \& Tabellen}
\begin{itemize}
\item \highlightRed{\textbackslash%
includegraphics}\texttt{[optional]}\highlightRed{\{\}}, um Bilder
includegraphics}\texttt{[optional]}\highlightRed{\{...\}}, um Bilder
einzubinden (bspw. \texttt{width=0.9\textbackslash textwidth} als Option)
\begin{tikzpicture}
\node[matrix,column sep=4pt, row sep=6pt] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment