-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
106 lines (80 loc) · 1.81 KB
/
main.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
% $Id$
%
\documentclass{scrbook}
\usepackage{pslatex}
\usepackage{varioref}
\usepackage{tabularx}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{url}
\usepackage{fancyhdr}
\usepackage{xspace}
\usepackage{booktabs}
\usepackage{hyperref}
\usepackage{textcomp}
\usepackage{hyphsubst} % trennung
\usepackage{afterpage}
% remove from final version
%\usepackage[all,light]{draftcopy}
%\usepackage[Sonny]{fncychap}
%\usepackage{moreverb}
\usepackage{listings}
\usepackage{ifpdf}
\usepackage{float}
\renewcommand{\sfdefault}{psx}
\renewcommand{\rmdefault}{psx}
%\renewcommand{\ttdefault}{pcr}
\newcommand{\node}[1]{\texttt{#1}}
% no more than 2 floats per page
%\setcounter{totalnumber}{2}
% allow [H]
%\restylefloat{figure}
\lstset{basicstyle=\ttfamily \footnotesize,
showstringspaces=false,
float=tbp,
captionpos=b,
frame=single,
escapechar=\%,
language={}}
\makeatother
\sloppy
\ifpdf
\DeclareGraphicsExtensions{.pdf,.png}
\else
\DeclareGraphicsExtensions{.eps,.ps}
\fi
\title{%
\begin{minipage}{11cm}
\centering
\includegraphics*[width=\textwidth]{img/mgx/logo}
\Huge
\textbf{MGX User Guide}
\end{minipage}
}%
%\title{MGX User Guide}
%\author{Sebastian Jaenicke}
%\vspace{5mm}[email protected]\vspace{5mm}[email protected]}
\begin{document}
%\frontmatter
\maketitle
\cleardoublepage
\newpage
\thispagestyle{empty}
\tableofcontents
%\mainmatter
\include{installation}
\include{using}
\include{customanalysis}
%\include{extending}
\bibliographystyle{apalike}
%\bibliography{literatur}
%\bibliographystyle{da}
\bibliography{ref}
\listoffigures
\listoftables
% -----------------------------------------------------------
%\backmatter
%\begin{appendix}
%\end{appendix}
\end{document}