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

Merge branch 'master' of git.fsmpi.rwth-aachen.de:osak/talks

parents 507ee62d 756d33d0
No related branches found
No related tags found
No related merge requests found
\textcolor{blue}{blau}
\textcolor{green}{grün}
\textcolor{purple}{pink}
\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
......@@ -26,7 +26,7 @@
keywordstyle=\color{RoyalBlue}\bfseries,
moretexcs={lstset,testfont,testfont,subsubsection,paragraph,subsection ,color,sl,textcolor,lstinputlisting,newfontfamily,fontsize,HUGE,
Gargantous,ShowCharInBox},
morekeywords={center,document}
morekeywords={center,document,flushleft,flushright,itemize,enumerate}
}
\makeatletter
......@@ -232,9 +232,9 @@
\end{frame}
\begin{frame}[fragile]{Zeilenumbrüche}
\begin{frame}[fragile]{Formatierung}
\structure{Formatierung:}
%TODO Mehrere von diesen structures?
%TODO Mehrere von diesen structures? + Title
\begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=6pt] {
\node{
......@@ -275,7 +275,8 @@
\tiny tiny
\small small
\large large\\
\Large Large\,\LARGE LARGE
\Large Large\,\LARGE LARGE\\
...
\end{minipage}
};
\\
......@@ -322,6 +323,57 @@ Foto
\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{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