blob: 8322e98de246a064088118ccecfd5f178559a5c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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}
|