g-brief redefines \Telefon symbol from marvosym.sty
Bug #159690 reported by
Dominik Holler
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
texlive-extra (Debian) |
Fix Released
|
Unknown
|
|||
texlive-extra (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
looks like a bug of texlive
workaround:
cp cp /usr/share/
comment line 48:
%\newcommand\
produce bug:
cp /usr/share/
cd /tmp
latex beispiel.tex or pdflatex beispiel.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
...
(/usr/share/
! LaTeX Error: Command \Telefon already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.48 \newcommand\
?
Changed in texlive-extra: | |
status: | Unknown → Confirmed |
Changed in texlive-extra: | |
status: | Confirmed → Fix Released |
Changed in texlive-extra: | |
status: | New → Confirmed |
To post a comment you must log in.
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 Telefon# 1{\def\ telefon{ #1}} \def\telefon{} <-- here 1{\def\ telefax{ #1}} \def\telefax{} 1{\def\ telex{# 1}} \def\telex{} 1{\def\ email{# 1}} \def\email{} 1{\def\ http{#1} } \def\http{}
201 %%\def\
202 \def\Telefax#
203 \def\Telex#
204 \def\EMail#
205 \def\HTTP#
206