Comment 1 for bug 159690

Revision history for this message
Thomas Hirsch (fwd-launchpad-20-ravn) wrote : Bug in g-brief.cls (Was: g-brief/beispiel.tex does not work)

The bug is originally in g-brief.cls, when using newer versions of the file marvosym.sty - the latter defines a symbol \Telefon which is re-defined in g-brief.

A simple bugfix is to comment out the first definition of \Telefon in g-brief as follows:

200
201 %%\def\Telefon#1{\def\telefon{#1}} \def\telefon{} <-- here
202 \def\Telefax#1{\def\telefax{#1}} \def\telefax{}
203 \def\Telex#1{\def\telex{#1}} \def\telex{}
204 \def\EMail#1{\def\email{#1}} \def\email{}
205 \def\HTTP#1{\def\http{#1}} \def\http{}
206