GNOME Bugzilla – Bug 319219
Spurious space inserted after inlined math formulae.
Last modified: 2005-12-30 22:34:11 UTC
Version details: 1.4.5 There is a spacing problem affecting the LaTeX output. An inline math formula, such as some words \f$x + y\f$, some other words \f$n\f$-dimensional is translated into some words $x + y$ , some other words $n$ -dimensional where there are spurious spaces between the closing dollars and the punctuation/hyphen symbols. The solution seems to be just to comment away line 962 of file commentscan.l (release 1.4.5).
Confirmed. Should be fixed in the next CVS update.
This bug had the status ASSIGNED (which meant it was fixed, but not officially released), so now doxygen release 1.4.6 is out I've given it the status FIXED. Nevertheless, I would like to ask you to verify that this bug is indeed fixed in release 1.4.6. If not, then please reopen the bug.
I have checked and I can confirm that this problem has gone. Thanks.