-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmain.tex
95 lines (73 loc) · 2.05 KB
/
main.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
\documentclass[review]{elsarticle}
\usepackage{multirow}
\usepackage{lineno}
\usepackage{xspace}
\usepackage{threeparttable}
\usepackage{subfig}
\modulolinenumbers[5]
%% Journal name here
\journal{FIXME: The Journal Name Goes Here}
%% `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{booktabs}
\usepackage{threeparttable, tablefootnote}
\usepackage{tabularx}
%% Special typesetting for Cyclus
\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{FIXME: The Title Goes Here}
%\date{} % uncomment if you don't need date to appear
% Authors
\input{authors}
% Institutes of the authors
\input{institutions}
\begin{keyword}
FIXME \sep
key words \sep
go here \sep
like: \sep
simulation \sep
spent nuclear fuel
\end{keyword}
\input{abstract}
\end{frontmatter}
\glsresetall
%% Shows line numbers
\linenumbers
\input{introduction}
\input{methods}
\input{results}
\input{conclusion}
\input{acks}
\bibliography{bibliography}
% Prof. Huff discourages appendices in journal articles.
% But, if you must, include one like so:
%\pagebreak
%\input{appendix}
\end{document}