I am a beginner in Latex. What I know is, how to type my papers. But recently I found out that I can change the fonts of Latex. Perhaps for you is nothing new but for me is really surprising. But there is a problem when I want to use these new fonts which I don't how to fix it. I would be most thankful to you if you could help me to figure out what to do.
I am writing these lines
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{pxfonts}
\usepackage{pbsi}
\renewcommand{\rmdefault}{pbsi}
\renewcommand{\mddefault}{xl}
\renewcommand{\bfdefault}{xl}
\usepackage[defaultmathsizes,noasterisk]{mathastext}
\begin{document}
Hello
\end{document}
and when I run it I get this:
Trying to make PK font pbsi8r at 720 DPI... Running miktex-makemf.exe... miktex-makemf: The pbsi8r source file could not be found. Running ttf2pk.exe... miktex-makepk: PK font pbsi8r could not be created. Process exited with error(s)
What does it means?
pxfonts, butpbsi, what is “BrushScriptX-Italic”, and this is missed. It seems to me, that you don’t have a full MiKTeX installation. Another cause could be, that you have forgotten to update the font format files in MiKteX Options. I changed the title. I must also say, that your example works for me (full MiKTeX installation). – Speravir Oct 08 '12 at 02:53