count correctly

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16785 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-01-20 17:21:52 +00:00
parent b9d1b797c9
commit b3b513167f

View File

@ -607,12 +607,13 @@ void Paragraph::Pimpl::simpleTeXSpecialChars(Buffer const & buf,
&& 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 += 19;
column += 3;
}
break;
}