\text to \mathrm

This commit is contained in:
Pierre-antoine Comby 2019-03-18 13:11:41 +01:00
parent d7cdd95bf0
commit 62445da079

View file

@ -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}}