macros.tex 253 B

12345678
  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}