Hallo,
ich versuche gerade komacv für einen Lebenslauf zu verwenden. Wenn ich
das Beispielfile versuche zu übersetzen, kommt folgende Fehlermeldung
(W7 64bit, MiKTeX2.9 tagesaktuell):
http://mirrors.ctan.org/macros/latex/contrib/komacv/examples/komacv_example.tex
----
LaTeX Warning: Empty bibliography on input line 163.
LaTeX Warning: Reference `LastPage' on page 2 undefined on input line 165.
[2
! pdfTeX error (font expansion): auto expansion is only possible with
scalable
fonts.
\AtBegShi@Output ...ipout \box \AtBeginShipoutBox
\fi \fi
l.165 \newpage
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on komacv_example.log.
Sorry, but "C:\Program Files (x86)\MiKTeX 2.9\miktex\bin\texify.exe" did
not succeed.
The log file hopefully contains the information to get MiKTeX going again:
C:/Users/frank.knappe/AppData/Local/MiKTeX/2.9/miktex/log/texify.log
----
Ich habe dann versucht, zeilenweise wegzukommentieren um die
Fehlerquelle zu finden.
Wenn ich alles unterhalb \subsection{Nursing} kommentiere, dann läuft
das File bis dahin durch.
Evtl. problematischer Teil:
\cventry{1847\,ff.}{Nursing my physically impaired husband}{}{}{}{Very
poor eyesight and one hand amputated due to a fire.}
\subsection{Management}
\cventry{1847}{Management of the family estate}{}{}{}{Including the
household at Ferndean and extensive property in England and on the
continent.}
Der erste \cventry läuft durch, sobald der zweite \cventry vorhanden
ist, kommt obige Fehlermeldung.
Minimalbeispiel:
\documentclass[]{komacv}
\renewcommand*{\title}{CV}% PDF metadata
\renewcommand*{\firstname}{Jane}
\begin{document}
\raggedbottom
\maketitle
\section{Work}
\subsection{Nursing}
\cventry{1847\,ff.}{Nursing my physically impaired husband}{}{}{}{Very
poor eyesight and one hand amputated due to a fire.}
\subsection{Management}
%\cventry{1847}{Management of the family estate}{}{}{}{Including the
household at Ferndean and extensive property in England and on the
continent.}
\end{document}
Vielen Dank,
Frank