-
Notifications
You must be signed in to change notification settings - Fork 0
/
preamble_final.tex
86 lines (74 loc) · 2.19 KB
/
preamble_final.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
\documentclass[twoside]{article}
% Fonts and typesetting
\usepackage[sc]{mathpazo}
\usepackage[T1]{fontenc}
\linespread{1.05} % Palatino needs more space between lines
\usepackage{microtype}
\usepackage[UKenglish]{babel}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{float}
\usepackage{upgreek}
\usepackage{cite}
\usepackage{lettrine}
\usepackage[super]{nth}
\usepackage{upgreek}
\makeatletter
\newcommand*{\centerfloat}{%
\parindent \z@
\leftskip \z@ \@plus 1fil \@minus \textwidth
\rightskip\leftskip
\parfillskip \z@skip}
\makeatother
% Figures
\usepackage{epstopdf}
\usepackage{subcaption}
%\usepackage{tikz} % TikZ and PGF
%\usetikzlibrary{calc,arrows,decorations.pathmorphing,intersections}
% PDF options
\usepackage[pdfstartview=FitH,colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,linktocpage=all]{hyperref}
% Page layout
\usepackage[hmarginratio=1:1,hmargin=20mm,top=32mm,columnsep=20pt]{geometry}
\usepackage[font=small,textfont=it]{caption}
\usepackage{paralist}
\usepackage{multicol}
\raggedcolumns
% Table
%\usepackage[table]{xcolor}
\usepackage{tabularx}
%\usepackage{xcolor}
% Testing
\usepackage{todonotes}
% Abstract
\usepackage{abstract}
\renewcommand{\abstractnamefont}{\normalfont\bfseries}
\renewcommand{\abstracttextfont}{\normalfont\small\itshape}
% Titling (section/subsection)
\usepackage{titlesec}
%\renewcommand\thesection{\Roman{section}}
\titleformat{\section}[block]{\Large\scshape\centering}{\thesection.}{1em}{}
\titleformat{\subsection}[block]{\large\scshape\centering}{\thesubsection.}{1em}{}
% -----\textendash
% Header/footer
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyhead[C]{TU Delft $\bullet$ March 2015 $\bullet$ International Course on Computational Physics}
\fancyfoot[RO,LE]{\thepage}
% Maketitle metadata
\title{\vspace{-10mm}%
\fontsize{22pt}{14pt}\selectfont
\textbf{Argon molecular dynamics simulation}
}
\author{%
\normalsize University of Technology, Delft \\
\normalsize Dani\"el Bouman \& Kenneth Goodenough\\
\small Student number: 4146077 \& 4334175\\
\vspace*{-8mm}
}
\date{}
\newenvironment{Figure}
{\par\medskip\noindent\minipage{\linewidth}}
{\endminipage\par\medskip}