Skip to content
Snippets Groups Projects
Commit 0b14f69e authored by Valentin Bruch's avatar Valentin Bruch
Browse files

handout: layout

parent b541c17f
Branches
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ Formatierung wird durch Befehle erzeugt:\\ ...@@ -91,7 +91,7 @@ Formatierung wird durch Befehle erzeugt:\\
\item Neue Zeile: \verb|\\| oder eine Leerzeile im Code \item Neue Zeile: \verb|\\| oder eine Leerzeile im Code
\item Seitenumbruch: \verb|\newpage| \item Seitenumbruch: \verb|\newpage|
\end{itemize} \end{itemize}
Lokal andere Schriftgröße (global: siehe \autoref{sec:präambel}): Lokal andere Schriftgröße (global: siehe \autoref{sec:präambel}):\\
\verb|normal {\small klein} normal|\\ \verb|normal {\small klein} normal|\\
\begin{minipage}{.22\linewidth} \begin{minipage}{.22\linewidth}
{\tiny\verb|\tiny|}\\ {\tiny\verb|\tiny|}\\
...@@ -278,7 +278,7 @@ Syntax von Umgebungen: ...@@ -278,7 +278,7 @@ Syntax von Umgebungen:
%\end{tabular} %\end{tabular}
% %
\subsection{Mathematik-Schriften} \subsection{Mathematik-Schriften}
\begin{tabular}{@{}r l p{.45\linewidth}} \begin{tabular}{r l l}
% \verb|\mathnormal| & $abc ABC 123 \alpha\beta\gamma \Gamma\Delta\Theta$ & Normalerweise $\equiv$\verb|\mathit| \\ % \verb|\mathnormal| & $abc ABC 123 \alpha\beta\gamma \Gamma\Delta\Theta$ & Normalerweise $\equiv$\verb|\mathit| \\
% \verb|\mathit| & $abc ABC 123 \alpha\beta\gamma \Gamma\Delta\Theta$ & \\ % \verb|\mathit| & $abc ABC 123 \alpha\beta\gamma \Gamma\Delta\Theta$ & \\
\verb|\mathrm| & $\mathrm{abc ABC}$ & Nicht kursiv \\ \verb|\mathrm| & $\mathrm{abc ABC}$ & Nicht kursiv \\
...@@ -289,7 +289,7 @@ Syntax von Umgebungen: ...@@ -289,7 +289,7 @@ Syntax von Umgebungen:
% \verb|\mathtt| & $\mathtt{abc ABC 123 \Gamma\Delta\Theta}$ & monospace \\ % \verb|\mathtt| & $\mathtt{abc ABC 123 \Gamma\Delta\Theta}$ & monospace \\
\verb|\mathfrak| & $\mathfrak{abc ABC 123}$ & Fraktur \\ \verb|\mathfrak| & $\mathfrak{abc ABC 123}$ & Fraktur \\
\verb|\mathbb| & $\mathbb{ANQRZ}$ & Doppelte Linien \\% (erweiterbar mit \texttt{mathbbol}) \\ \verb|\mathbb| & $\mathbb{ANQRZ}$ & Doppelte Linien \\% (erweiterbar mit \texttt{mathbbol}) \\
\verb|\mathscr| & $\mathscr{AHLN}$ & braucht Paket \verb|mathrsfs|\\ \verb|\mathscr| & $\mathscr{AHLN}$ & braucht Paket \verb|mathrsfs|
% \verb|\mathds| & $\mathds{ABC1}$ & braucht \texttt{dsfont} \\ % \verb|\mathds| & $\mathds{ABC1}$ & braucht \texttt{dsfont} \\
\end{tabular} \end{tabular}
% %
...@@ -416,7 +416,7 @@ Mit \verb|\footnote{Text}| erstellst du eine Fußnote.\footnote{Mit \texttt{\tex ...@@ -416,7 +416,7 @@ Mit \verb|\footnote{Text}| erstellst du eine Fußnote.\footnote{Mit \texttt{\tex
In der Präambel: \verb|\usepackage{graphicx}|\\ In der Präambel: \verb|\usepackage{graphicx}|\\
Im Dokument: \verb|\includegraphics[|\emph{Optionen}\verb|]{|\emph{Bild.pdf}\verb|}|\\ Im Dokument: \verb|\includegraphics[|\emph{Optionen}\verb|]{|\emph{Bild.pdf}\verb|}|\\
\emph{Optionen}: \verb|width=0.5\textwidth|, \verb|height=3cm|, \verb|scale=0.5|\\ \emph{Optionen}: \verb|width=0.5\textwidth|, \verb|height=3cm|, \verb|scale=0.5|\\
Unterstützte Dateitypen: \texttt{.pdf}, \texttt{.png}, \texttt{.jpg} % nicht abschließend!! Unterstützte Dateitypen: \texttt{.pdf}, \texttt{.png}, \texttt{.jpg}, \texttt{.eps} % nicht abschließend!!
% %
\section{Floats} \section{Floats}
Graphiken und Tabellen können in Floats gepackt werden. Graphiken und Tabellen können in Floats gepackt werden.
...@@ -476,10 +476,12 @@ Erstelle einzelne Folien mit\\ ...@@ -476,10 +476,12 @@ Erstelle einzelne Folien mit\\
\verb|\begin{frame}{Folientitel}|\\ \verb|\begin{frame}{Folientitel}|\\
\verb| Inhalt mit \alert{wichtigem} Text.|\\ \verb| Inhalt mit \alert{wichtigem} Text.|\\
\verb|\end{frame}| \verb|\end{frame}|
%
\subsection{Themen} \subsection{Themen}
Thema auswählen: \verb|\usetheme{Frankfurt}|\\ Thema auswählen: \verb|\usetheme{Frankfurt}|\\
Farbthema auswählen: \verb|\usecolortheme{rose}|\\ Farbthema auswählen: \verb|\usecolortheme{rose}|\\
Übersicht: \mbox{\url{https://www.hartwork.org/beamer-theme-matrix}} Übersicht: \mbox{\url{https://www.hartwork.org/beamer-theme-matrix}}
%
\subsection{Strukturierung} \subsection{Strukturierung}
\begin{minipage}[t]{.65\linewidth} \begin{minipage}[t]{.65\linewidth}
\verb|\begin{columns}[|\emph{Position}\texttt{]}\\ \verb|\begin{columns}[|\emph{Position}\texttt{]}\\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment