Skip to content
Snippets Groups Projects
Commit bd217cfc authored by Stefan Heimersheim's avatar Stefan Heimersheim
Browse files

Float frame

parent a6f754fb
No related branches found
No related tags found
No related merge requests found
...@@ -540,20 +540,23 @@ ...@@ -540,20 +540,23 @@
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\begin{frame}[fragile]{Floats} \begin{frame}[fragile]{Abbildungen mit \glqq{}Floats\grqq{}}
\begin{columns} \begin{columns}
\begin{column}{0.45\textwidth} \begin{column}{0.45\textwidth}
\structure{Floats} für Bilder, Tabellen, ... \emph{im Text} \\[8pt] \highlightBlu{figure} \& \highlightBlu{table} \emph{Umgebungen} für
Bilder und Tabellen:\vspace{14pt}
\begin{itemize} \begin{itemize}
\small \small
\item Umgebungen \highlightBlu{table} \& \highlightBlu{figure} \\[8pt] \item Mit \highlightRed{\textbackslash{}includegraphics} bzw.
\item \highlightRed{\textbackslash{}centering} \\[8pt] \highlightBlu{tabular} für Inhalt
\item \highlightRed{\textbackslash{}caption}\verb+{Text}+ \\[8pt] \scriptsize\\
\item \highlightRed{\textbackslash{}includegraphics}\verb+{}+ \& (\emph{{\ttfamily\color{RoyalBlue}table} \&
\highlightBlu{tabular} zusätzlich \\[5pt] {\ttfamily\color{RoyalBlue}figure} sind initial leer!})
\scriptsize \normalsize
\emph{{\ttfamily\color{RoyalBlue}table} \& \\[12pt]
{\ttfamily\color{RoyalBlue}figure} Umgebungen sind initial leer!} \item \highlightRed{\textbackslash{}centering} für zentrierten Inhalt \\[12pt]
\item \highlightRed{\textbackslash{}caption}\verb+{Text}+ für Beschriftung und Verweise\\[12pt]
% TODO Bild von float machen! % TODO Bild von float machen!
\end{itemize} \end{itemize}
\end{column} \end{column}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment