GNOME Bugzilla – Bug 557094
Wrong spacing in function names with french language (latex output)
Last modified: 2017-12-25 18:43:35 UTC
Please describe the problem: Setting the option OUTPUT_LANGUAGE to French, makes latex use the french package. But this package change the meaning of colon in order to have the right thin space on both side of the punctuation character. Thus, typesetting text like Class::method() with the french option, results in ugly output... Something like "Class : :method()"... Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
One should insert \NoAutoSpaceBeforeFDP in refman.tex to fix wrong spacing in LaTeX generated documentation with french extension
I didn't find such extreme spacing as mentioned as in the bug report, but in the "References" part I did find some spacing issues. This is fixed by the mentioned addition of \NoAutoSpaceBeforeFDP Just pushed the proposed patch to github (pull request 608)
Patch has integrated in master version on github.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.14. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).