I wish to know if is possible to modify the following MWE adding only a few characters.
\documentclass[12pt,fleqn]{book}
\usepackage[italian]{babel}
\usepackage{times} % Use the Times font for headings
\usepackage[lite]{mtpro2}%
\usepackage{microtype} % Slightly tweak font spacing for aesthetics
\usepackage[utf8]{inputenc} % Required for including letters with accents
\usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs
\def\xyz{(x,y,z)}
\begin{document}
\begin{equation}
\frac{\partial \varphi \xyz}{\partial x}\hat{\textbf x}+\frac{\partial \varphi \xyz}{\partial y}\hat{\textbf y}+\frac{\partial \varphi \xyz}{\partial z}\hat{\textbf z}.
\end{equation}
\begin{equation}\frac{\vardelta \varphi \xyz}{\vardelta x}\hat{\textbf x}+\frac{\vardelta \varphi \xyz}{\vardelta y}\hat{\textbf y}+\frac{\vardelta \varphi \xyz}{\vardelta z}\hat{\textbf z}.\end{equation}
\begin{equation}
\int_{t_0}^{t_1} v\,dt
\end{equation}
\end{document}
In particular, I don’t like the symbol \partial (eq. 1) or \vardelta (eq. 2), but with the Times font there is exactly the partial symbol that I like (∂) (Unicode cod. 2202) (see formula (eq.1) and (eq.2)).
Is it possible to change the symbol \partial or \vardelta with the symbol ∂ (i.e. with \DeclaremathOperator or \DeclareMathSymbol) that is very nice?
After, is there the possibility, too, for the same reason, to have a different vertical integral sign for all the types of integrals always with mt2pro[lite] and Times (eq. 3) and to add the tensor symbol (a special character bold)? You can see the second image.
I hope to have your help. Best regards.



