mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-05 17:09:56 +00:00
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:
parent
f033b4536c
commit
e90d01c707
@ -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
|
||||
|
||||
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user