Herbert Vo� wrote:
write into the preamble
\let\dictumOld\dictum \renewcommand\dictum[1]{{\dictumOld{#1}}}
This does not work with the optional argument. Any idea?
the easieast way:
\makeatletter
\renewcommand{\dictum}[2][]{{\par%
\raggeddictum\parbox{\dictumwidth}{%
[EMAIL PROTECTED] #2\strut\par}%
[EMAIL PROTECTED]@[EMAIL PROTECTED]
{\raggeddictumtext\vskip-1ex\hrulefill\par}%
[EMAIL PROTECTED]
\strut\par%
\fi%
}%
}\par%
}}
\makeatotherHerbert
