-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRaspjamming - Admin.tex
More file actions
44 lines (32 loc) · 965 Bytes
/
Raspjamming - Admin.tex
File metadata and controls
44 lines (32 loc) · 965 Bytes
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
\documentclass[10pt,pdftex,a4paper,twoside,openright]{book}
\usepackage[hmarginratio=3:2, vmargin=1in]{geometry}
%German setting
\usepackage{ngerman}
\usepackage[latin1]{inputenc}
\usepackage[official]{eurosym}
\usepackage[T1]{fontenc}
\usepackage{graphicx} % Include grafics
\usepackage{grffile} % support special grafic names
\usepackage{listings} % Source code
\usepackage{listings}
\usepackage{pdf}
\usepackage{titleref} % Referenz with name
\usepackage{wrapfig}
\pagestyle{fancy}
% Links nur Kapitel (Großkeinschreibung statt alles Groß)
\fancyhead[L]{\nouppercase{\leftmark}}
% Rechts nichts
\fancyhead[R]{}
\setcounter{tocdepth}{3}
\setcounter{secnumdepth}{3}
\input{version}
\title{Raspberry Pi Jam - Raspjamming\\Installation/Vorbereitung/Microsoft Windows}
\author{\textbf{Autoren:}\\
Martin Strohmayer\\
Janka Pfragner\\
}
\date{Version \versionnumber \\\today \\PDF Edition}
\begin{document}
\input{inhalt-admin}
\end{document}
%EOF