Fix (again) bug 3510 after r20508

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20725 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2007-10-03 23:56:34 +00:00
parent bd90ed49e7
commit 91d8498890

View File

@ -463,11 +463,13 @@ End
Style MarkBoth
LaTeXType Command
LaTeXName IEEEmarkboth
LaTeXName markboth
Align Center
Preamble
% protect against redefinition of \markboth by babel >= 3.6
\let\IEEEmarkboth=\markboth
% protect \markboth against an old bug reintroduced in babel >= 3.8g
\let\oldforeign@language\foreign@language
\DeclareRobustCommand{\foreign@language}[1]{%
\lowercase{\oldforeign@language{#1}}}
EndPreamble
End