diff options
author | Vincent Ambo <tazjin@gmail.com> | 2016-01-20T11·13+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2016-01-20T11·13+0100 |
commit | cb21e47784c5af9e7b3500b6d87fc72da1b32ecd (patch) | |
tree | 355d3e6ea2e098c851c4fb00ac0fb444d5dc9a26 /slides.tex |
Initial check-in
Diffstat (limited to 'slides.tex')
-rw-r--r-- | slides.tex | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/slides.tex b/slides.tex new file mode 100644 index 000000000000..8322e98de246 --- /dev/null +++ b/slides.tex @@ -0,0 +1,32 @@ +\documentclass[14pt]{beamer} +\usetheme{metropolis} + +\title{systemd} +\subtitle{The standard Linux init system} + +\begin{document} +\metroset{titleformat frame=allcaps} + +\maketitle + +\section{Introduction} + +\begin{frame}{What is an init system?} + Foo bar +\end{frame} + +\begin{frame}{What is systemd?} + Bar baz +\end{frame} + +\begin{frame}{What is an init system?} + Foo bar +\end{frame} + +\section{Demo} + +\section{Controversies} + +\section{Questions?} + +\end{document} |