diff options
author | syn <isaqtm@gmail.com> | 2020-02-04 10:43:02 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-02-04 10:43:02 +0300 |
commit | 8af2046bf8bbcb512b6040ca15079ca9618d37a4 (patch) | |
tree | 96881b5f81db0b69ddfbd582b48fe92750703623 /intro.tex | |
parent | 867708801b4d27ea69c273075f23ebeb13730a5f (diff) | |
download | tex2-8af2046bf8bbcb512b6040ca15079ca9618d37a4.tar.gz |
[breaks things] remove some packages
Diffstat (limited to 'intro.tex')
-rw-r--r-- | intro.tex | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -5,7 +5,7 @@ \setlength\headheight{13.6pt} \usepackage{ - amsmath, amsthm, amssymb, mathtools, commath, + amsmath, amssymb, mathtools, graphicx, xcolor, fancyhdr, hyperref, enumerate, framed } @@ -43,7 +43,19 @@ \end{cframed} } +\newcommand{\dmquestion}[1]{ + \begin{center} \textbf{#1} \end{center} +} + \newcommand{\br}[1]{\left( #1 \right)} +\newcommand*{\qed}{\hfill\ensuremath{\blacksquare}} +\newcommand*{\qedempty}{\hfill\ensuremath{\square}} + +\newcommand{\explain}[1]{ + \begin{bmatrix} + #1 + \end{bmatrix} +} \newcommand{\probability}[1]{\mathrm{Pr} \left[ #1 \right]} \newcommand{\expected}[1]{\mathrm{E} \left[ #1 \right]} @@ -51,6 +63,7 @@ \newcommand{\todo}{\texttt{todo!}} \newcommand{\osmall}[1]{\overline{o}\left( #1 \right)} +\DeclareMathOperator{\dif}{d \!} \hypersetup{colorlinks=true, linkcolor=magenta} |