|
From: Hans F. N. <Han...@hi...> - 2004-11-16 06:53:14
|
On Mon, Nov 15, 2004 at 05:08:01PM -0300, Agustín E. Bolzán wrote:
> Hello Hans F. Nordhaug,
>
> thank you very much for your answer, but it did not work.
> This is a minimal example (as you usually ask):
>
> \documentclass{article}
> \usepackage{pifont}
> \begin{document}
> \Pisymbol{pzd}{51} This is an example!
> \end{document}
>
> And this is what I get when I run texify:
>
> Errors were reported during the execution of texify.exe.
> *** WinEdt captured the following error file:
>
> [1makepk: "pzdr.pk" could not be created.
> pzdr: Can't locate a Type 1, TTF, PK, or virtual font file
There is supposed to be a type1 version of the dingbats fonts -
try "kpsewhich.exe uzdr.pfb". It should return
"texmf\fonts\type1\urw\urwstd\uzdr.pfb". If you don't have that file
use the MiKTeX Package Manager to (re)install the "urwstd" package.
If you have that file, something is wrong in your "updmap.cfg".
Is the "urwstd" entries in place?
Map uag.map
Map ubk.map
Map ucr.map
Map uhv.map
Map unc.map
Map upl.map
Map usy.map
Map utm.map
Map uzc.map
Map uzd.map
I notice in another post that your considering reinstalling. That might of
course work, but in my view that is a bad Windows habbit...
Hans
|