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

Beispiel 3 folien

parent b22fd30d
No related branches found
No related tags found
No related merge requests found
\textcolor{blue}{blau}
\textcolor{green}{grün}
\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 @@
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
......@@ -230,9 +230,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{
......@@ -273,7 +273,8 @@
\tiny tiny
\small small
\large large\\
\Large Large\,\LARGE LARGE
\Large Large\,\LARGE LARGE\\
...
\end{minipage}
};
\\
......@@ -320,6 +321,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