|
From: <aeb...@in...> - 2004-11-15 20:07:16
|
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
Not sure how to proceed. For now this is fatal
Maybe in the future, I'll substitute some other font.
Output file removed.
*** WinEdt captured the following console output:
text.dvi -> text.pdf
Trying to make PK font "pzdr" (at 600 DPI)...
"makemf" --verbose "pzdr"
"ttf2pk" -q -t "pzdr"
And this is from pdflatex:
This is pdfeTeX, Version 3.141592-1.20a-2.2 (MiKTeX 2.4) (preloaded format=latex 2004.9.13) 15 NOV 2004 17:04
entering extended mode
**text.tex
(text.tex
LaTeX2e <2003/12/01>
Babel <v3.8a> and hyphenation patterns for english, italian, spanish, ukenglish
, dumylang, nohyphenation, loaded.
(C:\texmf\tex\latex\base\article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
(C:\texmf\tex\latex\base\size10.clo
File: size10.clo 2004/02/16 v1.4f Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
) (C:\texmf\tex\latex\psnfss\pifont.sty
Package: pifont 2004/01/26 PSNFSS-v9.1b Pi font support (SPQR)
LaTeX Font Info: Try loading font information for U+pzd on input line 63.
(C:\texmf\tex\latex\psnfss\upzd.fd
File: upzd.fd 2001/06/04 font definitions for U/pzd.
)
LaTeX Font Info: Try loading font information for U+psy on input line 64.
(C:\texmf\tex\latex\psnfss\upsy.fd
File: upsy.fd 2001/06/04 font definitions for U/psy.
))
(text.aux)
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
[1
{psfonts.map
Warning: pdflatex (file psfonts.map): invalid entry for `pcrr8rn': SlantFont/Ex
tendFont can be used only with embedded T1 fonts
}] (text.aux) )
Here is how much of TeX's memory you used:
264 strings out of 95503
2472 string characters out of 1189391
46371 words of memory out of 1050124
3424 multiletter control sequences out of 35000
4330 words of font info for 16 fonts, out of 500000 for 1000
22 hyphenation exceptions out of 607
23i,4n,17p,131b,107s stack positions out of 1500i,500n,5000p,200000b,32768s
8 PDF objects out of 300000
0 named destinations out of 300000
1 words of extra memory for PDF output out of 65536
<C:\texmf\fonts\type1\bluesky\cm\cmr10.pfb>
Warning: pdflatex (file pzdr): Font pzdr at 600 not found
Output written on text.pdf (1 page, 6568 bytes).
Any suggestion?
Thanks once again in advance,
Agustín E. Bolzán mailto:aeb...@in...
Monday, November 15, 2004, 4:52:02 PM, you wrote:
HFN> On Mon, Nov 15, 2004 at 02:20:38PM -0300, Agustín E. Bolzán wrote:
>> Dear Miktexers,
>>
>> I do not understand why it happens now, but in the past
>> I could use the pifont package and see the dingbats in my
>> documents. Now, after some time and some upgrades of MikTeX,
>> there is no way to get dingbats.
>> I put \usepackage{pifont} in the preamble and \Pisymbol{pzd}{51} in the
>> text and it appears number "3" instead. As this was possible
>> in the past it seems to me that there is some problem with
>> the installation of MikTex and that it is not a TeX-related
>> problem. Any clue?
HFN> Well, I have an up-to-date MiKTeX and your
HFN> example works nicely - I get a
HFN> check mark. (Nice symbol; I should start using it.) My best bet is to
HFN> run "initexmf -u" and then "initexmf --mkmaps".
HFN> Hans
|