This is Haji's MSc thesis codes. Use it with ultimate caution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

definitions.tex 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. \newcommand{\redqueen}{\lr{\textsc{RedQueen}}\xspace}
  2. \newcommand{\cheshire}{\lr{\textsc{Cheshire}}\xspace}
  3. \newcommand{\dataset}{{\cal D}}
  4. \newcommand{\fracpartial}[2]{\frac{\partial #1}{\partial #2}}
  5. \newcommand{\eg}{\emph{e.g.}}
  6. \newcommand{\ie}{\emph{i.e.}}
  7. \newcommand{\RR}{\mathbb{R}} % Real numbers
  8. \newcommand{\PP}{\mathbb{P}} % Probability
  9. \newcommand{\EE}{\mathbb{E}} % Expectation
  10. \newcommand{\lambdab}{\boldsymbol{\lambda}}
  11. \newcommand{\gammab}{\boldsymbol{\gamma}}
  12. \newcommand{\Ab}{\bm{A}}
  13. \newcommand{\Bb}{\bm{B}}
  14. \newcommand{\Cb}{\bm{C}}
  15. \newcommand{\Db}{\bm{D}}
  16. \newcommand{\Ib}{\bm{I}}
  17. \newcommand{\Mb}{\bm{M}}
  18. \newcommand{\Nb}{\bm{N}}
  19. \newcommand{\Pb}{\bm{P}}
  20. \newcommand{\Ecal}{\mathcal{E}}
  21. \newcommand{\Fcal}{\mathcal{F}}
  22. \newcommand{\Gcal}{\mathcal{G}}
  23. \newcommand{\Hcal}{\mathcal{H}}
  24. \newcommand{\Ncal}{\mathcal{N}}
  25. \newcommand{\Vcal}{\mathcal{V}}
  26. \newcommand{\II}{\mathbb{I}}
  27. \newcommand{\ub}{\bm{u}}
  28. \newcommand{\ib}{\bm{i}}
  29. \newcommand{\diag}{\mathop{\mathrm{diag}}}
  30. \newcommand{\cbr}[1]{\left\{#1\right\}}
  31. % algorithm environment
  32. \renewcommand{\algorithmicrequire}{\textbf{Input:}}
  33. \renewcommand{\algorithmicensure}{\textbf{Output:}}
  34. % colon beginning of algorithm number
  35. \captionsetup[algorithm]{labelsep=colon}
  36. % custom dot
  37. \newcommand*{\Cdot}{\raisebox{-0.45ex}{\scalebox{1.15}{$\cdot$}}}
  38. \newcommand*{\Ldot}{\raisebox{-0.2ex}{\scalebox{1.15}{$\cdot$}}}