-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
140 lines (108 loc) · 3.63 KB
/
thesis.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
\documentclass[final, notable, nolof, nolot, 11pt, nocover]{fithesis3}
%% The following section sets up the other used packages.
\usepackage[main=english]{babel}
\usepackage{graphicx}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{algorithmicx}
\usepackage{amsmath}
\usepackage{mathptmx}
\usepackage{stfloats}
\usepackage{textcase}
\usepackage{esvect}
\usepackage{epstopdf}
\usepackage{wrapfig}
\usepackage{pdfpages}
\usepackage{subfigure}
\usepackage{makeidx}
\usepackage[textsize=small,colorinlistoftodos,disable]{todonotes}
\usepackage{textcomp}
\usepackage{chngcntr}
%\usepackage{verbatim}
%\usepackage{showframe}
%% The following section sets up the metadata of the thesis.
\thesissetup{
university = mu,
faculty = fi,
type = r,
author = Katarína Furmanová,
gender = m,
advisor = {prof. Jiří Sochor \\ \textbf{Co-Advisor:} assoc. prof. Barbora Kozlíková},
title = {Visualization and Visual Analysis of Intermolecular Interactions of Proteins},
TeXtitle = {Visualization and Visual Analysis of Intermolecular Interactions of Proteins},
keywords = {protein, protein-protein interactions, visualization, cavity, protein void, tunnel, trajectory, contact zone},
TeXkeywords = {protein, protein-protein interactions, visualization, cavity, protein void, tunnel, trajectory, contact zone},
}
\thesislong{abstract}{
}
\thesislong{thanks}{
}
%% The following section sets up the bibliography.
\usepackage{csquotes}
%\usepackage[
% backend=biber,
% bibstyle=numeric,
% citestyle=numeric-comp,
% sorting=none,
% sortlocale=auto,
% maxnames=3,
% firstinits=true
%]{biblatex}
%\renewbibmacro*{journal}{%
% \iffieldundef{journaltitle}
% {}
% {\printtext[journaltitle]{%
% \printfield[noformat]{journaltitle}%
% \setunit{\subtitlepunct}%
% \printfield[noformat]{journalsubtitle}}}}
%\renewbibmacro*{booktitle}{%
% \iffieldundef{booktitle}
% {}
% {\printtext[booktitle]{%
% \printfield[noformat]{booktitle}%
% \setunit{\subtitlepunct}%
% \printfield[noformat]{booksubtitle}}}}
%
%\DeclareFieldFormat{titlecase}{\MakeSentenceCase{#1}}
%\renewcommand*{\bibfont}{\small}
%\addbibresource{thesis.bib}
% Defines usefull commands.
\newcommand{\ie}{i.e.,~}
\newcommand{\eg}{e.g.,~}
% The following configures the algorithm package.
\renewcommand{\algorithmicrequire}{\textbf{Input:}}
\renewcommand{\algorithmicensure}{\textbf{Output:}}
\newcommand{\var}[1]{\textit{#1}}
% The following configures the subfigure.
\renewcommand{\thesubfigure}{(\Alph{subfigure})}
% The following section sets up the index.
\makeindex
\pdfminorversion=4
%\emergencystretch=1em
\begin{document}
%Makes the \part command work.
\pdfstringdefDisableCommands{%
\let\MakeUppercase\relax
}
\listoftodos
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\label{Sec:Overview}
\input{includes/introduction.tex}
\input{includes/star.tex}
\input{includes/aims.tex}
\input{includes/results.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\thesection}{\arabic{section}}
\input{includes/publications.tex}
%\printbibliography[title=References]
\bibliography{thesis}{}
\bibliographystyle{plain}
\end{document}