-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnotes-template.tex
106 lines (79 loc) · 2.43 KB
/
notes-template.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
% LCS: voodoo for arXiv scripts, must appear in the first 4 lines
\pdfoutput=1
\documentclass[aps,prd,twocolumn,superscriptaddress,preprintnumbers,floatfix,nofootinbib]{revtex4-2}
%\documentclass[aps,prl,preprint,superscriptaddress]{revtex4-1}
%\documentclass[aps,prl,reprint,groupedaddress]{revtex4-1}
\usepackage{graphicx}
\usepackage{amsmath, amssymb, mathrsfs}
\usepackage{color}
\usepackage{bm}
% LCS: Proper input/output encoding
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{microtype}
\usepackage[normalem]{ulem}
\usepackage[dvipsnames]{xcolor}
\usepackage[colorlinks,urlcolor=NavyBlue,citecolor=NavyBlue,linkcolor=NavyBlue,pdfusetitle]{hyperref}
\usepackage[all]{hypcap}
\usepackage{orcidlink}
\newcommand{\NR}{\text{NR}}
% LCS: Directories for figures. This makes life easier for moving
% figures around.
\graphicspath{{figs/}}
%% Try to control orphans, widows, and extra whitespace
%\widowpenalty=10000
%\clubpenalty=10000
%\raggedbottom
%\interfootnotelinepenalty=3000
\newcommand{\Note}[1]{\textcolor{red}{\textbf{[#1]}}}
\newcommand{\lcs}[1]{\textcolor{WildStrawberry}{#1}}
\begin{document}
%Title of paper
\title{Notes on XXX}
\author{Leo C.\ Stein\,\orcidlink{0000-0001-7559-9597}}
\email[]{[email protected]}
%\thanks{}
%\altaffiliation{}
\affiliation{Department of Physics and Astronomy,
University of Mississippi, University, MS 38677, USA}
% Because hyperref only gets the *last* author, we need to be explicit.
%\hypersetup{pdfauthor={Stein}}
\date{\today}
\begin{abstract}
Here is our abstract.
Some well known problem.
Currently limitation of the field.
Here we solve the problem.
This leads to result of ABC.
\end{abstract}
%\maketitle must follow title, authors, abstract
\maketitle
%\tableofcontents
\section{Introduction}
\label{sec:introduction}
As is by now well known, black hole entropy is a Noether
charge~\cite{Wald:1993nt, Noether:1918zz}.
\section{Results}
\label{sec:results}
We used matched asymptotic expansions~\cite{bender1999advanced}.
\section{Discussion and conclusions}
\label{sec:disc-concl}
In this article, we solved the previously open problem of XYZ.
\subsection{Future work}
\label{sec:future-work}
Our method can be adapted for generalizations.
\acknowledgments
%
The authors would like to thank
%
TODO
%
for useful discussions.
% \appendix
% Put messy things here
\bibliographystyle{JHEP}
\bibliography{notes-biblio}
\end{document}
% Local Variables:
% mode: latex
% End: