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

presentation: added notes and makefile

parent eedf7d74
No related branches found
No related tags found
No related merge requests found
\documentclass[xcolor=dvipsnames]{beamer}
\newif\ifshownotes
\ifdefined\shownotes
\shownotestrue
\else
\shownotesfalse
\fi
%\usepackage[utf8]{inputenc}
%\usepackage[T1]{fontenc}
......@@ -14,6 +20,8 @@
\usefonttheme{professionalfonts}
\newcommand{\bsl}{\textbackslash}
\renewcommand\note[2][]{\ifshownotes#1{\color[rgb]{0,.5,0}#2}\fi}
\hypersetup{unicode=true}
\setmonofont{FiraCode}
......@@ -70,9 +78,8 @@
\titlepage
\end{frame}
\section{Motivation}
%\section{Motivation}
\section{Dokumente mit \LaTeX}
\subsection{\TeX{}studio als Editor}
\subsection{Aufbau eines \LaTeX-Dokuments}
\OSAKthemenologo
\begin{frame}[fragile]{Aufbau eines \LaTeX-Dokuments}
......@@ -80,6 +87,7 @@
\begin{column}{.45\textwidth}
\structure{{\LaTeX} übersetzt Text in ein PDF} \\[12pt]
\begin{itemize}
\note[\item]{Wer hat schon mal ein Dokument erstellt?\\[10pt]}
\item Automatische Formatierung \\[12pt]
\item Befehle, z.\,B. \texttt{\textbackslash textbf\{\}}, haben Effekte
(z.\,B. \textbf{fett}) \\[12pt]
......@@ -115,12 +123,13 @@
\end{frame}
% Logo einblenden
\OSAKthemelogo
\subsection{Beispieldokument}
\section{Präsentationen mit \LaTeX-Beamer}
% Logo ausblenden
\OSAKthemenologo
%\OSAKthemelogo
%\subsection{Beispieldokument}
%\section{Präsentationen mit \LaTeX-Beamer}
%% Logo ausblenden
%\OSAKthemenologo
\subsection{\TeX{}studio als Editor}
\begin{frame}{TeXStudio (Editor)}
\vspace{-8pt}
\includegraphics[width=\textwidth]{figures/texstudio.png}
......
#!/bin/make -f
EXAMPLES = examples/2h_fake.pdf examples/tabular.pdf examples/figure.pdf examples/preamble.pdf
latex.pdf: latex.tex $(EXAMPLES)
latexmk -lualatex latex.tex
notes.pdf: latex.tex $(EXAMPLES)
latexmk -lualatex notes.tex
\def\shownotes{1}\input{latex.tex}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment