-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAnleitung.tex
executable file
·113 lines (90 loc) · 2.38 KB
/
Anleitung.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
% arara: lualatex: { shell: yes, action: nonstopmode, synctex: yes}
% arara: lualatex: { shell: yes, action: nonstopmode, synctex: yes}
\documentclass{article}
\usepackage[ngerman]{babel}
\usepackage[no-math]{fontspec}
\usepackage{mwe}
\usepackage{luacode}
\usepackage{shellesc}
% include the separate files for each router
\usepackage{switch}
\usepackage{freifunk}
\usepackage{routerhandler}
% \usepackage{router}
\usepackage{bookmark}
\usepackage{ifthen}
\usepackage{makebox}
\usepackage{caption}
\usetikzlibrary{patterns} % preamble
\tcbuselibrary{skins} % preamble
\usepackage{tikz}
%\usepackage{PTSansNarrow}
\usetikzlibrary{matrix}
\usepackage{pgfplots}
\usepackage{array}
% Parameter
\newcommand{\circdist}{1.2} % Strecke center zum Mittelpunkt der Kreise
\newcommand{\circrad}{7/4} % radius der Kreise
\newcommand{\circlethickness}{6mm} % Dicke
% \changefont{pag}{m}{n}
%
% \pgfplotsset{compat=1.12}
\setmainfont{UbuntuL.ttf}
\setsansfont{UbuntuR.ttf}
\setmonofont{UbuntuMonoR.ttf}
\newcolumntype{C}[1]{>{\centering\arraybackslash}m{#1}}
\oddsidemargin-10mm
\newcommand{\FFCommunity}{marburg.freifunk.net}
\begin{document}
\input{intro.tex}
\input{specs.tex}
\input{./latex/router/install.tex}
\newpage
\input{./latex/konsole.tex}
\end{document}
% \def\netgear{netgear}
% \newpage
% \vendor
% {\huge test} \\
% \newcommand{\routername}{netgear-wndr3700v2} ""
% \ifthenelse{\equal{\vendor}{netgear}}{\input{./latex/router/install.tex}}{}
% \ifthenelse{\equal{\vendor}{tplink}}{\input{./latex/router/install.tex}}{}
% \ifthenelse{\equal{\vendor}{glnet}}{\input{./latex/router/install.tex}}{}
% {\ifthenelse{\equal{\vendor}{ubiquiti}}
% % \vendor
% \input{./latex/router/\vendor/install.tex}
% }{} \\
% }
% {\ifthenelse{\equal{\vendor}{linksys}}
% {
% % \vendor {}
% \input{./latex/router/\vendor/install.tex}
% }{} \\
% }
% {\ifthenelse{\equal{\vendor}{glnet}}
% {\input{./latex/router/\vendor/install.tex}}%
% {}%
% }%
% {\ifthenelse{\equal{\vendor}{dlink}}
% {
% % \vendor {}
% \input{./latex/router/\vendor/install.tex}
% }{} \\
% }
% {\ifthenelse{\equal{\vendor}{buffalo}}
% {
% % \vendor {}
% \input{./latex/router/\vendor/install.tex}
% }{} \\
% }
% {\ifthenelse{\equal{\vendor}{xiaomi}}
% {
% % \vendor {}
% \input{./latex/router/\vendor/install.tex}
% }{} \\
% }
% {\Huge Variables:} \\
% \routername} \\
% \vendor} \\
% \type} \\
% \status} \\