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