| 1 | \documentclass[12pt,a4paper,openany,smallheadings,
|
|---|
| 2 | headinclude,headsepline,final]{scrreprt}
|
|---|
| 3 | \usepackage[utf8]{inputenc}
|
|---|
| 4 | \usepackage{amsmath}
|
|---|
| 5 | \usepackage{amsfonts}
|
|---|
| 6 | \usepackage{amssymb}
|
|---|
| 7 | \usepackage{caption2}
|
|---|
| 8 | \usepackage[ngerman]{babel}
|
|---|
| 9 | \usepackage[ngerman]{varioref}
|
|---|
| 10 | \usepackage{txfonts}
|
|---|
| 11 | \usepackage[pdftex]{graphicx}
|
|---|
| 12 | %\usepackage{listings}
|
|---|
| 13 | \usepackage{makeidx}
|
|---|
| 14 | \usepackage[T1]{fontenc}
|
|---|
| 15 |
|
|---|
| 16 | % fancy verbatim enables changing of font, fontsize, etc. in verbatim code
|
|---|
| 17 | % also set smaller font and a frame as default
|
|---|
| 18 | \usepackage{fancyvrb}
|
|---|
| 19 | \fvset{fontsize=\small, frame=single}
|
|---|
| 20 |
|
|---|
| 21 | % marvosym macht Pfeil kaputt, also sichern
|
|---|
| 22 | % line 28, /usr/share/texmf/tex/latex/marvosym/marvosym.sty
|
|---|
| 23 | \let\RescueRightarrow=\Rightarrow
|
|---|
| 24 | \usepackage{marvosym}
|
|---|
| 25 | \renewcommand{\Rightarrow}{\RescueRightarrow}
|
|---|
| 26 |
|
|---|
| 27 | \usepackage[pdftex]{color}
|
|---|
| 28 | \definecolor{skyblue}{rgb}{0,0.3323,0.5720}
|
|---|
| 29 | \usepackage[%
|
|---|
| 30 | colorlinks=true,anchorcolor=red,
|
|---|
| 31 | breaklinks=true,linkcolor=blue,urlcolor=red,
|
|---|
| 32 | citecolor=skyblue,
|
|---|
| 33 | pdfauthor={The FreeWRT Team},
|
|---|
| 34 | pdftitle={The FreeWRT Handbook},
|
|---|
| 35 | pdfcreator={tetex and VIM},
|
|---|
| 36 | pdfsubject={Open Source},
|
|---|
| 37 | pdfview=FitV,
|
|---|
| 38 | pdfstartview=FitV,
|
|---|
| 39 | pdfstartpage={1},
|
|---|
| 40 | pdfpagelayout=SinglePage,
|
|---|
| 41 | pdfpagemode=None,
|
|---|
| 42 | pdfkeywords={FreeWRT}]{hyperref}
|
|---|
| 43 | %\usepackage{thumbpdf}
|
|---|
| 44 | \usepackage{cancel}
|
|---|
| 45 | \usepackage[final, activate, verbose=true]{microtype}
|
|---|
| 46 | \usepackage{ngerman}
|
|---|
| 47 | %\usepackage{bookman}
|
|---|
| 48 | %\usepackage[a4paper,twoside,rmargin=2cm,lmargin=2cm,tmargin=2.5cm]{geometry}
|
|---|
| 49 | \usepackage[a4paper,rmargin=2cm,lmargin=2cm,tmargin=2.5cm,bmargin=2.5cm]{geometry}
|
|---|
| 50 | %\usepackage{ncntrsbk}
|
|---|
| 51 | \usepackage{float}
|
|---|
| 52 | \restylefloat{figure}
|
|---|
| 53 | %\bibliographystyle{alphadin}
|
|---|
| 54 | \bibliographystyle{alpha}
|
|---|
| 55 |
|
|---|
| 56 | % Change Section, Chapter Layout
|
|---|
| 57 | % http://www.mackichan.com/index.html?techtalk/518.htm~mainFrame
|
|---|
| 58 | %\usepackage{sectsty}
|
|---|
| 59 | %\allsectionsfont{\raggedleft}
|
|---|
| 60 | %\chapterfont{\raggedleft}
|
|---|
| 61 |
|
|---|
| 62 | % BEGIN Fancy Header Extensions
|
|---|
| 63 | % Save Graphics in Latex box
|
|---|
| 64 | %\renewcommand{\headheight}{30pt} %Make height wider so picture is ok
|
|---|
| 65 | %\renewcommand{\footskip}{45pt} %Make height wider so picture is ok
|
|---|
| 66 |
|
|---|
| 67 | \usepackage{fixltx2e, mparhack}
|
|---|
| 68 |
|
|---|
| 69 | % Generate index in preamble
|
|---|
| 70 | \makeindex
|
|---|
| 71 | \begin{document}
|
|---|
| 72 | \setlength{\marginparwidth}{10mm}
|
|---|
| 73 | \include{deckblatt}
|
|---|
| 74 | \renewcommand{\thepage}{\roman{page}}
|
|---|
| 75 | \tableofcontents
|
|---|
| 76 | %Set Arabic Numbering 1,2,3,...
|
|---|
| 77 | % Clear needed to renumber from the right position
|
|---|
| 78 | \cleardoublepage
|
|---|
| 79 | \renewcommand{\thepage}{\arabic{page}}
|
|---|
| 80 | %Reset Counter
|
|---|
| 81 | %\setcounter{page}{1}
|
|---|
| 82 |
|
|---|
| 83 | % Set marks where it should Change
|
|---|
| 84 | \renewcommand{\chaptermark}[1]{%
|
|---|
| 85 | \markboth{\large \thechapter.\ \normalsize \scshape #1}{}}
|
|---|
| 86 | \renewcommand{\sectionmark}[1]{\markright{\thesection.\ \scshape #1}}
|
|---|
| 87 |
|
|---|
| 88 | %Bilitz
|
|---|
| 89 | %\newcommand{\blitz}{ \mbox{\Huge \Lightning} }
|
|---|
| 90 | \newcommand{\blitz}{ \Lightning }
|
|---|
| 91 | \newcommand{\entspr}{\stackrel{\wedge}{=}}
|
|---|
| 92 |
|
|---|
| 93 |
|
|---|
| 94 | \include{00-allinone}
|
|---|
| 95 | %\include{01-Introduction}
|
|---|
| 96 | %\include{10-adk}
|
|---|
| 97 | %\include{20-installation}
|
|---|
| 98 |
|
|---|
| 99 |
|
|---|
| 100 | %\newpage
|
|---|
| 101 | %\bibliography{literatur}
|
|---|
| 102 | %\addcontentsline{toc}{chapter}{Literaturverzeichniss}
|
|---|
| 103 |
|
|---|
| 104 | % Erstmal auskommentieren. Sind ja paar Seiten die erstmal keiner braucht
|
|---|
| 105 | %\begin{appendix}
|
|---|
| 106 | %\include{A-blaetter}
|
|---|
| 107 | %\end{appendix}
|
|---|
| 108 |
|
|---|
| 109 | %\cleardoublepage
|
|---|
| 110 | %\addcontentsline{toc}{chapter}{\glossaryname}
|
|---|
| 111 | \end{document}
|
|---|