macros.tex 505 B

12345678910111213141516
  1. %your own macros, abbreviations, etc.
  2. %\newcommand\todo[1]{\textcolor{red}{TODO: #1}}
  3. %\newcommand\fixme[1]{\textcolor{green}{FIXME: #1}}
  4. \newcommand{\ie}{\textit{i.e.}\xspace}
  5. \newcommand{\eg}{\textit{e.g.}\xspace}
  6. \newcommand{\etal}{\textit{et al.}\xspace}
  7. \newcommand{\RO}{\ensuremath{\mathcal{R}_0}}
  8. \newcommand{\Rt}{\ensuremath{\mathcal{R}_t}}
  9. \newcommand{\Loss}[1]{\ensuremath{\mathcal{L}_{#1}(\hat{\boldsymbol{y}}, \boldsymbol{y})}}
  10. \newcommand{\expnumber}[2]{\ensuremath{{#1}\mathrm{e}{#2}}}