Sample file:
\documentclass{article}
\usepackage{marvosym}
\begin{document}
\Email
\Mobilefone
\end{document}
Compiles nicely in normal LaTeX but YAP shows and "kH" and gives an
error referring to File->Doc Probs which indicates CMR10 is fine and
umvs not loadable. Using PDF Texify things go along great until it
gives an error message and says it failed to create a pdf file. The
pdf texify log file end with:
!pdfTeX error: pdflatex (file umvs): Font umvs at 600 not found
==> Fatal error occurred, no output PDF file produced!
How do I load the fonts or whatever (this is the first package within
MiKTeX that I have had to do anything like this manually)? Thanks, ds
Well obviously marvosym.map is not activated. But it works fine for
me without having to do anything manually. Also I just deinstalled
and reinstalled the package and it still works fine, so there is no
packaging error in actual versions. Which miktex version are you
using? And when did you install the marvosym package?
--
Ulrike Fischer
I am using MikTeX 2.8 and I uninstalled marvosym this morning and had
it reinstall it (on-the-fly when compiling a doc that uses it) and I
have the same problem. Below is the complete pdftex log if it helps:
This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) (preloaded
format=pdflatex 2010.5.14) 14 MAY 2010 07:47
entering extended mode
**C:/Users/David/Documents/Tex*Files/Test01.TeX
("C:/Users/David/Documents/Tex Files/Test01.TeX"
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang,
nohyphenation, ge
rman, ngerman, german-x-2009-06-19, ngerman-x-2009-06-19, french,
loaded.
("C:\Program Files\MiKTeX 2.8\tex\latex\base\article.cls"
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
("C:\Program Files\MiKTeX 2.8\tex\latex\base\size10.clo"
File: size10.clo 2007/10/19 v1.4h 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:\Program Files\MiKTeX 2.8\tex\latex\marvosym\marvosym.sty"
Package: marvosym 2006/05/11 v2.1 Martin Vogel's Symbols font
definitions
)
("C:\Users\David\Documents\Tex Files\Test01.aux")
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line
3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line
3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line
3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Try loading font information for U+mvs on input
line 4.
("C:\Program Files\MiKTeX 2.8\tex\latex\marvosym\umvs.fd") [1
{C:/Users/David/AppData/Local/MiKTeX/2.8/pdftex/config/pdftex.map}]
("C:\Users\David\Documents\Tex Files\Test01.aux") )
Here is how much of TeX's memory you used:
405 strings out of 495285
4220 string characters out of 3180394
47408 words of memory out of 3000000
3681 multiletter control sequences out of 15000+200000
4057 words of font info for 15 fonts, out of 3000000 for 9000
14 hyphenation exceptions out of 8191
23i,4n,17p,196b,107s stack positions out of 5000i,500n,10000p,200000b,
50000s
>> Well obviously marvosym.map is not activated. But it works fine for
>> me without having to do anything manually. Also I just deinstalled
>> and reinstalled the package and it still works fine, so there is no
>> packaging error in actual versions. Which miktex version are you
>> using? And when did you install the marvosym package?
> I am using MikTeX 2.8 and I uninstalled marvosym this morning and had
> it reinstall it (on-the-fly when compiling a doc that uses it) and I
> have the same problem. Below is the complete pdftex log if it helps:
> {C:/Users/David/AppData/Local/MiKTeX/2.8/pdftex/config/pdftex.map}]
Do you have a multiuser-installation? In this case my guess is that
you have a second set of map-files.
Rename the pdftex.map above and then run your example again. Does
pdflatex find another pdftex.map? And does it work now?
--
Ulrike Fischer
My MikTeX 2.8 is in C:\program files and using MS Vista's fabulous
search finds no pdftex.map file in program files or program data or
their subfolders. I can't find the file anywhere.?!
>> Rename the pdftex.map above and then run your example again. Does
>> pdflatex find another pdftex.map? And does it work now?
> My MikTeX 2.8 is in C:\program files and using MS Vista's fabulous
> search finds no pdftex.map file in program files or program data or
> their subfolders. I can't find the file anywhere.?!
I didn't wrote: "Search for pdftex.map", but: Rename the pdftex.map
mentioned in your log (e.g. to pdftex.mapOLD) and then compile
again. What happens?
--
Ulrike Fischer