LaTeX – Ticklish Techs https://www.ticklishtechs.net a mostly .NET but also some other cool techs blog Thu, 13 Aug 2020 18:46:56 +0000 en-US hourly 1 https://wordpress.org/?v=5.7.11 g-brief in LaTeX and “\Telefon already defined” problem https://www.ticklishtechs.net/2008/02/08/g-brief-in-latex-and-telefon-already-defined-problem/ https://www.ticklishtechs.net/2008/02/08/g-brief-in-latex-and-telefon-already-defined-problem/#comments Fri, 08 Feb 2008 13:55:14 +0000 http://www.ticklishtechs.net/2008/02/08/g-brief-in-latex-and-telefon-already-defined-problem/ 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

]]>
https://www.ticklishtechs.net/2008/02/08/g-brief-in-latex-and-telefon-already-defined-problem/feed/ 3