Skip to content
Snippets Groups Projects
Commit 4fbbdc5d authored by Lennart Klebl's avatar Lennart Klebl
Browse files

floats

parent 0eb9c8f7
No related branches found
No related tags found
No related merge requests found
...@@ -308,7 +308,7 @@ ...@@ -308,7 +308,7 @@
\begin{column}{0.4\textwidth} \begin{column}{0.4\textwidth}
\structure{section, subsection, subsubsection:} \structure{section, subsection, subsubsection:}
\begin{itemize} \begin{itemize}
\item Überschriften (automatisch numeriert) \item Überschriften (automatisch nummeriert)
\begin{tikzpicture} \begin{tikzpicture}
\node[draw=blue!20!lightgray, line width=2pt]{ \node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][22mm][c]{0.7\textwidth} \begin{minipage}[t][22mm][c]{0.7\textwidth}
...@@ -552,6 +552,20 @@ ...@@ -552,6 +552,20 @@
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}[fragile]{Floats}
\structure{Floats} für Bilder, Tabellen, ... \emph{im Text}
\begin{itemize}
\item Umgebungen \highlightBlu{table} \& \highlightBlu{figure}
\item \highlightRed{\textbackslash{}centering}
\item \highlightRed{\textbackslash{}caption}\verb+{Bildunterschrift}+
\item \highlightRed{\textbackslash{}includegraphics}\verb+{}+ \&
\highlightBlu{tabular} zusätzlich \\
\emph{{\ttfamily\color{RoyalBlue}table} \&
{\ttfamily\color{RoyalBlue}figure} Umgebungen sind initial leer!}
% TODO Bild von float machen!
\end{itemize}
\end{frame}
\begin{frame}[fragile]{Labels, Referenzen und Links} \begin{frame}[fragile]{Labels, Referenzen und Links}
\structure{Referenzen} markieren mit \texttt{\textbackslash label}, verweisen mit \texttt{\textbackslash ref}: \structure{Referenzen} markieren mit \texttt{\textbackslash label}, verweisen mit \texttt{\textbackslash ref}:
\begin{tikzpicture} \begin{tikzpicture}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment