Discussion:
[MiKTeX] Metric (TFM) file not found
Michael Fischer
2015-03-10 19:51:51 UTC
Permalink
Hi everyone,

I just recently started working with MiKTeX

I have a problem with the following code:

\documentclass{article}
\usepackage{yfonts}

\begin{document}
{\frakfamily\fraklines
\yinipar{T}his: is: an initial with a sentence in Fraktur.\\
\textfrak{This: is: also Fraktur.}\\
\textswab{This: is: Schwabacher.}\\
\textgoth{This: is: Gothic.}
}
\end{document}

I always get this error:
Font U/yinitas/m/n/10=yinitas not loadable: Metric (TFM) file not found.
\yinipar{T}

Can somebody pleas help me. Oh and I use a windows 7 system.

Syncerly yours
Mike

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
http://www.avast.com
Paul Johnson
2015-03-11 02:41:43 UTC
Permalink
Seems to me you need to see the full compile, including how you are
compiling, before anybody can help.

To save everybody the trouble of asking, I compiled this on Ubuntu Linux
with TexLive and it compiled well and displays perfectly.



/tmp $ pdflatex test.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/Debian)
(preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2014/05/01>
Babel <3.9k> and hyphenation patterns for 4 languages loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
(/usr/share/texlive/texmf-dist/tex/latex/yfonts/yfonts.sty)
No file test.aux.
[1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./test.aux)
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600
yinitas
mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600;
nonstopmode; input yinitas
This is METAFONT, Version 2.7182818 (TeX Live 2014/Debian) (preloaded
base=mf)

(/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitas.mf
(/usr/share/texlive/texmf-dist/fonts/source/public/cm/cmbase.mf)
(/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yintbase.mf)
(/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitA.mf [65])
(/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitB.mf [66])
(/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitC.mf [67])
(/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitD.mf [68])
(/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitE.mf [69])
(/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitF.mf [70])
(/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitG.mf [71])
(/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitH.mf [72])
(/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitJ.mf [73]
[74]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitK.mf
[75]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitL.mf
[76]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitM.mf
[77]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitN.mf
[78]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitO.mf
[79]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitP.mf
[80]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitQ.mf
[81]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitR.mf
[82]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitS.mf
[83]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitT.mf
[84]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitU.mf
[85]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitV.mf
[86]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitW.mf
[87]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitX.mf
[88]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitY.mf
[89]) (/usr/share/texlive/texmf-dist/fonts/source/public/gothic/yinitZ.mf
[90]) )
Font metrics written on yinitas.tfm.
Output written on yinitas.600gf (26 characters, 203940 bytes).
Transcript written on yinitas.log.
mktexpk:
/home/pauljohn/.texmf-var/fonts/pk/ljfour/public/gothic/yinitas.600pk:
successfully generated.
) </home/pa
uljohn/.texmf-var/fonts/pk/ljfour/public/gothic/yinitas.600pk></usr/share/texli
ve/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr/share/texlive/texm
f-dist/fonts/type1/public/gothic/yfrak.pfb></usr/share/texlive/texmf-dist/fonts
/type1/public/gothic/ygoth.pfb></usr/share/texlive/texmf-dist/fonts/type1/publi
c/gothic/yswab.pfb>
Output written on test.pdf (1 page, 49103 bytes).
Transcript written on test.log.
Post by Michael Fischer
Hi everyone,
I just recently started working with MiKTeX
\documentclass{article}
\usepackage{yfonts}
\begin{document}
{\frakfamily\fraklines
\yinipar{T}his: is: an initial with a sentence in Fraktur.\\
\textfrak{This: is: also Fraktur.}\\
\textswab{This: is: Schwabacher.}\\
\textgoth{This: is: Gothic.}
}
\end{document}
Font U/yinitas/m/n/10=yinitas not loadable: Metric (TFM) file not found.
\yinipar{T}
Can somebody pleas help me. Oh and I use a windows 7 system.
Syncerly yours
Mike
---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
http://www.avast.com
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website,
sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for
all
things parallel software development, from weekly thought leadership blogs
to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
MiKTeX-Users mailing list
https://lists.sourceforge.net/lists/listinfo/miktex-users
--
Paul E. Johnson
Professor, Political Science Assoc. Director
1541 Lilac Lane, Room 504 Center for Research Methods
University of Kansas University of Kansas
http://pj.freefaculty.org http://quant.ku.edu
Ulrike Fischer
2015-03-11 08:23:06 UTC
Permalink
Post by Paul Johnson
To save everybody the trouble of asking, I compiled this on Ubuntu
Linux with TexLive and it compiled well and displays perfectly.
Then your TeXlive is not up-to-date ;-). In a current texlive the
yinitas.mf and .tfm has been remove due to some licensing problems
and must be install manually from CTAN (it has been discussed two
week ago on the texlive mailing list). It is still part of miktex:

http://ctan.org/pkg/yinit-as
--
Ulrike Fischer
http://www.troubleshooting-tex.de/
Ulrike Fischer
2015-03-11 08:17:16 UTC
Permalink
Post by Michael Fischer
Hi everyone,
I just recently started working with MiKTeX
\documentclass{article}
\usepackage{yfonts}
\begin{document}
{\frakfamily\fraklines
\yinipar{T}his: is: an initial with a sentence in Fraktur.\\
\textfrak{This: is: also Fraktur.}\\
\textswab{This: is: Schwabacher.}\\
\textgoth{This: is: Gothic.}
}
\end{document}
Font U/yinitas/m/n/10=yinitas not loadable: Metric (TFM) file not found.
\yinipar{T}
Open the package manager (it doesn't matter if admin or user
version). In the menu "repositories" click on synchronize, to make
sure that your package list is up-to-date. Then search for the
package "yinit-as", select it and click on the + to install it.
--
Ulrike Fischer
http://www.troubleshooting-tex.de/
Loading...