I just want to use Alegreya font with pdflatex. i had a question about an error before and got an answer. But it gives another error now. what should i do.
error message:
miktex-makepk: PK font Alegreya-Regular-lf-t1--base could not be created.
in log file:
!pdfTeX error: pdflatex.exe (file Alegreya-Regular-lf-t1--base): Font Alegreya- Regular-lf-t1--base at 657 not found ==> Fatal error occurred, no output PDF file produced!
\documentclass[11pt,a4paper]{article}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[left=2.50cm, right=2.50cm, top=2.50cm, bottom=2.50cm]{geometry}
\usepackage[T1]{fontenc}
\usepackage{Alegreya} %% Option 'black' gives heavier bold face
\renewcommand*\oldstylenums[1]{{\AlegreyaOsF #1}}
\begin{document}
This is giving an error.
\end{document}
updmap. – Ulrike Fischer Jan 20 '14 at 17:09