diff options
Diffstat (limited to 'mathshit.sty')
-rw-r--r-- | mathshit.sty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mathshit.sty b/mathshit.sty index 0a64818..31e6398 100644 --- a/mathshit.sty +++ b/mathshit.sty @@ -35,6 +35,7 @@ \newcommand{\br}[1]{\left( #1 \right)} \newcommand{\brac}[2]{ \br{ \frac{#1}{#2} } } \newcommand{\dbrac}[2]{ \br{ \dfrac{#1}{#2} } } +\newcommand{\fractial}[2]{ \frac{\partial #1}{\partial #2} } \newcommand*{\qed}{\hfill\ensuremath{\blacksquare}} \newcommand*{\qedempty}{\hfill\ensuremath{\square}} |