This repository was archived by the owner on Nov 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_slides.tex
130 lines (107 loc) · 3.73 KB
/
main_slides.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
\documentclass[utf8]{beamer}
%\usepackage[german]{babel}
\usepackage{ngerman}
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{caption}
\usepackage{subcaption}
%Für den Header notwendig!
%\usepackage[percent]{overpic}
\usepackage{hyperref} % für korrekte Links
% Theme
\input{design_latex-template/beamerthemeFOSSAG.sty}
\title{Von Schlangen und Himbeerkuchen:\\Programmieren in der Welt von Minecraft}
\subtitle{Einführung}
\author{FOSS-AG}
%\titlegraphic{\includegraphics[width=\textwidth,height=\textheight]{/home/innay/repos/vorlage_corporate-design/png/basis/ohne-text/500px.png}}
\institute[FOSS AG]{\includegraphics[height=0.19\textheight]{img/logo_text-voll-transp.png}\hspace{0.5cm}
\includegraphics[width=0.45\textwidth]{img/AIDO_Logo_farbig_cmyk_breit.png}
%\textbf{F}ree and \textbf{O}pen \textbf{S}ource \textbf{S}oftware \textbf{AG}
}
%
\date{16. + 17. Oktober 2018}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{FOSS-AG - Wer, was und warum?}
\centering{\includegraphics[height=0.3\textheight]{img/logo_text-voll-transp.png}}
\begin{itemize}
\item (Informatik-)Studierende
\item Beschäftigung mit Freier Software, Open Source und Linux
\item Veranstaltungen
\item Interesse wecken
\item Informieren über die Relevanz von Freier Software im Alltag
\end{itemize}
\end{frame}
\begin{frame}
\begin{figure}
\begin{subfigure}[b]{0.25\textwidth}
\includegraphics[width=0.9\textwidth]{img/Keoln_Maerz_2009_PD_20090327_086-freigestellt3.png}
\end{subfigure}%
\begin{subfigure}[b]{0.15\textwidth}
\includegraphics[width=0.8\textwidth]{img/text3837.png}
\end{subfigure}%
\begin{subfigure}[b]{0.25\textwidth}
\includegraphics[width=0.9\textwidth]{img/Python_molurus.png}
\end{subfigure}%
\begin{subfigure}[b]{0.25\textwidth}
\includegraphics[width=0.9\textwidth]{img/text3861.png}
\end{subfigure}
\end{figure}
\end{frame}
\begin{frame}{Was ihr aus dem Workshop mitnehmt}
\begin{figure}
\begin{subfigure}{0.45\textwidth}
\includegraphics[width=\textwidth]{img/1200px-Raspberry-Pi-3-Flat-Top.jpg}
\end{subfigure}
\begin{subfigure}{0.45\textwidth}
\includegraphics[width=\textwidth]{img/Python_logo_and_wordmark200dpi.png}
\end{subfigure}
\end{figure}
\begin{itemize}
\item Erste Erfahrungen mit OpenSource / Linux
\item Raspberry Pi kennenlernen
\item Erste Schritte in Python
\end{itemize}
\end{frame}
\begin{frame}{Was bedeutet freie Software?}
\begin{figure}
\centering\includegraphics[width=0.4\textwidth]{img/Free_Software_Foundation_Europe,_logo.png}\\
Free Software Foundation Europe
\end{figure}
\begin{itemize}
\item Freie Benutzung einer Software
\item Quellcode lesen und an die eigenen Bedürfnisse anpassen
\item Freies Verteilen der Software, aber auch der eigenen Anpassungen
\end{itemize}
\end{frame}
\begin{frame}{Linux - freie Software, freies Betriebssystem}
\centering\includegraphics[width=0.3\textwidth]{img/Tux-simple.png}\\
Warum ist Linux cool?
\begin{itemize}
\item Open Source
\item Gut zum Entwickeln
\item Läuft auf den unterschiedlichsten Geräten
\end{itemize}
\end{frame}
\begin{frame}{Raspberry Pi}
\centering\includegraphics[width=\textwidth]{img/1200px-Raspberry-Pi-3-Flat-Top.jpg}
%\tableofcontents[hideallsubsections]
\end{frame}
\begin{frame}{Vorteile des Raspberry Pi}
\centering\includegraphics[width=0.25\textwidth]{img/Raspberry_Pi_Logo.png}
\begin{itemize}
\item Günstig
\item Ungefährlich
\item Relativ leistungsfähig
\item Linux
\item Quasi vollwertiger PC nur in klein
\end{itemize}
\end{frame}
%\section{Die FOSS-AG}
%\input{Einleitung.tex}
%\section{Thema}
%\input{blah.tex}
\end{document}