diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index 618dc1fc28..2d2bc557dd 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -901,14 +901,8 @@ void Paragraph::Pimpl::simpleTeXSpecialChars(Buffer const & buf, if ((c == '>' || c == '<') && i <= size() - 2 && getChar(i + 1) == c) { - //os << "\\textcompwordmark{}"; - //column += 19; - // Jean-Marc, have a look at - // this. I think this works - // equally well: - os << "\\,{}"; - // Lgb - column += 3; + os << "\\textcompwordmark{}"; + column += 19; } break; } diff --git a/status.15x b/status.15x index 2adbd3cc62..79b0cba027 100644 --- a/status.15x +++ b/status.15x @@ -92,6 +92,7 @@ What's new - Fix encoding errors when typewriter font is used (bug 4727). +- Correct the kerning between two subsequent '<' or '>' characters. * USER INTERFACE