g-brief
is a document class for LaTeX to write German standard letters. I like this document class very much and prefer it much over the Microsoft Word letter templates.
But on some machines I get the following error message when compiling the document using the MiKTeX packages:
LaTeX Error: Command \Telefon already defined.
There is a simple solutions to resolve this error. You can just patch the package. Somewhere below the LaTeX directory you should find the marvosym.sty
file. Open this file with a text editor of your choice an search for a line like this:
\newcommand\Telefon{\mvchr{84}}
There you can change the name of the command \Telefon
to something like \Telefonsymbol
or the even better way (but I did not test this one): replace \newcommand
with \def
and leave Telefon
as it is.
Another g-brief
tip: you can define the following three elements on your document to turn on these various features:
\fenstermarken
\faltmarken
\trennlinien
Recent Comments