-
Notifications
You must be signed in to change notification settings - Fork 3
/
europe_nuclear_paper.tex
101 lines (78 loc) · 2.21 KB
/
europe_nuclear_paper.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
\documentclass[review]{elsarticle}
\usepackage{multirow}
\usepackage{lineno}
\usepackage{xspace}
\usepackage{threeparttable}
\usepackage{subfig}
\modulolinenumbers[5]
\journal{Progress in Nuclear Energy}
%% `Elsevier LaTeX' style
\bibliographystyle{elsarticle-num}
%%%%%%%%%%%%%%%%%%%%%%%
%%%% packages and definitions (optional)
\usepackage{placeins}
\usepackage{booktabs} % nice rules (thick lines) for tables
\usepackage{microtype} % improves typography for PDF
\usepackage{hhline}
\usepackage{amsmath}
\usepackage{subfig}
%\usepackage[demo]{graphicx}
%\usepackage{caption}
%\usepackage{subcaption}
\usepackage{booktabs}
\usepackage{threeparttable, tablefootnote}
\usepackage{tabularx}
\newcolumntype{b}{>{\hsize=1.0\hsize}X}
\newcolumntype{s}{>{\hsize=.5\hsize}X}
\newcolumntype{m}{>{\hsize=.75\hsize}X}
\newcolumntype{x}{>{\hsize=.25\hsize}X}
\newcommand{\Cyclus}{\textsc{Cyclus}\xspace}%
\newcommand{\Cycamore}{\textsc{Cycamore}\xspace}%
\graphicspath{ {images/} }
% tikz %
\usepackage{tikz}
\usetikzlibrary{positioning, arrows, decorations, shapes}
\usetikzlibrary{shapes.geometric,arrows}
\tikzstyle{process} = [rectangle, rounded corners, minimum width=3cm, minimum height=1cm,text centered, draw=black, fill=blue!30]
\tikzstyle{object} = [ellipse, rounded corners, minimum width=3cm, minimum height=1cm,text centered, draw=black, fill=green!30]
\tikzstyle{arrow} = [thick,->,>=stealth]
% hyperref %
\usepackage[hidelinks]{hyperref}
% after hyperref %
\usepackage{cleveref}
\usepackage{datatool}
\usepackage[acronym,toc]{glossaries}
\include{acros}
\makeglossaries
\begin{document}
\begin{frontmatter}
\title{Synergistic Spent Nuclear Fuel Dynamics Within the European Union}
\date{} %% if you don't need date to appear
%% Authors
\input{authors}
% Institutes of the authors
\input{institutions}
\begin{keyword}
nuclear fuel cycle \sep
european union \sep
transition \sep
agent-based \sep
simulation \sep
spent nuclear fuel
\end{keyword}
\input{abstract}
\end{frontmatter}
\glsresetall
\linenumbers
\input{introduction}
\input{methods}
\FloatBarrier
\input{results}
\input{sensitivity}
\FloatBarrier
\input{conclusion}
\input{acks}
\bibliography{bibliography}
\pagebreak
\input{appendix}
\end{document}