From 1b6854bba7ab7da9f0c0f52b2ad19051f38045cb Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Wed, 31 Aug 2016 13:02:39 +0200 Subject: [PATCH] Add empty chapters --- chapters/clos.tex | 12 ++++++++++++ chapters/erlang.tex | 12 ++++++++++++ chapters/oop.tex | 12 ++++++++++++ chapters/smalltalk.tex | 12 ++++++++++++ slides.tex | 6 ++++-- 5 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 chapters/clos.tex create mode 100644 chapters/erlang.tex create mode 100644 chapters/oop.tex create mode 100644 chapters/smalltalk.tex diff --git a/chapters/clos.tex b/chapters/clos.tex new file mode 100644 index 0000000..42650ae --- /dev/null +++ b/chapters/clos.tex @@ -0,0 +1,12 @@ +\section{CLOS} + +\begin{frame}{CLOSS} + +\end{frame} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../slides" +%%% TeX-engine: luatex +%%% TeX-PDF-mode: t +%%% End: \ No newline at end of file diff --git a/chapters/erlang.tex b/chapters/erlang.tex new file mode 100644 index 0000000..8bd29b6 --- /dev/null +++ b/chapters/erlang.tex @@ -0,0 +1,12 @@ +\section{Erlang} + +\begin{frame}{Erlang} + +\end{frame} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../slides" +%%% TeX-engine: luatex +%%% TeX-PDF-mode: t +%%% End: \ No newline at end of file diff --git a/chapters/oop.tex b/chapters/oop.tex new file mode 100644 index 0000000..86bf83a --- /dev/null +++ b/chapters/oop.tex @@ -0,0 +1,12 @@ +\section{OOP} + +\begin{frame}{Object Oriented Programming} + +\end{frame} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../slides" +%%% TeX-engine: luatex +%%% TeX-PDF-mode: t +%%% End: \ No newline at end of file diff --git a/chapters/smalltalk.tex b/chapters/smalltalk.tex new file mode 100644 index 0000000..b659cb5 --- /dev/null +++ b/chapters/smalltalk.tex @@ -0,0 +1,12 @@ +\section{Smalltalk} + +\begin{frame}{Smalltalk} + +\end{frame} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../slides" +%%% TeX-engine: luatex +%%% TeX-PDF-mode: t +%%% End: \ No newline at end of file diff --git a/slides.tex b/slides.tex index 7e3d74d..729af02 100644 --- a/slides.tex +++ b/slides.tex @@ -90,8 +90,10 @@ \end{frame} } - -% \input{chapters/...} +\input{chapters/oop} +\input{chapters/clos} +\input{chapters/smalltalk} +\input{chapters/erlang} \begin{frame}{Questions?} \vspace*{\fill} -- 2.39.2