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