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

Beispiel 3 folien

parent b22fd30d
Branches
No related tags found
No related merge requests found
\textcolor{blue}{blau}
\textcolor{green}{grün} \textcolor{green}{grün}
\textcolor{purple}{lila} \textcolor{purple}{lila}
\begin{center}
Mitte
\end{center}
\begin{flushleft}
Links
\end{flushleft}
\begin{flushright}
Rechts
\end{flushright}
\begin{itemize}
\item Dies und
\item Jenes
\end{itemize}
\begin{enumerate}
\item Erstens
\item Zweitens
\end{enumerate}
\ No newline at end of file
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
keywordstyle=\color{RoyalBlue}\bfseries, keywordstyle=\color{RoyalBlue}\bfseries,
moretexcs={lstset,testfont,testfont,subsubsection,paragraph,subsection ,color,sl,textcolor,lstinputlisting,newfontfamily,fontsize,HUGE, moretexcs={lstset,testfont,testfont,subsubsection,paragraph,subsection ,color,sl,textcolor,lstinputlisting,newfontfamily,fontsize,HUGE,
Gargantous,ShowCharInBox}, Gargantous,ShowCharInBox},
morekeywords={center,document} morekeywords={center,document,flushleft,flushright,itemize,enumerate}
} }
\makeatletter \makeatletter
...@@ -230,9 +230,9 @@ ...@@ -230,9 +230,9 @@
\end{frame} \end{frame}
\begin{frame}[fragile]{Zeilenumbrüche} \begin{frame}[fragile]{Formatierung}
\structure{Formatierung:} \structure{Formatierung:}
%TODO Mehrere von diesen structures? %TODO Mehrere von diesen structures? + Title
\begin{tikzpicture} \begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=6pt] { \node[matrix, column sep=4pt, row sep=6pt] {
\node{ \node{
...@@ -273,7 +273,8 @@ ...@@ -273,7 +273,8 @@
\tiny tiny \tiny tiny
\small small \small small
\large large\\ \large large\\
\Large Large\,\LARGE LARGE \Large Large\,\LARGE LARGE\\
...
\end{minipage} \end{minipage}
}; };
\\ \\
...@@ -320,6 +321,57 @@ Foto ...@@ -320,6 +321,57 @@ Foto
\end{frame} \end{frame}
\begin{frame}[fragile]{Abschnitte und Umgebungen}
\structure{Umgebungen:}
%TODO Überschriften verbessen
\begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=6pt] {
\node{
\begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{itemize}
\item Center / Linksbündig
\end{itemize}
\end{minipage}
}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][30mm][c]{.3\textwidth}
\lstinputlisting{examples/3b.tex}
\end{minipage}
}; &
\node{\includegraphics[width=16pt]{figures/texstudio-compile.pdf}}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][30mm][c]{.25\textwidth}
\input{examples/3b.tex}
\end{minipage}
};
\\
\node{
\begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{itemize}
\item Auflistungen
\end{itemize}
\end{minipage}
}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][30mm][c]{.3\textwidth}
\lstinputlisting{examples/3c.tex}
\end{minipage}
}; &
\node{\includegraphics[width=16pt]{figures/texstudio-compile.pdf}}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][30mm][c]{.25\textwidth}
\input{examples/3c.tex}
\end{minipage}
};
\\
};
\end{tikzpicture}
\end{frame}
\begin{frame}[fragile]{Mathematik} \begin{frame}[fragile]{Mathematik}
\begin{tikzpicture} \begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=6pt] { \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