This repository has been 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 pathlinux_filesystem.tex
225 lines (175 loc) · 5.34 KB
/
linux_filesystem.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
% Compile using LuaLaTeX!
\documentclass{beamer}
%\documentclass[handout]{beamer}
% Beamer
%% Optionen
% %\usetheme{Darmstadt} %same as Frankfurt?
% %\usetheme{Frankfurt} % GTI style, bah
% %\usetheme{PaloAlto} %hässlich
% \usetheme{Warsaw} % abgerundet hübsch
% %\usetheme{Luebeck} % wie warsaw, nur eckiger
%
% \definecolor{beamer@blendedblue}{rgb}{0.5,0.5,0.3} % changed this
%
% \setbeamercolor{normal text}{fg=black,bg=white}
% \setbeamercolor{alerted text}{fg=red}
% \setbeamercolor{example text}{fg=green!50!black}
%
% \setbeamercolor{structure}{fg=beamer@blendedblue}
%
% \setbeamercolor{background canvas}{parent=normal text}
% \setbeamercolor{background}{parent=background canvas}
%
% \setbeamercolor{palette primary}{fg=yellow,bg=yellow} % changed this
% \setbeamercolor{palette secondary}{use=structure,fg=structure.fg!100!green} % changed this
% \setbeamercolor{palette tertiary}{use=structure,fg=structure.fg!100!green} % changed this
%Einbinden des Themes
\input{Latex_Template/beamerthemeFOSSAG.sty}
% Bild beim Footer
%\pgfdeclareimage[height=0.4cm]{university-logo}{images/tud_logo_cmyk.pdf}
%\logo{\pgfuseimage{university-logo}}
% more flexible than babel. Requires LuaLaTeX or XeTeX
\usepackage{polyglossia}
\setdefaultlanguage{german}
% PDFLatex? -> fontenc and inputenc
% T1 for western-europe coding
%\usepackage[utf8]{inputenc}
%\usepackage[T1]{fontenc}
%\usepackage{lmodern}
% LuaTeX and XeTeX (but LuaLaTeX is cooler) -> fontspec
\usepackage{fontspec}
% extra symbols
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{multimedia}
\usepackage{hyperref}
% Hyperref Optionen - makeatletter/AtBeginDocument erlaubt uns Titel/Author dynamisch zu setzen, wenn gewollt
\makeatletter
\hypersetup{
unicode = true,
pdftoolbar = true,
pdfmenubar = true,
pdffitwindow = true,
pdftitle = {\@title},
pdfauthor = {\@author},
pdfsubject = {FOSS-AG},
colorlinks = true,
linkcolor = black,
citecolor = black,
filecolor = black,
urlcolor = black
}
\makeatother
% TOC bei jeder Subsection
% \AtBeginSubsection[]
% {
% \begin{frame}<beamer>{Outline}
% \tableofcontents[currentsection,currentsubsection]
% \end{frame}
% }
%% Fußzeile mit Framenumber
%\setbeamertemplate{footline}{
% \begin{beamercolorbox}[wd=0.5\textwidth,ht=3ex,dp=1.5ex,leftskip=.5em,rightskip=.5em]{author in head/foot}
% \usebeamerfont{author in head/foot}
% \insertframenumber/\inserttotalframenumber\hfill%\insertshortauthor
% \end{beamercolorbox}
% \vspace*{-4.5ex}\hspace*{0.5\textwidth}
% \begin{beamercolorbox}[wd=0.5\textwidth,ht=3ex,dp=1.5ex,left,leftskip=.5em]{title in head/foot}
% \usebeamerfont{title in head/foot}
% \insertshorttitle
% \end{beamercolorbox}
%}
\usepackage[]{graphicx}
\usepackage{listings}
%\lstset{tabsize=2}
% or
%\lstset{
% numbers = left,
% frame = tb,
% mathescape = true,
% language = Python,
% escapeinside = {(*@}{@*)},
% emph = {None, True, False, lock, unlock},
% emphstyle = {\bfseries},
% basicstyle = \ttfamily
%}
% Bibliographie
%\usepackage[numbers]{natbib}
%\usepackage{booktabs}
%\usepackage{float}
%\restylefloat{figure}
\usepackage{pdfpages}
\usepackage{color}
\definecolor{brightGray}{gray}{0.9}
\definecolor{darkGray}{gray}{0.2}
\definecolor{white}{rgb}{1,1,1}
\definecolor{black}{rgb}{0,0,0}
\definecolor{red}{rgb}{1,0,0}
% Abkuerzungen richtig formatieren
\usepackage{xspace}
\newcommand{\vgl}{vgl.\xspace}
\newcommand{\zB}{z.\,B.\xspace}
\newcommand{\dahe}{d.\,h.\nolinebreak[4]\xspace}
\newcommand{\uvm}{u.\,v.\,m.\xspace}
\newcommand{\usw}{u.\,s.\,w.\xspace}
\newcommand{\sg}{s.\,g.\xspace}
\newcommand{\iA}{i.\,A.\xspace}
\newcommand{\sa}{s.\,a.\xspace}
\newcommand{\su}{s.\,u.\xspace}
\newcommand{\ua}{u.\,a.\xspace}
\newcommand{\og}{o.\,g.\xspace}
\newcommand{\oae}{o.\,\"a.\xspace}
\newcommand{\oBdA}{o.\,B.\,d.\,A.\xspace}
\newcommand{\OBdA}{O.\,B.\,d.\,A.\xspace}
% footnote ohne marker blfootnote
\newcommand\blfootnote[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup
}
%\author{
% Gajda, Michael \\
% \texttt{michael.gajda@tu-dortmund.de}
% \and \\
% Schneider, Josef \\
% \texttt{josef.schneider@tu-dortmund.de}
%}
\author{Michael Gajda, FOSS-AG}
\date{13. Oktober 2017}
\subject{Informatik O-Phase WS17/18}
\title{Das Linux Dateisystem}
\subtitle{Informatik O-Phase WS\textcolor{black}{17/18}}
\institute[TU-Dortmund]{Fakultät für Informatik, Technische Universität Dortmund}
%%\institute[TU-Dortmund]{Department of computer science, Technische Universität Dortmund}
%\usebackgroundtemplate{\includegraphics[width=\paperwidth,height=\paperheight]{Latex_Template/Background.png}}
\begin{document}
% Titlepage - Hack um Sidebar ohne Inhalt anzuzeigen
\setbeamertemplate{sidebar left}{}
\begin{frame}
\titlepage
\end{frame}
\include{inc/inc_intro}
% Sidebarinhalt wieder mit TOC aber ohne author
\setbeamertemplate{sidebar left}[sidebar theme]
\makeatother
%\include{inc/inc_fhs}
\include{inc/inc_root}
%\include{inc/inc_boot}
\include{inc/inc_overview}
\include{inc/inc_specialnet}
\include{inc/inc_srvvar}
\include{inc/inc_everythingfile}
%\include{inc/inc_procsys}
\include{inc/inc_dev}
%\include{inc/inc_specialvirtual}
\include{inc/inc_mediausb}
%? %\include{inc/inc_overview2}
\include{inc/inc_home}
\include{inc/inc_binpath}
\include{inc/inc_configs}
\include{inc/inc_tmpopt}
\include{inc/inc_permissions}
\end{document}