Code: Select all
\newcommand{\wrt}[1]{\mathrm{d}{#1}}
Is there a symbol for this that I'm missing? If not, does anyone have a better solution than mine? I'm kind of tired of this solution (it's a lot of typing for one character).
Thanks.
Code: Select all
\newcommand{\wrt}[1]{\mathrm{d}{#1}}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{scrartcl}
\usepackage{cool}
\Style{DSymb={\mathrm d},DShorten=true,IntegrateDifferentialDSymb=\mathrm{d}}
\begin{document}
\[\D{f}{x}\]
\[\D{f}{x,y,z}\]
\[\Int{f(x)}{x,a,b}\]
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.