Fix bug 3510 (by Jean-Marc)

* lib/layouts/IEEEtran.layout: Add a proper definition to the
	preamble when using the MarkBoth environment (fix bug 3510).
	Remove white space from begin of line in preamble stuff.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18769 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2007-06-14 14:14:05 +00:00
parent f033b4536c
commit e90d01c707
2 changed files with 25 additions and 19 deletions

View File

@ -468,9 +468,13 @@ End
Style MarkBoth
LaTeXType Command
LaTeXName markboth
LaTeXName IEEEmarkboth
Align Center
AlignPossible Center
Preamble
% protect against redefinition of \markboth by babel >= 3.6
\let\IEEEmarkboth=\markboth
EndPreamble
End

View File

@ -101,3 +101,5 @@ What's new
- Make LyX/Mac recognize correctly newer versions of teTeX.
- Fix that Slovak userguide couldn't be typeset.
- Fix babel bug triggered by MarkBoth in the IEEEtran.layout (bug 3510).