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

nächste slide mit beispielen

parent 854fedab
No related branches found
No related tags found
No related merge requests found
\textbf{fett}
\textit{kursiv}
\underline{unterstr}
\tiny tiny
\small small
\large large
\Large Large
\LARGE LARGE
\Huge Huge
\textcolor{green}{grün}
\textcolor{purple}{pink}
\section{Haupttitel}
\subsection{Subtitel}
\subsubsection{...}
\paragraph {Paragraph}
...@@ -21,11 +21,15 @@ ...@@ -21,11 +21,15 @@
texcsstyle=*\color{Mahogany}\bfseries, texcsstyle=*\color{Mahogany}\bfseries,
commentstyle=\itshape\color{RoyalBlue}, commentstyle=\itshape\color{RoyalBlue},
keywordstyle=\color{RoyalBlue}\bfseries, keywordstyle=\color{RoyalBlue}\bfseries,
moretexcs={lstset,testfont,color,sl,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}
} }
\makeatletter
\newcommand\notsotiny{\@setfontsize\notsotiny{7}{8}}
\makeatother
% TODO Titel & Autoren anpassen! % TODO Titel & Autoren anpassen!
\date{\today} \date{\today}
\title[\LaTeX-Workshop]{\LaTeX ist toll!} \title[\LaTeX-Workshop]{\LaTeX ist toll!}
...@@ -224,4 +228,95 @@ ...@@ -224,4 +228,95 @@
\end{frame} \end{frame}
\begin{frame}[fragile]{Zeilenumbrüche}
\structure{Formatierung:}
%TODO Mehrere von diesen structures?
\begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=6pt] {
\node{
\begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{itemize}
\item Fontstyle
\end{itemize}
\end{minipage}
}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][10mm][c]{.3\textwidth}
\lstinputlisting{examples/2e.tex}
\end{minipage}
}; &
\node{\includegraphics[width=16pt]{figures/texstudio-compile.pdf}}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][10mm][c]{.25\textwidth}
\textbf{fett} \textit{kursiv}\\
\underline{unterstrichen}
\end{minipage}
};
\\
\node{
\begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{itemize}
\item Schriftgröße
\end{itemize}
\end{minipage}
}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][20mm][c]{.3\textwidth}
\lstinputlisting{examples/2f.tex}
\end{minipage}
}; &
\node{\includegraphics[width=16pt]{figures/texstudio-compile.pdf}}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][20mm][c]{.25\textwidth}
\tiny tiny
\small small
\large large\\
\Large Large\,\LARGE LARGE
\end{minipage}
};
\\
\node{
\begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{itemize}
\item Textfarbe
\end{itemize}
\end{minipage}
}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][10mm][c]{.3\textwidth}
\lstinputlisting[basicstyle=\notsotiny\ttfamily]{examples/2g.tex}
\end{minipage}
}; &
\node{\includegraphics[width=16pt]{figures/texstudio-compile.pdf}}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][10mm][c]{.25\textwidth}
\input{examples/2g.tex}
\end{minipage}
};
\\
\node{
\begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{itemize}
\item Überschriften (automatisch)
\end{itemize}
\end{minipage}
}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][10mm][c]{.3\textwidth}
\lstinputlisting[basicstyle=\notsotiny\ttfamily]{examples/2h.tex}
\end{minipage}
}; &
\node{\includegraphics[width=16pt]{figures/texstudio-compile.pdf}}; &
\node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][10mm][c]{.25\textwidth}
Foto
\end{minipage}
};
\\
};
\end{tikzpicture}
\end{frame}
\end{document} \end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment