mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
remove some extra ensuremath
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4041 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6ab2bfc40b
commit
3244a5507f
@ -1,3 +1,9 @@
|
||||
2002-04-22 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||
|
||||
* paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
|
||||
ensuremath around textordmasculine, textordfeminine and
|
||||
textdegree.
|
||||
|
||||
2002-04-19 Juergen Vigna <jug@sad.it>
|
||||
|
||||
* BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
|
||||
|
@ -360,9 +360,9 @@ void Paragraph::Pimpl::simpleTeXSpecialChars(Buffer const * buf,
|
||||
column += 15;
|
||||
break;
|
||||
|
||||
case '°': case '±': case '²': case '³':
|
||||
case '×': case '÷': case '¹': case 'ª':
|
||||
case 'º': case '¬': case 'µ':
|
||||
case '±': case '²': case '³':
|
||||
case '×': case '÷': case '¹':
|
||||
case '¬': case 'µ':
|
||||
if ((bparams.inputenc == "latin1" ||
|
||||
bparams.inputenc == "latin9") ||
|
||||
(bparams.inputenc == "auto" &&
|
||||
|
Loading…
Reference in New Issue
Block a user