Am Dienstag, 20. Februar 2007 16:44 schrieb Daniel Lohmann:
> OK, the second line is responsible for inserting the dot (".") between
the
> second and the third parameter. However, while I successfully managed to
> replace it with almost any character, I have not been able to use "#" for
> this purpose. This is probably because "#" is a magic character for LaTeX
> that must not be used inside names.
>
> I have the slight feeling that I am out of luck here :-(
I don't think so. The # is a special character in macros. If you replace it
with ## it should produce a single #. See also
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hash.
Georg