I am encountering a problem where my tex document gives me an error whenever I try and type the AR symbol in math mode using the elsarticle document class. I am currently using texmaker with miktex 2.9 on a windows 8 machine. Below is the code and error code I am seeing.
Code: Select all
\documentclass[final,authoryear,5p,times,twocolumn]{elsarticle}
\usepackage{ar}
\usepackage{amsmath}
\begin{document}
\section{}
$\AR$
\end{document}
The error is:
Code: Select all
! Font U/ar/m/it/5=ar5 at 5.0pt not loadable: Metric (TFM) file not found.
Does anyone know how to fix this? The strange thing is that the error always stops the quick build but if I click view pdf, the file is generated how I would expect.