diff options
author | syn <isaqtm@gmail.com> | 2020-02-26 09:32:04 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-02-26 09:32:04 +0300 |
commit | 8e14231532896365806e440e5610b7b2d69dc83a (patch) | |
tree | c752d68a514c901536d2d0d77d085425090e053c /intro.tex | |
parent | 1888f872c42b0d4d87048ad7aeaaa280e09c522a (diff) | |
download | tex2-8e14231532896365806e440e5610b7b2d69dc83a.tar.gz |
New bunch
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}} |