macros.tex 515 B

12345678910111213141516171819
  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. \DeclareMathOperator{\TNR}{TNR}
  8. \DeclareMathOperator{\TPR}{TPR}
  9. \DeclareMathOperator{\FNR}{FNR}
  10. \DeclareMathOperator{\FPR}{FPR}
  11. \newcommand\aster{\textcolor{gray}{($\ast$)\:}}
  12. \newcommand{\N}{\mathds{N}}
  13. \newcommand{\R}{\mathbb{R}}
  14. \newcommand{\I}{\mathbb{I}}