After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 319219 - Spurious space inserted after inlined math formulae.
Spurious space inserted after inlined math formulae.
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.4.x
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2005-10-19 10:49 UTC by zaffanella
Modified: 2005-12-30 22:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description zaffanella 2005-10-19 10:49:10 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).
Comment 1 Dimitri van Heesch 2005-11-06 16:08:20 UTC
Confirmed. Should be fixed in the next CVS update.
Comment 2 Dimitri van Heesch 2005-12-30 17:47:57 UTC
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.
Comment 3 zaffanella 2005-12-30 22:34:11 UTC
I have checked and I can confirm that this problem has gone.
Thanks.