diff --git a/draft.tex b/draft.tex new file mode 100644 index 0000000..8513f82 --- /dev/null +++ b/draft.tex @@ -0,0 +1,108 @@ +% vim: set sts=4 et : +\documentclass[reprint,preprintnumbers,prd,nofootinbib]{revtex4-1} + +\usepackage{amsfonts} +\usepackage{amsmath} +\usepackage{array} +\usepackage{braket} +\usepackage{epstopdf} +\usepackage{graphicx} +\usepackage{hepparticles} +\usepackage{hepnicenames} +\usepackage{hepunits} +\usepackage{hyperref} +\usepackage[% + utf8 +]{inputenc} +\usepackage{slashed} +\usepackage{subfigure} +\usepackage{placeins} +\usepackage[% + normalem +]{ulem} +\usepackage[% + usenames, + svgnames, + dvipsnames +]{xcolor} + + +%% Shortcuts %% +\newcommand{\ie}{\textit{i.e.}} +\newcommand{\nuvec}{\vec{\nu}} +\newcommand{\order}[1]{\mathcal{O}\left({#1}\right)} +\newcommand{\refapp}[1]{appendix~\ref{app:#1}} +\newcommand{\refeq}[1]{eq.~(\ref{eq:#1})} +\newcommand{\refeqs}[2]{eqs.~(\ref{eq:#1})--(\ref{eq:#2})} +\newcommand{\reffig}[1]{figure~\ref{fig:#1}} +\newcommand{\refsec}[1]{section~\ref{sec:#1}} +\newcommand{\reftab}[1]{table~\ref{tab:#1}} +\let\oldtheta\theta +\renewcommand{\theta}{\vartheta} +\newcommand{\eps}{\varepsilon} +\newcommand{\para}{\parallel} +\newcommand{\Gfermi}{G_F} +\newcommand{\dd}[2][]{{\mathrm{d}^{#1}}#2\,} +\DeclareMathOperator{\sign}{sgn} +\DeclareMathOperator{\ReNew}{Re} +\DeclareMathOperator{\ImNew}{Im} +\let\Re\ReNew +\let\Im\ImNew +\DeclareMathOperator*{\sumint}{% +\mathchoice% + {\ooalign{$\displaystyle\sum$\cr\hidewidth$\displaystyle\int$\hidewidth\cr}} + {\ooalign{\raisebox{.14\height}{\scalebox{.7}{$\textstyle\sum$}}\cr\hidewidth$\textstyle\int$\hidewidth\cr}} + {\ooalign{\raisebox{.2\height}{\scalebox{.6}{$\scriptstyle\sum$}}\cr$\scriptstyle\int$\cr}} + {\ooalign{\raisebox{.2\height}{\scalebox{.6}{$\scriptstyle\sum$}}\cr$\scriptstyle\int$\cr}} +} +\DeclareMathOperator*{\argmax}{arg\,max} +\newcommand{\wilson}[2][]{\mathcal{C}^\text{#1}_{#2}} +\newcommand{\op}[1]{\mathcal{O}_{#1}} +\newcommand{\la}{\langle} +\newcommand{\ra}{\rangle} +\def\deriv {\ensuremath{\mathrm{d}}} +\def\qsq {\ensuremath{q^2}\xspace} + +%% Kinematic Macros %% + +%% Editing %% +%\usepackage[normalem]{ulem} % for \sout{} +%\makeatletter +%\newcommand{\todo}[1]{\textcolor{red}{\textbf{ToDo:} #1}} +%\newcommand{\ok}{\ensuremath{\checkmark}} +%\def\dvd{\@ifstar\@@dvd\@dvd} +%\newcommand{\@dvd}[1]{\textcolor{purple}{[\textbf{DvD:} #1]}} +%\newcommand{\@@dvd}[1]{\textcolor{purple}{#1}} +%\def\rsc{\@ifstar\@@rsc\@rsc} +%\newcommand{\@rsc}[1]{\textcolor{ForestGreen}{[\textbf{RsC:} #1]}} +%\newcommand{\@@rsc}[1]{\textcolor{ForestGreen}{#1}} +%\makeatother + +\begin{document} + +\allowdisplaybreaks + +\preprint{ZU-TH-} +\title{Towards establishing Lepton Flavour Universality breaking in $B\to K^*\ell^+\ell^-$ decays} +%\title{Novel approach for probing Lepton Flavour Universality in $B\to K^*\ell^+\ell^-$ decays} +%\title{Probing Lepton Flavour Universality in $B\to K^*\ell^+\ell^-$ decays} +\author{Andrea Mauri} +\email{a.mauri@cern.ch} +\author{Nicola Serra} +\email{nicola.serra@cern.ch} +\author{Rafael Silva Coutinho} +\email{rafael.silva.coutinho@cern.ch} +\affiliation{Physik-Institut, Universit\"at Z\"urich, Winterthurer Strasse 190, 8057 Z\"urich, Switzerland} + +\begin{abstract} + Abstract +\end{abstract} + +\maketitle + +\section{Introduction} +\label{sec:intro} + +\bibliography{references} + +\end{document}