The title of the LaTeX document I'm writing has some math-mode expressions. However, its font type does not match that in the rest of words, which are not in math-mode.
Example:
\documentclass[a4paper]{article}
\title{From $7-8$~$\mu$m}
\author{Baister}
\begin{document}
\maketitle
\end{document}
As you can see, "From" and "m" looks different than the rest of the letters.
I'm forced to use a concrete class (provided by a company), so that I can't use titlepage environment.
How can I solve this problem?
Thanks.



\mcro\meter?, themshould be in math mode as well), make the whole title not in bold, or use packagesiunitxand let it take care of the font. – Johannes_B Feb 25 '15 at 16:24