-
Notifications
You must be signed in to change notification settings - Fork 115
/
HEPML.tex
98 lines (93 loc) · 2.92 KB
/
HEPML.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
\documentclass[12pt,letterpaper]{article}
\usepackage[hmargin=1.0in,vmargin=1.0in]{geometry}
\usepackage{cite}
\usepackage[usenames,dvipsnames]{xcolor} % For colors and names for color boxed links
\usepackage[]{hyperref} % For hyperlinks and indexing the PDF
\hypersetup{
colorlinks=false, % Surround the links by color frames (false) or colors the text of the links (true)
citecolor=blue, % Color of citation links
filecolor=black, % Color of file links
linkcolor=red, % Color of internal links (sections, pages, etc.)
urlcolor=black, % Color of url hyperlinks
linkbordercolor=red, % Color of links to bibliography
citebordercolor=blue, % Color of file links
urlbordercolor=blue % Color of external links
}
% c.f.:
% http://inspirehep.net/info/faq/general#utf8
% https://tex.stackexchange.com/questions/172421/how-to-easily-use-utf-8-with-latex
\usepackage{fontspec}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Document body
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{itemize}
\item~\cite{Romao:2020ojy}
\item~\cite{Kanwar:2003.06413}
\item~\cite{Hollingsworth:2020kjg}
\item~\cite{Strong:2020mge}
\item~\cite{Romao:2019dvs}
\item~\cite{Andreassen:2019cjw}
\item~\cite{Nachman:2019yfl}
\item~\cite{Borisyak:2019vbz}
\item~\cite{Caron:2019xkx}
\item~\cite{DiSipio:2019imz}
\item~\cite{Datta:2019}
\item~\cite{Adams:2018bvi}
\item~\cite{Stoye:2018ovl}
\item~\cite{Bourgeois:2018nvk}
\item~\cite{Andrews:2018nwy}
\item~\cite{Lin:2018cin}
\item~\cite{Albertsson:2018maf}
\item~\cite{Guest:2018yhq}
\item~\cite{Brehmer:2018kdj}
\item~\cite{Brehmer:2018eca}
\item~\cite{Sirunyan:2017ezt}
\item~\cite{Estrade:DLPS2017}
\item~\cite{Weitekamp:DLPS2017}
\item~\cite{Hertel:DLPS2017}
\item~\cite{Stoye:DLPS2017}
\item~\cite{Hooberman:DLPS2017}
\item~\cite{Paganini:DLPS2017}
\item~\cite{Oliveira:DLPS2017}
\item~\cite{Farrell:DLPS2017}
\item~\cite{Henrion:DLPS2017}
\item~\cite{Cheng:2017rdo}
\item~\cite{Chang:2017kvc}
\item~\cite{Frate:2017mai}
\item~\cite{Metodiev:2017vrx}
\item~\cite{Bendavid:2017zhk}
\item~\cite{Cohen:2017exh}
\item~\cite{Paganini:2017hrr}
\item~\cite{Caron:2017hku}
\item~\cite{Shimmin:2017mfk}
\item~\cite{Louppe:2017ipp}
\item~\cite{Dery:2017fap}
\item~\cite{deOliveira:2017pjk}
\item~\cite{Pang:2016vdc}
\item~\cite{Komiske:2016rsd}
\item~\cite{Acciarri:2016ryt}
\item~\cite{Kagan:2016wnu}
\item~\cite{Bertone:2016mdy}
\item~\cite{Louppe:2016ylz}
\item~\cite{Barnard:2016qma}
\item~\cite{Rogozhnikov:2016bdp}
\item~\cite{Guest:2016iqz}
\item~\cite{Aurisano:2016jvx}
\item~\cite{Baldi:2016fzo}
\item~\cite{deOliveira:2015xxd}
\item~\cite{Rogozhnikov:2014zea}
\item~\cite{Baldi:2014kfa}
\item~\cite{Stevens:2013dya}
\item~\cite{Gligorov:2012qt}
\item~\cite{Denby:1987rk}
\end{itemize}
\clearpage
\flushbottom
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% References
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{uiuchept}
%\bibliographystyle{JHEP}
\bibliography{HEPML}
\end{document}