add r15a_xray paper
This commit is contained in:
65
r15a_xray/xray.tex
Normal file
65
r15a_xray/xray.tex
Normal file
@@ -0,0 +1,65 @@
|
||||
\documentclass[11pt]{article}
|
||||
\usepackage{mhchem}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{multirow}
|
||||
\usepackage{textcomp}
|
||||
\usepackage{epsfig}
|
||||
\usepackage{hyperref}
|
||||
\usepackage[noabbrev, capitalize]{cleveref} % hyperref must be loaded first
|
||||
\usepackage[
|
||||
detect-weight=true,
|
||||
per=slash,
|
||||
detect-family=true,
|
||||
separate-uncertainty=true]{siunitx}
|
||||
% \usepackage{listings}
|
||||
\usepackage[dvipsnames]{xcolor}
|
||||
\usepackage{upquote}
|
||||
|
||||
\usepackage[framemethod=tikz]{mdframed}
|
||||
\usepackage{adjustbox}
|
||||
|
||||
% \definecolor{greybg}{rgb}{0.25,0.25,0.25}
|
||||
% \definecolor{yellowbg}{rgb}{0.91, 0.84, 0.42}
|
||||
% \definecolor{bananamania}{rgb}{0.98, 0.91, 0.71}
|
||||
|
||||
\mdfdefinestyle{warning}{%
|
||||
linecolor=red!70,
|
||||
frametitle={Warning},
|
||||
frametitlerule=true,
|
||||
frametitlebackgroundcolor=orange!40,
|
||||
backgroundcolor=orange!30,
|
||||
innertopmargin=\topskip,
|
||||
roundcorner=8pt,
|
||||
linewidth=1pt,
|
||||
}
|
||||
% \mdtheorem[style=theoremstyle]{warning}{Warning}
|
||||
|
||||
\mdfdefinestyle{listing}{%
|
||||
linecolor=Aquamarine!50,
|
||||
linewidth=1pt,
|
||||
backgroundcolor=yellow!40,
|
||||
roundcorner=8pt,
|
||||
% frametitlerule=true,
|
||||
% frametitlebackgroundcolor=yellow!50,
|
||||
innertopmargin=\topskip,
|
||||
}
|
||||
% \mdtheorem[style=listing]{listing}{Listing}
|
||||
|
||||
% \DeclareSIUnit\eVperc{\eV\per\clight}
|
||||
% \DeclareSIUnit\clight{\text{\ensuremath{c}}}
|
||||
|
||||
\begin{document}
|
||||
\title{Muonic X-rays from aluminum, titanium, ...}
|
||||
\author{Nam H. Tran \\ Boston University}
|
||||
\date{\today}
|
||||
\maketitle
|
||||
|
||||
\input{tex/abstract.tex}
|
||||
\input{tex/intro.tex}
|
||||
\input{tex/setup.tex}
|
||||
\input{tex/analysis.tex}
|
||||
\input{tex/results.tex}
|
||||
|
||||
\bibliographystyle{h-physrev}
|
||||
\bibliography{xray}
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user