I'm doning my cv right now. i'm using moderncv for this. The cv did work after some small workaround, but I can get the letter working. Although I didn't touch anything the letter won't compile.
Lyx keeps telling me:
Code: Select all
Undefinded control sequence\urlstyle{tt}The control sequence at the end of the top lineof your error message was never \def'ed. If you havemisspelled it (e.g., `\hobx'), type `I' and the correctspelling (e.g., `I\hbox'). Otherwise just continue,and I'll forget about whatever was undefined.
Code: Select all
Code, edit and compile here:
LaTeX Error: Missing \begin{document}\urlstyle{tt}You're in trouble here. Try typing <return> to proceed.If that doesn't work, type X <return> to quit.
Code: Select all
Package ucs Error: Unknown Unicode character 9993 = U+2709,...o:max@mustermann.at}{max@mustermann.at} }}%Unicode character 9993 = U+2709:ENVELOPECharacter available with following options:postscript.Enter I!<RET> to define the glyph.
Here is the file:
Code: Select all
Code, edit and compile here:
\usepackage{lmodern}\usepackage{marvosym}\usepackage{ifpdf}\@ifundefined{definecolor}{\usepackage{color}}{}\ifpdf\else\fi\addtolength{\parskip}{6pt}\def\firstname{Max}\def\familyname{Mustermann}\def\FileAuthor{\firstname~\familyname}\def\FileTitle{\firstname~\familyname's Bewerbungsschreiben}\def\FileSubject{Bewerbungsschreiben}\def\FileKeyWords{\firstname~\familyname, Bewerbungsschreiben}\renewcommand{\ttdefault}{pcr}\hyphenation{ins-be-son-de-re}\urlstyle{tt}\ifpdf\usepackage[pdftex,pdfborder=0,breaklinks,baseurl=http://,pdfpagemode=None,pdfstartview=XYZ,pdfstartpage=1]{hyperref}\hypersetup{pdfauthor = \FileAuthor,%pdftitle = \FileTitle,%pdfsubject = \FileSubject,%pdfkeywords = \FileKeyWords,%pdfcreator = \LaTeX,%pdfproducer = \LaTeX}\else\usepackage[dvips]{hyperref}\fi\definecolor{firstnamecolor}{RGB}{125,85,85}\definecolor{familynamecolor}{RGB}{138,74,57}\hypersetup{pdfborder=0 0 0}% Quellcode für Absatz 0 vorschauen\textsf{% for use with a résumé using sans serif fonts;%\rmfamily % for use with a résumé using serif fonts;
THX a lot!!!!