[Tex/LaTex] Error: ! Font \csname\endcsname=psyr at 10.95pt not loadable: Metric (TFM) file not found

errorsfonts

I'm a LaTeX beginner and I tried to compile a LaTeX document without results.
The error displayed is:

Couldn't find `ps.cfg'

miktex-maketfm: No creation rule for font psyr.

! Font \csname\endcsname=psyr at 10.95pt not loadable: Metric (TFM)
file not fo und.
\endgroup \set@typeset@protect l.116 \newpage
?

By reading this error I suppose that is related to a font (but I am not sure).
Here is the list of package that I use:

\usepackage{graphicx} 
\usepackage{epsfig} 
\usepackage{amsfonts} 
\usepackage{amssymb} 
\usepackage{amsbsy} 
\usepackage{amsmath} 
\usepackage{times} 
\usepackage{algorithmic} 
\usepackage{algorithm} 
\usepackage{openbib} 
\usepackage{cite} 
%\usepackage{flushend} 
\usepackage{enumerate} 
\usepackage{color} 
\usepackage{psfrag,subfigure,fancyhdr} 
\usepackage{acronym} 
\usepackage{hhline} 
\usepackage{latexsym} 
\usepackage{multirow} 
\usepackage{float} 
\usepackage[english]{babel} 
\usepackage{url} 
\usepackage{algorithm,algorithmic} 
\usepackage{setspace} 
%\usepackage{threeparttable} 
\usepackage{xspace} 
\usepackage{supertabular} 
%\usepackage{glossary} 
\usepackage{eucal} 
\usepackage{stmaryrd} 
\usepackage{multicol} 
\usepackage{epstopdf} 
\usepackage{dsfont} 
\usepackage{bm,pmat,amsthm}

Is there anyone that could help me?

Best Answer

Please try the following MWE:

\documentclass{article}
\usepackage{fonttable}

\begin{document}
\section{Symbol psyr}
\fonttable{psyr}
\end{document}

It should compile without error and results in a font table. If it does not compile you have a problem like that @Heiko mentioned in his comment ...

Fonttable Symbol