skeleton, update makefile, add example
[linuxnijmegen-make.git] / make.tex
index f3f4cd1..8f84cb4 100644 (file)
--- a/make.tex
+++ b/make.tex
@@ -1,59 +1,21 @@
-\documentclass{beamer}
-
-\usepackage{url}
-\usepackage[british]{isodate}
-
-\newcommand{\Make}{\textsc{make}}
-
-\AtBeginSection[]{
-       \begin{frame}
-               \frametitle{Table of Contents}
-               \tableofcontents[currentsection]
-       \end{frame}
-}
-
-\author[Lubbers M]{Mart Lubbers\inst{1}}
-\institute{\inst{1}\href{mailto:mart@martlubbers.net}{mart@martlubbers.net}}
-
-\title[\Make]{(GNU) \Make{} (Files)}
-
-\subtitle{\url{https://www.gnu.org/software/make/}}
-\date[LUGN50]{\printdate{08.11.2016}}
-
+%&make
 \begin{document}
 \frame{\maketitle}
-
-\begin{frame}
-       \tableofcontents
-\end{frame}
+\frame{\tableofcontents}
 
 \section{Introductie}
-\begin{frame}
-       \frametitle{Wat is \Make}
-       \framesubtitle{En wat is \Make{} niet\ldots}
-       \begin{block}{Wat is \Make{} niet?}
-               \begin{itemize}[<+->]
-                       \pause\item Een scripttaal
-                       \item Een compiler
-                       \item \ldots
-               \end{itemize}
-       \end{block}
-
-       \begin{block}{Wat is \Make{}?}
-               \begin{itemize}[<+->]
-                       \pause\item Vrije software
-                       \item Automatiseren van file creatie (en dus compilatie)
-                       \item \ldots
-               \end{itemize}
-       \end{block}
-\end{frame}
-
-\begin{frame}
-       \frametitle{Waarom zou ik make gebruiken en niet\ldots}
-\end{frame}
-
+\input{intro.tex}
 
 \section{Gebruik}
+\input{gebruik.tex}
 
 \section{Vragen}
+\begin{frame}[fragile]
+       \frametitle{Vragen?}
+       \begin{itemize}
+               \item \verb#$ man make#
+               \item Nu stellen
+               \item\ldots
+       \end{itemize}
+\end{frame}
 \end{document}