-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
47 lines (32 loc) · 1.33 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
% Document template for ANS Journals
% Options: footnoteAtEnd - Places all footnotes at the end of document
% Usage: \documentclass[footnoteAtEnd]{style/nseJournal}
\documentclass{style/nseJournal}
% 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]
\usepackage[acronym,toc]{glossaries}
\include{acros}
\begin{document}
\title{{\LaTeX} Template for Submissions to \\American Nuclear Society Journals} %title of paper
\input{authors}
% Add keywords to appear in Abstract in the order they should appear
\addKeyword{ANS journal guidelines}
\addKeyword{ANS submission template}
\addKeyword{ANS bibliography style}
\titlePage
\input{abstract}
\input{1-introduction}
\input{2-methods}
\input{3-results}
\input{4-conclusion}
\pagebreak
\input{acks}
\pagebreak
\bibliographystyle{style/ans_js} %custom ANS journal submission template bibliography style
\bibliography{bibliography}
\end{document}