% LaTeX Article with MTPro2 Lite fonts Template
% For use with MathTime Professional II (Lite version)
\documentclass{article}
% Define text fonts
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[scaled=0.92]{helvet} % set Helvetica as the sans-serif font
\renewcommand{\rmdefault}{ptm} % set Times as the default text font
% If AMS-LaTeX is used, it can be loaded before or after mtpro2
\usepackage{amsmath}
% The following loads mtpro2 lite and defines some common options
\usepackage[lite,subscriptcorrection,slantedGreek,nofontinfo]{mtpro2}
% Optionally load the following package to use heavy symbols in place of bold symbols
%\usepackage{bm}
\begin{document}
\title{MTPro2 Lite Test} % Enter your title between curly braces
\author{Overleaf} % Enter your name between curly braces
\date{6 Apr 2015} % Enter your date or \today between curly braces
\maketitle
\section{Testing 1} % Enter section title between curly braces
\begin{equation}
E = mc^2
\end{equation}
\subsection{Testing 2} % Enter subsection title between curly braces
% Set the ending of a LaTeX document
\end{document}