mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
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:
parent
bd90ed49e7
commit
91d8498890
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user