-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinux-kurs.tex
40 lines (30 loc) · 847 Bytes
/
linux-kurs.tex
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
33
34
35
36
37
38
39
40
% [handout] weglassen für animationen
\documentclass[handout]{beamer}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{geometry}
\usepackage{tikz}
\usepackage{hyperref}
\usepackage{textcomp}
\usetheme[numbering=counter, progressbar=frametitle, block=fill]{metropolis}
\graphicspath{ {res/} }
\title{Linux: Grundkurs}
\subtitle{Eine Einführung in den KDE-Desktop}
\author{Paul Seidel}
\date{11.01.2025}
\institute{ZKK - Universität Passau}
\begin{document}
\maketitle
\include{chapter/introduction}
\include{chapter/linux}
\include{chapter/installation}
\include{chapter/kde-plasma}
\include{chapter/software}
\include{chapter/console}
\include{chapter/extras}
\include{chapter/problems}
\include{chapter/end}
\begin{frame}[standout]
Danke
\end{frame}
\end{document}