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

latex and beamer: vspaces, titlepage layout, ...

parent 9f6fed02
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
\begin{document} \begin{document}
\begin{frame} \begin{frame}[noframenumbering]
\begin{center} \begin{center}
\begin{minipage}{.75\textwidth} \begin{minipage}{.75\textwidth}
\titlepage \titlepage
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
\end{center} \end{center}
\end{frame} \end{frame}
\input{examples/toc} %\input{examples/toc}
\section{Was ist \LaTeX-Beamer} \section{Was ist \LaTeX-Beamer}
\begin{frame}{Was ist \LaTeX-Beamer?} \begin{frame}{Was ist \LaTeX-Beamer?}
......
...@@ -444,7 +444,7 @@ ...@@ -444,7 +444,7 @@
\lstinputlisting{examples/equation.tex} \lstinputlisting{examples/equation.tex}
\end{minipage} \end{minipage}
};& };&
\node{\includegraphics[width=12pt]{figures/texstudio-compile.pdf}};& \node{\includegraphics[width=16pt]{figures/texstudio-compile.pdf}};&
\node[draw=blue!20!lightgray,line width=2pt]{ \node[draw=blue!20!lightgray,line width=2pt]{
\begin{minipage}[t][11mm][c]{.33\textwidth} \begin{minipage}[t][11mm][c]{.33\textwidth}
\vspace*{-2pt} \vspace*{-2pt}
...@@ -471,7 +471,7 @@ ...@@ -471,7 +471,7 @@
\texttt{Gleichung: \highlightRed{\$x\^\ 2 = 25\$}} \texttt{Gleichung: \highlightRed{\$x\^\ 2 = 25\$}}
\end{minipage} \end{minipage}
};& };&
\node{\includegraphics[width=12pt]{figures/texstudio-compile.pdf}};& \node{\includegraphics[width=16pt]{figures/texstudio-compile.pdf}};&
\node[draw=blue!20!lightgray,line width=2pt]{ \node[draw=blue!20!lightgray,line width=2pt]{
\begin{minipage}[t][6mm][c]{.3\textwidth} \begin{minipage}[t][6mm][c]{.3\textwidth}
\textrm{Gleichung: $x^2 = 25$} \textrm{Gleichung: $x^2 = 25$}
...@@ -486,12 +486,12 @@ ...@@ -486,12 +486,12 @@
\begin{tikzpicture} \begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=4pt] { \node[matrix, column sep=4pt, row sep=4pt] {
\node[draw=blue!20!lightgray,line width=2pt]{ \node[draw=blue!20!lightgray,line width=2pt]{
\begin{minipage}[t][14.5mm][c]{.4\textwidth} \begin{minipage}[t][14.5mm][c]{.42\textwidth}
\vspace{1pt} \vspace{1pt}
\lstinputlisting{examples/align.tex} \lstinputlisting{examples/align.tex}
\end{minipage} \end{minipage}
};& };&
\node{\includegraphics[width=12pt]{figures/texstudio-compile.pdf}};& \node{\includegraphics[width=16pt]{figures/texstudio-compile.pdf}};&
\node[draw=blue!20!lightgray,line width=2pt]{ \node[draw=blue!20!lightgray,line width=2pt]{
\begin{minipage}[t][14.5mm][c]{.4\textwidth} \begin{minipage}[t][14.5mm][c]{.4\textwidth}
\null\hfill$\displaystyle% \null\hfill$\displaystyle%
...@@ -514,7 +514,7 @@ ...@@ -514,7 +514,7 @@
%}; %};
%\\ %\\
\node[draw=blue!20!lightgray, line width=2pt]{ \node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][10mm][c]{.4\textwidth} \begin{minipage}[t][10mm][c]{.42\textwidth}
\centering \centering
\scriptsize\ttfamily \verb|\sum_{n=0}^\infty n =| \scriptsize\ttfamily \verb|\sum_{n=0}^\infty n =|
\colorifnote\verb|-\frac{1}{12}| \colorifnote\verb|-\frac{1}{12}|
...@@ -530,7 +530,7 @@ ...@@ -530,7 +530,7 @@
}; };
\\ \\
\node[draw=blue!20!lightgray, line width=2pt]{ \node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][6mm][c]{.4\textwidth} \begin{minipage}[t][6mm][c]{.42\textwidth}
\centering \centering
\scriptsize\ttfamily \scriptsize\ttfamily
\verb|\nabla\cdot\vec{E} = 4|\colorifnote\verb|\pi\rho| \verb|\nabla\cdot\vec{E} = 4|\colorifnote\verb|\pi\rho|
...@@ -545,7 +545,7 @@ ...@@ -545,7 +545,7 @@
}; };
\\ \\
\node[draw=blue!20!lightgray, line width=2pt]{ \node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][6mm][c]{.4\textwidth} \begin{minipage}[t][6mm][c]{.42\textwidth}
\centering \centering
\scriptsize\ttfamily \scriptsize\ttfamily
{\colorifnote\verb|\sqrt|}\verb|{e^{i\pi}} = \pm i| {\colorifnote\verb|\sqrt|}\verb|{e^{i\pi}} = \pm i|
...@@ -560,7 +560,7 @@ ...@@ -560,7 +560,7 @@
}; };
\\ \\
\node[draw=blue!20!lightgray, line width=2pt]{ \node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][9mm][c]{.4\textwidth} \begin{minipage}[t][9mm][c]{.42\textwidth}
\centering \centering
\scriptsize\ttfamily \scriptsize\ttfamily
\verb|\sin(30^\circ) =| \verb|\frac{\sqrt{3}}{2}| \verb|\sin(30^\circ) =| \verb|\frac{\sqrt{3}}{2}|
...@@ -575,7 +575,7 @@ ...@@ -575,7 +575,7 @@
}; };
\\ \\
\node[draw=blue!20!lightgray, line width=2pt]{ \node[draw=blue!20!lightgray, line width=2pt]{
\begin{minipage}[t][6mm][c]{.4\textwidth} \begin{minipage}[t][6mm][c]{.42\textwidth}
\centering \centering
\scriptsize\ttfamily \scriptsize\ttfamily
\verb|m\approx 80\,\mathrm{kg}| \verb|m\approx 80\,\mathrm{kg}|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment