ich habe ein Problem, das ich nicht gelöst bekomme:
Es scheint, als würde etwas mit "yfrak" nicht stimmen...
This is pdfTeX, Version 3.1415926-1.40.10 (MiKTeX 2.8) (preloaded format=pdflatex 2013.1.26) 22 APR 2013 00:11 entering extended mode **Lebenslauf1.tex ("E:\Users\...\Lebenslauf1.tex" LaTeX2e <2009/09/24> Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, german, ngerman, german-x-2009-06-19, ngerm an-x-2009-06-19, french, loaded. ("C:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\article.cls" Document Class: article 2007/10/19 v1.4h Standard LaTeX document class ("C:\Program Files (x86)\MiKTeX 2.8\tex\latex\base\size12.clo" File: size12.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 (x86)\MiKTeX 2.8\tex\generic\babel\babel.sty" Package: babel 2008/07/08 v3.8m The Babel package ************************************* * Local config file bblopts.cfg used * ("C:\Program Files (x86)\MiKTeX 2.8\tex\latex\00miktex\bblopts.cfg" File: bblopts.cfg 2006/07/31 v1.0 MiKTeX 'babel' configuration ) ("C:\Program Files (x86)\MiKTeX 2.8\tex\generic\babel\ngermanb.ldf" Language: ngermanb 2008/07/06 v2.6n new German support from the babel system ("C:\Program Files (x86)\MiKTeX 2.8\tex\generic\babel\babel.def" File: babel.def 2008/07/08 v3.8m Babel common definitions \babel@savecnt=\count87 \U@D=\dimen103 ) \l@naustrian = a dialect from \language\l@ngerman Package babel Info: Making " an active character on input line 92. )) ("C:\Program Files (x86)\MiKTeX 2.8\tex\latex\yfonts\yfonts.sty" Package: yfonts 2003/01/08 v1.3 (WaS) ) ("E:\Users\...\Lebenslauf1.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. LaTeX Font Info: Checking defaults for LY/yfrak/m/n on input line 4. LaTeX Font Info: ... okay on input line 4. LaTeX Font Info: Checking defaults for LYG/ygoth/m/n on input line 4. LaTeX Font Info: ... okay on input line 4. LaTeX Font Info: External font `cmex10' loaded for size (Font) <14.4> on input line 7. LaTeX Font Info: External font `cmex10' loaded for size (Font) <7> on input line 7. LaTeX Font Info: External font `yinitas at46.39pt' loaded for size (Font) <12> on input line 8. [1 {C:/Users/User/AppData/Local/MiKTeX/2.8/pdftex/config/pdftex.map}] ("E:\Users\...\Lebenslauf1.aux") ) Here is how much of TeX's memory you used: 675 strings out of 495269 8784 string characters out of 3179645 56694 words of memory out of 3000000 3953 multiletter control sequences out of 15000+200000 5542 words of font info for 21 fonts, out of 3000000 for 9000 14 hyphenation exceptions out of 8191 24i,6n,24p,221b,185s stack positions out of 5000i,500n,10000p,200000b,50000s !pdfTeX error: pdflatex (file yfrak): Font yfrak at 720 not found ==> Fatal error occurred, no output PDF file produced!
Hier, mein Minimalbeispiel:
\documentclass[a4paper, 12pt]{article} \usepackage[ngerman]{babel} \usepackage{yfonts} \begin{document} \title{Bla Bla} \author{Lebenslauf} \maketitle {\frakfamily\fraklines\yinipar{A}Bla Lebenslauf.\par} \end{document} \end{article}