-
Notifications
You must be signed in to change notification settings - Fork 1
/
rep.tex
109 lines (75 loc) · 2.39 KB
/
rep.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
%%%%%
% To do all:
% VisIt footnote, I-NERI->INERI, cross-(!)section, exact Re&Reh, Specs citation/table? Fig->Figure, MYRRHA
\documentclass[11pt,letterpaper]{report}
\usepackage{booktabs}
\input preambl
%\usepackage[title,titletoc]{appendix} %?
%\renewcommand{\appendixname}{Appendix}
%%\usepackage[toc,page]{appendix}
%\usepackage{sectsty} % for smaller chapter/appendix
%\chapternumberfont{\fontsize{12}{14}\selectfont} % for 11pt option with \chapter/Appendix?
%\chaptertitlefont{\fontsize{12}{14}\selectfont}
\renewcommand{\bibname}{References}
\renewcommand{\theabstract}{Executive Summary}
\title{An Update on Cardinal: Toward Full Core Pebble Simulations}
\author[1]{Elia Merzari}
\author[4]{Derek Gaston}
\author[2]{Ronald Rahaman}
\author[2]{Patrick Shriwise}
\author[3]{Yu-Hsiang Lan}
\author[3]{Misun Min}
\author[1]{Haomin Yuan}
\author[1]{Dillon Shaver}
\affil[1]{Nuclear Science and Engineering Division, Argonne National Laboratory }
\affil[2]{Computational Science Division, Argonne National Laboratory }
\affil[3]{Mathematics and Computer Science Division, Argonne National Laboratory }
\affil[4]{Idaho National Laboratory}
\publicationdate{May 31, 2020}
\report_no{ANL/NSE-20/46}
\begin{document}
%\maketitle
%\clearpage
%\thispagestyle{empty}
%\pagenumbering{roman}
%\tableofcontents
%\clearpage
%% =========
%\input execsum
%\addcontentsline{toc}{section}{Executive Summary}
%\newpage
%\pagenumbering{arabic}
%\setcounter{page}{1}
%\counterwithout{section}{chapter} % \usepackage{chngcntr} %?
%% =========
\input intro
\setcounter{section}{1}
\input cardinal
\input nekrs
\input openmc
\input demo
%%\input misc
%\afterpage{\clearpage}
\input concl
%\clearpage
\section*{Acknowledgments}
\addcontentsline{toc}{section}{Acknowledgments}
Argonne National Laboratory's work was supported by the U.S. Department of Energy, Office of Nuclear Energy, Nuclear Energy Advanced Modeling and Simulation (NEAMS), under contract DE-AC02-06CH11357.
%\afterpage{\clearpage}
\bibliographystyle{unsrt}
%% =========
\bibliography{references}
\addcontentsline{toc}{section}{References}
%\newpage
%%\usepackage[toc,page]{appendix} %?
%%\usepackage[toc]{appendix}
%\appendix
%\renewcommand\thesection{Appendix \Alph{section}}
%%
%\section{Other PLANDTL Figures}
%\addcontentsline{toc}{section}{Other PLANDTL Figures}
%\input appx %?
%\includepdf[pages=-]{rep_61specs_not.pdf}
\newpage
\endpage
\end{document}