-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathACEFormat.tex
62 lines (54 loc) · 1.47 KB
/
ACEFormat.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
\documentclass[11pt,paper=letter]{ACEFormat}
\usepackage[T1]{fontenc}
\usepackage[svgnames]{xcolor}
\usepackage[hmargin=1in, vmargin=1.5in]{geometry}
\usepackage{authblk}
\usepackage{minted}
\usepackage{enumitem}
\usepackage{booktabs}
\usepackage{todonotes}
\usepackage{siunitx}
\usepackage{fancyvrb}
\usepackage{isotope}
\usepackage{longtable}
\usepackage[referable]{threeparttablex}
\usepackage{etoolbox}
\usepackage[backend=biber,defernumbers=false,sorting=none, minbibnames=5, maxbibnames=10,backref=true]{biblatex}
\usepackage{nth}
\usepackage{multirow}
\usepackage{float}
\usepackage{fancyhdr}
\usepackage[colorlinks=true,citecolor=blue,linkcolor=RoyalBlue]{hyperref}
\usepackage{footnotebackref}
\pagestyle{fancy}
\renewcommand{\sectionmark}[1]{%
\markboth{\thesection. #1}{}%
}
\fancypagestyle{front}{%
\fancyhead[L,C]{}%
}
\fancypagestyle{plain}{%
\renewcommand{\headrulewidth}{0pt}
\fancyhead{}%
\fancyfoot{}
}
\title{A Compact ENDF (ACE) Format Specification}
\date{}
\author{Jeremy Lloyd Conlin (editor)}
\affil{\textsl{Los Alamos National Laboratory}}
\setlist{nosep}
\setlist[itemize,1]{label=--}
\setlist[description]{labelindent=1em}
\addbibresource{./src/References.bib}
\begin{document}
\input{src/frontmatter}
\input{src/mainmatter}
\input{src/Introduction}
\input{src/Header}
\input{src/UniqueIdentifier}
\input{src/ContinuousEnergyNeutron}
\input{src/Dosimetry}
\input{src/ThermalScattering}
\input{src/ContinuousEnergyPhoton}
\input{src/backmatter}
\end{document}