-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTotal.tex
281 lines (236 loc) · 8.97 KB
/
Total.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
% O.K. tot voor Plimpton_{19}95
\RequirePackage{fix-cm}
\documentclass[11pt,a4paper,twoside]{vutinfth}
% useful packages
\usepackage{graphicx,textpos}
\usepackage{float}
% \usepackage{helvet}
\usepackage{lettrine}
\usepackage{lipsum}
\usepackage{amsmath}
\usepackage{fancyhdr}
\usepackage{multicol}
\usepackage{setspace}
% \usepackage[super, numbers]{natbib}
\usepackage[
backend=biber,
style=ieee,
sorting=none,
doi=false,
isbn=false,
url=false,
eprint=false,
maxnames = 5
]{biblatex}
\usepackage{emptypage}
\usepackage[linktocpage=true]{hyperref}
\usepackage{tocloft}
\usepackage{wrapfig}
% Import packages for drawing diagram
%More defined colors
\usepackage[dvipsnames]{xcolor}
% Required package
\usepackage{tikz}
\usetikzlibrary{positioning}
% Load packages to allow in- and output of non-ASCII characters.
\usepackage{lmodern} % Use an extension of the original Computer Modern font to minimize the use of bitmapped letters.
\usepackage[T1]{fontenc} % Determines font encoding of the output. Font packages have to be included before this line.
\usepackage[utf8]{inputenc} % Determines encoding of the input. All input files have to use UTF8 encoding.
\usepackage{csquotes}
% Extended LaTeX functionality is enables by including packages with \usepackage{...}.
\usepackage{amsmath} % Extended typesetting of mathematical expression.
\usepackage{amssymb} % Provides a multitude of mathematical symbols.
\usepackage{mathtools} % Further extensions of mathematical typesetting.
\usepackage{microtype} % Small-scale typographic enhancements.
\usepackage[inline]{enumitem} % User control over the layout of lists (itemize, enumerate, description).
\usepackage{multirow} % Allows table elements to span several rows.
\usepackage{booktabs} % Improves the typesettings of tables.
\usepackage[export]{adjustbox}
\usepackage{subcaption}
\usepackage{graphicx}
\usepackage[ruled, lined, linesnumbered, commentsnumbered, longend]{algorithm2e} %
%Enables the writing of pseudo code.
%\usepackage[usenames,dvipsnames,table]{xcolor} % Allows the definition and use o colors.
%This package has to be included before tikz.
\usepackage{nag} % Issues warnings when best practices in writing LaTeX documents are violated.
\usepackage{todonotes} % Provides tooltip-like todo notes.
\usepackage{hyperref} % Enables cross linking in the electronic document version. This package has to be included second to last.
% Define convenience functions to use the author name and the thesis title in the PDF document properties.
\newcommand{\authorname}{Jan Stevens} % The author name without titles.
\newcommand{\thesistitle}{Coarse grained simulations of the DNA nanopistion} % The title
% Set PDF document properties
\hypersetup{
pdfpagelayout = TwoPageRight, % How the document is shown in PDF viewers (optional).
pdfauthor = {\authorname}, % The author's name in the document
pdftitle = {\thesistitle}, % The document's title in the document
pdfsubject = {Master Thesis: Jan Stevens}, % The document's subject
pdfkeywords = {Thesis, Physics, DNA, Simulations}, % The document's keywords in
colorlinks = true,
allcolors = blue,
linkbordercolor = {white}
}
\setpnumwidth{2.5em} % Avoid overfull hboxes in the table of contents (see memoir
\setsecnumdepth{subsection} % Enumerate subsections.
\nonzeroparskip % Create space between paragraphs (optional).
\setlength{\parindent}{0pt} % Remove paragraph identation (optional).
% settings for table of contents and section numbering
\setcounter{secnumdepth}{1} % numbering to which sublevel?
\setcounter{tocdepth}{1} % How many levels does the table of contents have?
\newcommand*\cleartoleftpage{%
\clearpage
\ifodd\value{page}\hbox{}\newpage\fi
}
% page settings
%\topmargin -10mm
%\textwidth 160truemm
%\textheight 240truemm
%\oddsidemargin 0mm
%\evensidemargin 0mm
% define the KUL colors
\definecolor{green}{RGB}{172,196,0}
\definecolor{bluetitle}{RGB}{29,141,176}
\definecolor{blueaff}{RGB}{0,0,128}
\definecolor{blueline}{RGB}{82,189,236}
% define units for the text blocks
\setlength{\TPHorizModule}{1mm}
\setlength{\TPVertModule}{1mm}
% Remove rule and put quote on the left of page
\renewcommand{\epigraphflush}{center}
%\renewcommand{\epigraphflush}{flushleft}
\epigraphfontsize{\small\itshape}
\setlength\epigraphwidth{9cm}
\setlength\epigraphrule{1pt}
\newenvironment{smallfont}{\fontfamily{lmodern}\small\selectfont}{\par}
\usepackage[framemethod=TikZ]{mdframed}
\usepackage{amsthm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Theorem
\newcounter{theo}[section] \setcounter{theo}{0}
\renewcommand{\thetheo}{\arabic{theo}}
\newenvironment{theo}[2][]{%
\refstepcounter{theo}%
\ifstrempty{#1}%
{\mdfsetup{%
frametitle={%
\tikz[baseline=(current bounding box.east),outer sep=0pt]
\node[anchor=east,rectangle,fill=blue!20]
{\strut};}}
}%
{\mdfsetup{%
frametitle={%
\tikz[baseline=(current bounding box.east),outer sep=0pt]
\node[anchor=east,rectangle,fill=blue!20]
{\strut ~#1};}}%
}%
\mdfsetup{innertopmargin=10pt,linecolor=blue!20,%
linewidth=2pt,topline=true,%
frametitleaboveskip=\dimexpr-\ht\strutbox\relax
}
\begin{mdframed}[]\relax%
\label{#2}}{\end{mdframed}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% defining bibliographystyle
% \bibliographystyle{apalike}
\addbibresource{Bibliography/thesis.bib}
% Start of the actual document
\begin{document}
\selectlanguage{english}
\newcommand\mycommfont[1]{\small\ttfamily\textcolor{blue}{#1}}
\SetCommentSty{mycommfont}
% FRONT MATTER
\frontmatter
\rmfamily
\input{Preamble/Titlepage.tex} \cleardoublepage
\input{Preamble/Copyright.tex} \cleardoublepage
\setcounter{page}{0}
\pagenumbering{roman}
\input{Preamble/Abstract.tex}\cleardoublepage
\input{Preamble/Summary.tex} \cleardoublepage
\listoffigures \cleardoublepage
\linespread{0.816}
{\small \tableofcontents}
\cleardoublepage
\linespread{1}
% MAIN MATTER
\mainmatter
\setcounter{page}{0}
\pagenumbering{arabic}
%% Introduction
\chapter{Introduction}
% \epigraph{The career of a young theoretical physicist consists of treating the harmonic
% oscillator in ever-increasing levels of abstraction.}
% {--- \textup{Sidney Coleman}}
\vspace{-0.5cm}
\epigraph{“...if we were to name the most powerful assumption of all, which leads one on
and on in an attempt to understand life, it is that all things are made of atoms, and
that everything that living things do can be understood in terms of the jigglings and
wigglings of atoms.”}
{--- \textup{Richard P. Feynman}, The Feynman Lectures on Physics}
\input{Chapters/Chapter1/ThesisOutline.tex}
\input{Chapters/Chapter1/BiologicalNanopores.tex}
\input{Chapters/Chapter1/DNA.tex}
\input{Chapters/Chapter1/PolymerPhysics.tex}
\input{Chapters/Chapter1/ComputerSimulations.tex} \cleardoublepage
% \vspace{-1cm}
% \epigraph{Given for one instant an intelligence which could comprehend all
% the forces by which nature is animated and the respective positions
% of the beings which compose it, if moreover this intelligence were vast
% enough to submit these data to analysis, it would embrace in the same
% formula both the movements of the largest bodies in the universe and
% those of the lightest atom; to it nothing would be uncertain, and the
% future as the past would be present to its eyes.}
% {--- \textup{Pierre-Simon Laplace}}
\chapter{The DNA Nanopiston}
\input{Chapters/Chapter2/rotaxaneFormation.tex}
\input{Chapters/Chapter2/operatingPrinciples.tex}
\input{Chapters/Chapter2/cgSimulations.tex}
\cleardoublepage
\chapter{Improving the Model}
% \vspace{-1cm}
\epigraph{All models are wrong, but some are useful.}
{--- \textup{George Box}}%\cite{Box1976}}
\input{Chapters/Chapter3/OxDNA.tex}
\input{Chapters/Chapter3/Thermodynamics.tex}
\input{Chapters/Chapter3/FFS.tex}
\input{Chapters/Chapter3/Simulation.tex} \cleardoublepage
\chapter{Simulations of the Rotaxane}
\vspace{0.5cm}
\epigraphfontsize{\small\itshape}
\epigraph{The career of a young theoretical physicist consists of treating the harmonic
oscillator in ever-increasing levels of abstraction.}
{--- \textup{Sidney Coleman}}
\input{Chapters/Chapter4/MixedRotaxane.tex}
\input{Chapters/Chapter4/ConfFluct.tex}
\input{Chapters/Chapter4/Toehold.tex}
\cleardoublepage
\chapter{Conclusions and Perspectives}
\vspace{0.5cm}
\epigraphfontsize{\small\itshape}
\epigraph{“ Blurring the line between life and the artificial.”}
{--- Man-made molecular machines, \textup{Watson \& Cockroft}}%\cite{Watson2016}}
\input{Chapters/Chapter5/ResultsAndConclusions.tex}
\input{Chapters/Chapter5/FuturePerspectives.tex}
% APPENDIX
\begin{appendices}
\addtocontents{toc}{\protect\setcounter{tocdepth}{1}}
\input{Backmatter/Appendix.tex}
\cleardoublepage
\end{appendices}
\newpage
\thispagestyle{empty}
\mbox{}
\newpage
% BIBLIOGRAPHY
\linespread{0.816}
{\small \printbibliography}
\cleardoublepage
\linespread{1}
% \onecolumn
% \thispagestyle{empty}
\input{Backmatter/Acknowledgements.tex}
\cleardoublepage
\thispagestyle{empty}
% Back side of book
\cleartoleftpage{} % Make sure the back page is at an even page number
\input{Backmatter/Back.tex}
\end{document}