From 1a363cfa0420c71032159fa1ec73a7e8e086877e Mon Sep 17 00:00:00 2001 From: Dekel Tsur Date: Thu, 24 Oct 2002 17:59:16 +0000 Subject: [PATCH] fix the Bibliography layout in llncs git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@5505 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++++ lib/layouts/llncs.layout | 7 +------ status.12x | 2 ++ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 374eb98a41..5fbf3f6493 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-10-24 Dekel Tsur + + * layouts/llncs.layout: Fix the Bibliography layout + 2002-10-23 Dekel Tsur * kbd/koi8-u.kmap: Fix crash when using the map. diff --git a/lib/layouts/llncs.layout b/lib/layouts/llncs.layout index 8a551ffa87..d3ed0cf5d7 100644 --- a/lib/layouts/llncs.layout +++ b/lib/layouts/llncs.layout @@ -440,7 +440,7 @@ End Style Bibliography Margin First_Dynamic LatexType Item_Environment - LatexName lyxbibliography + LatexName thebibliography NextNoIndent 1 LeftMargin MM ParSkip 0.4 @@ -459,11 +459,6 @@ Style Bibliography Series Bold EndFont - Preamble - \newcommand{\lyxbibliography}{\thebibliography{References}% - \renewcommand{\bibitem}[3][!]{\@bibitem{##1}{##2}{##3}}} - EndPreamble - End # Mathematics-like definitions: diff --git a/status.12x b/status.12x index 48ea8d68b2..3df7266512 100644 --- a/status.12x +++ b/status.12x @@ -39,6 +39,8 @@ What's new ** Bug fixes +- fix the Bibliography layout in llncs + - fix bug with language changes in nested environment - fix crash when using koi8-u keymap