[MiKTeX] MiKTeX 2.8: Unable to use \othermu with fouriernc package. What's missing?
MiKTeX source code moved to GitHub
Brought to you by:
csc
|
From: Szabolcs H. <szh...@gm...> - 2009-09-03 10:28:31
|
Hello,
I recently uninstalled MiKTeX 2.7 and installed the new 2.8 version.
One of my documents that used to compile using pdflatex with 2.7 cannot
be compiled with 2.8 now. Here's a minimal example:
\documentclass{article}
\usepackage{fouriernc}
\begin{document}
$\othermu$
\end{document}
What is wrong, why doesn't it work with 2.8? Perhaps I had some package
installed in 2.7 that is not present now and MiKTeX won't install it
automatically for some reason?
Does anyone know how to fix this problem?
Szabolcs
P.S.
This is the error message I get in the console:
Trying to make PK font fourier-ml at 540 DPI...
Running miktex-makemf.exe...
miktex-makemf: The fourier-ml source file could not be found.
Running ttf2pk.exe...
miktex-makepk: PK font fourier-ml could not be created.
!pdfTeX error: pdflatex (file fourier-ml): Font fourier-ml at 540 not found
==> Fatal error occurred, no output PDF file produced!
|