-
Notifications
You must be signed in to change notification settings - Fork 0
/
2dx_manual.tex
executable file
·116 lines (77 loc) · 1.54 KB
/
2dx_manual.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
\documentclass[twoside,a4paper]{refart}
\include{formatAndDefs}
\title{2dx User Manual}
\author{Marcel Arheit, Sebastian Scherer, Cristina Paulino, \\Xiangyan Zeng and Henning Stahlberg}
\date{\today}
\emergencystretch1em
\pagestyle{myfootings}
\markboth{{\twodx} User Manual}{{\twodx} User Manual}
\makeindex
\setcounter{tocdepth}{2}
\begin{document}
\maketitle
\vspace{-15.5em}
\begin{figure}[h]
\centering
\hspace{25em}
\includegraphics[width=.19\textwidth]{2dx_logo.pdf}
\end{figure}
\vspace{49em}
\begin{figure}[h]
\centering
\hspace{-3em}
\includegraphics[width=.22\textwidth]{cina_logo.pdf}
\end{figure}
\vspace{-7em}
\begin{figure}[h]
\hspace{20em}
\centering
\includegraphics[width=.3\textwidth]{biozentrum_logo.pdf}
\end{figure}
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
\tableofcontents
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
\include{intro}
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
\include{instal}
\include{project_init}
\include{gui}
\include{2d_processing}
\include{2d_merge}
\include{DiffMap}
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
\include{3d_merge}
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
\include{2d_ml}
%\include{single_particle}
\include{automation}
%\include{tricks}
%\include{latex_tricks}
\bibliographystyle{ThesisStyleWithEtAl}
\bibliography{2dx_manual}
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
\listoffigures
\newpage
\let\oldtwocolumn\twocolumn
\renewcommand{\twocolumn}[1][]{#1}
\printindex
\renewcommand{\twocolumn}[1][]{\oldtwocolumn}
\end{document}