Now I'm using mtpro2 lite font but when I use the code "\leqslant", I do not get the symbol of mtpro2:
, I got the normal symbol of Ams. Can somebody tell me how can I get the symbol of mtpro2? Thank you.
\documentclass[12pt, a4paper]{book}
\usepackage[utf8]{vietnam}
\usepackage[lite]{mtpro2}
\usepackage[left=1.6cm, right=1.6cm, top=1.3cm, bottom=0cm ]{geometry}
\renewcommand{\rmdefault}{ptm}
\setlength{\parindent}{0pt}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\pagestyle{plain}
\begin{document}
....
\end{document}