\text to \mathrm
This commit is contained in:
parent
d7cdd95bf0
commit
62445da079
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@
|
|||
|
||||
\newcommand{\intinfty}{\int_{-\infty}^{+\infty}}
|
||||
|
||||
\renewcommand{\d}{\text{d}}
|
||||
\newcommand{\dd}[2]{\frac{\text{d} #1}{\text{d} #2}}
|
||||
\newcommand{\ddd}[2]{\frac{\text{d}^2 #1}{\text{d} {#2}^2}}
|
||||
\renewcommand{\d}{\mathrm{d}}
|
||||
\newcommand{\dd}[2]{\frac{\d #1}{\d #2}}
|
||||
\newcommand{\ddd}[2]{\frac{\d^2 #1}{\d {#2}^2}}
|
||||
\newcommand{\dr}[2]{\frac{\partial #1}{\partial #2}}
|
||||
\newcommand{\divv}{\text{div}}
|
||||
\newcommand{\grad}{\text{grad}}
|
||||
|
|
Loading…
Reference in a new issue