I am trying to use the American Institute of Physics latex template but for some reason some greek letters and other math symbols are not working. Maybe it's my pc. So below is a aipproc document class file for you to check where pi, infinity and Omega are not rendered properly.
\documentclass[
,final % use final for the camera ready runs
%% ,draft % use draft while you are working on the paper
%% ,numberedheadings % uncomment this option for numbered sections
%% , % add further options here if necessary
]
{aipproc}
\usepackage{times,mathptm}
\usepackage{amsfonts} %mathbb
\usepackage{amssymb, amsmath}
\layoutstyle{8x11single}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% FRONTMATTER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\usepackage{amsfonts, amsthm, latexsym}
%\usepackage{amssymb,amsmath, graphicx}
\begin{document}
\title{why are greeks and other symbols failing?}
\classification{02.60.-x,02.70.Bf}
\keywords {}
% \author{<author1>}{
% address={<author1 address>}
% }
\author{me}{
% address={<common address for author2 and author3>}
}
\author{him}{
address={Department of Applied Mathematics}
% ,altaddress={<author1 address>} % additional visiting address
}
\begin{abstract}
\end{abstract}
\maketitle
\section{Introduction}
Pi: $\pi$, Infinity: $\infty$, Omega: $\Omega$
\end{document}
