diff options
Diffstat (limited to 'intro.tex')
-rw-r--r-- | intro.tex | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,7 @@ \setlength\headheight{13.6pt} \usepackage{ - amsmath, amssymb, mathtools, + amsmath, amssymb, mathtools, relsize, graphicx, xcolor, fancyhdr, hyperref, enumerate, framed } @@ -66,6 +66,8 @@ } \newcommand{\br}[1]{\left( #1 \right)} +\newcommand{\brac}[2]{ \br{ \frac{#1}{#2} } } +\newcommand{\dbrac}[2]{ \br{ \dfrac{#1}{#2} } } \newcommand*{\qed}{\hfill\ensuremath{\blacksquare}} \newcommand*{\qedempty}{\hfill\ensuremath{\square}} |