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

presentation almost done

parent a6f754fb
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
\usepackage{calc} \usepackage{calc}
\graphicspath{{figures/}{examples/}} \graphicspath{{figures/}{examples/}}
\usefonttheme{professionalfonts} \usefonttheme{professionalfonts}
\newcommand{\bsl}{\textbackslash}
\hypersetup{unicode=true} \hypersetup{unicode=true}
...@@ -33,7 +34,6 @@ ...@@ -33,7 +34,6 @@
\newcommand\notsotiny{\@setfontsize\notsotiny{7}{8}} \newcommand\notsotiny{\@setfontsize\notsotiny{7}{8}}
\makeatother \makeatother
% TODO Titel & Autoren anpassen!
\date{05.06.2019} \date{05.06.2019}
\title[Einführung in \LaTeX]{Einführung in \LaTeX} \title[Einführung in \LaTeX]{Einführung in \LaTeX}
\author{Valentin Bruch} \author{Valentin Bruch}
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
\newlength\marginwidth \newlength\marginwidth
\newcommand\marginbox[3][2pt]{ \newcommand\marginbox[3][2pt]{
% USAGE: \marginbox[margin width]{width}{content} % USAGE: \marginbox[margin width]{width}{content}
% TODO: width is set manually such that it fits real width!
\setlength\marginwidth{#1} \setlength\marginwidth{#1}
\begin{tikzpicture}[even odd rule, scale=1] \begin{tikzpicture}[even odd rule, scale=1]
\node[anchor=north west] (text) {% \node[anchor=north west] (text) {%
...@@ -63,7 +62,7 @@ ...@@ -63,7 +62,7 @@
\begin{document} \begin{document}
\begin{frame}{OSAK \LaTeX-Workshop}{Installation einer \TeX-Distribution} \begin{frame}{OSAK \LaTeX-Workshop}{Installation einer \TeX-Distribution}
% TODO \Huge\% TODO QR CODE UND URL
\Huge QR-CODE UND/ODER URL \Huge QR-CODE UND/ODER URL
\end{frame} \end{frame}
...@@ -581,14 +580,15 @@ ...@@ -581,14 +580,15 @@
\end{frame} \end{frame}
\begin{frame}[fragile]{Labels, Referenzen und Links} \begin{frame}[fragile]{Labels, Referenzen und Links}
\structure{Referenzen} markieren mit \texttt{\textbackslash label}, \structure{Referenzen} markieren mit
verweisen mit \texttt{\textbackslash ref}: \texttt{\bfseries\color{Mahogany}\textbackslash label},
verweisen mit \texttt{\bfseries\color{Mahogany}\textbackslash ref}:
\begin{tikzpicture} \begin{tikzpicture}
\node[matrix, column sep=4pt, row sep=6pt] { \node[matrix, column sep=4pt, row sep=6pt] {
\node{ \node{
\begin{minipage}[t][10mm][c]{.28\textwidth} \begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{itemize} \begin{itemize}
\item Gleichungen, Sections, \textbf{Figures} und vieles mehr! \item Gleichungen, Sections, Figures und vieles mehr!
\end{itemize} \end{itemize}
\end{minipage} \end{minipage}
}; & }; &
...@@ -607,7 +607,8 @@ ...@@ -607,7 +607,8 @@
\node{ \node{
\begin{minipage}[t][10mm][c]{.28\textwidth} \begin{minipage}[t][10mm][c]{.28\textwidth}
\begin{itemize} \begin{itemize}
\item \texttt{ref} darf auch vor vor dem \texttt{label} stehen \item \highlightRed{\bsl ref} darf auch vor vor dem \highlightRed{\bsl
label} stehen
\end{itemize} \end{itemize}
\end{minipage} \end{minipage}
}; & }; &
...@@ -630,7 +631,8 @@ ...@@ -630,7 +631,8 @@
\begin{frame}[fragile]{Verschiedenes} \begin{frame}[fragile]{Verschiedenes}
\structure{Fußnoten:} \structure{Fußnoten:}
\begin{itemize} \begin{itemize}
\item Einfügen mit \verb|\footnote{Fußnotentext}| irgendwo: \item Einfügen mit \highlightRed{\bsl footnote}\verb+{Fußnotentext}+
irgendwo:
\end{itemize} \end{itemize}
\begin{center} \begin{center}
\vspace{-6pt} \vspace{-6pt}
...@@ -668,16 +670,19 @@ ...@@ -668,16 +670,19 @@
\begin{frame}[fragile]{Präambel} \begin{frame}[fragile]{Präambel}
\begin{columns} \begin{columns}
\begin{column}{0.4\textwidth} \begin{column}{0.4\textwidth}
\structure{Die \glqq{Präambel}\grqq} wird benutzt für \structure{Die \glqq{Präambel}\grqq} wird benutzt für \\[3pt]
\begin{itemize} \begin{itemize}
\item \glqq{Dokumentenklasse\grqq} -- also \emph{Vorlage} \item Dokumententyp: \\
(\highlightRed{\textbackslash{}documentclass}) \highlightRed{\textbackslash{}documentclass} \\[4pt]
\item Pakete laden (\highlightRed{\textbackslash{}usepackage}) \item Pakete laden: \\
\item Macros definieren (\highlightRed{\textbackslash{}newcommand}) \highlightRed{\textbackslash{}usepackage} \\[4pt]
\item Macros definieren: \\
\highlightRed{\textbackslash{}newcommand} \\[4pt]
\item \highlightRed{\textbackslash{}begin}\verb+{document}+ \\ \item \highlightRed{\textbackslash{}begin}\verb+{document}+ \\
(\highlightRed{\textbackslash{}end}\verb+{document}+) \highlightRed{\textbackslash{}end}\verb+{document}+
\end{itemize} \end{itemize}
\end{column} \end{column}
\hspace{10pt}
\begin{column}{0.05\textwidth} \begin{column}{0.05\textwidth}
{\only<1>{\color{RoyalBlue}}\only<2>{\color{Green}}\rule{0.5pt}{0.8\textheight}} {\only<1>{\color{RoyalBlue}}\only<2>{\color{Green}}\rule{0.5pt}{0.8\textheight}}
\end{column} \end{column}
...@@ -685,6 +690,7 @@ ...@@ -685,6 +690,7 @@
\only<1>{\lstinputlisting[basicstyle=\tiny\ttfamily]{examples/preamble.tex}} \only<1>{\lstinputlisting[basicstyle=\tiny\ttfamily]{examples/preamble.tex}}
\only<2>{\vspace{-.5em}\includegraphics[width=0.8\textwidth]{examples/preamble.pdf}} \only<2>{\vspace{-.5em}\includegraphics[width=0.8\textwidth]{examples/preamble.pdf}}
\end{column} \end{column}
\hspace{-10pt}
\end{columns} \end{columns}
\end{frame} \end{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment