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

fixed sections

parent 3511da19
No related branches found
No related tags found
No related merge requests found
...@@ -305,34 +305,28 @@ ...@@ -305,34 +305,28 @@
\end{frame} \end{frame}
\begin{frame}[fragile]{Sections} \begin{frame}[fragile]{Sections}
\structure{Sections:} \begin{columns}
\begin{tikzpicture} \begin{column}{0.4\textwidth}
\node[matrix, column sep=4pt, row sep=6pt] { \structure{Sections}
\node{
\begin{minipage}[t][20mm][c]{.28\textwidth}
\begin{itemize} \begin{itemize}
\item Überschriften (automatisch numeriert) \item Überschriften (automatisch numeriert):
\end{itemize} \begin{tikzpicture}
\end{minipage}
}; &
\node[draw=blue!20!lightgray, line width=2pt]{ \node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][20mm][c]{.3\textwidth} \begin{minipage}[t][22mm][c]{0.7\textwidth}
\lstinputlisting[basicstyle=\notsotiny\ttfamily]{examples/2h.tex} \lstinputlisting[basicstyle=\notsotiny\ttfamily]{examples/2h.tex}
\end{minipage} \end{minipage}
}; &
\node{\includegraphics[width=16pt]{figures/texstudio-compile.pdf}}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][50mm][c]{.25\textwidth}
\includegraphics[width=\textwidth,trim=0cm 0cm 0cm 0cm, clip]{examples/2h_fake.pdf}
\end{minipage}
};
\\
}; };
\end{tikzpicture} \end{tikzpicture}
\item Inhaltsverzeichnis (automatisch):
\texttt{\textbackslash tableofcontents}
\end{itemize}
\end{column}
\begin{column}{0.5\textwidth}
\includegraphics[width=\textwidth,trim=0cm 0cm 0cm 0cm, clip]{examples/2h_fake.pdf}
\end{column}
\end{columns}
\end{frame} \end{frame}
\begin{frame}[fragile]{Abschnitte und Umgebungen} \begin{frame}[fragile]{Abschnitte und Umgebungen}
\structure{Umgebungen:} \structure{Umgebungen:}
\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