diff --git a/lib/layouts/beamer.layout b/lib/layouts/beamer.layout index 6d233db9b9..e736a2e1a4 100644 --- a/lib/layouts/beamer.layout +++ b/lib/layouts/beamer.layout @@ -225,6 +225,7 @@ End # Frame control definition Style BeginFrame + TocLevel 4 KeepEmpty 1 LatexType Command LatexName lyxframeend{}\lyxframe @@ -268,6 +269,7 @@ Style BeginFrame End Style BeginPlainFrame + TocLevel 4 KeepEmpty 1 LatexType Command LatexName lyxframeend{}\lyxplainframe diff --git a/lib/layouts/foils.layout b/lib/layouts/foils.layout index 7e74a606f9..aca24b8154 100644 --- a/lib/layouts/foils.layout +++ b/lib/layouts/foils.layout @@ -40,6 +40,7 @@ End Style Foilhead + TocLevel 1 Margin Static LatexType Command LatexName foilhead diff --git a/lib/layouts/powerdot.layout b/lib/layouts/powerdot.layout index 493569f2c5..0b1115dd78 100644 --- a/lib/layouts/powerdot.layout +++ b/lib/layouts/powerdot.layout @@ -117,6 +117,7 @@ End # Slide styles definition ### Style Slide + TocLevel 3 Margin Static LatexType Command LatexName lyxend\lyxslide @@ -140,14 +141,16 @@ Style Slide End Style EndSlide - CopyStyle Slide - KeepEmpty 1 - LatexName lyxend + KeepEmpty 1 + LatexType Command + LatexName lyxend Margin Static ParSkip 0 TopSep 0 BottomSep 1 ParSep 0 + Align Center + AlignPossible Center LabelType Static LabelBottomSep 0 LeftMargin MMMMMMM @@ -193,15 +196,24 @@ End # Note style definition ### Style Note - CopyStyle Slide + Margin Static + LatexType Command LatexName lyxend\lyxnote - LeftMargin MMMMMMM - LabelString "Note:" + LabelSep xxx + ParSkip 0.4 + TopSep 1.3 + BottomSep 0.7 + ParSep 0.7 + Align Center + AlignPossible Center LabelType Static + LabelString "Note:" + LeftMargin MMMMMMM KeepEmpty 1 OptionalArgs 0 - Font + Series Bold + Size Large Color Red EndFont End @@ -211,6 +223,7 @@ End ### Style Section CopyStyle Slide + TocLevel 1 LatexName lyxend\section LabelType Counter LabelCounter section diff --git a/lib/layouts/slides.layout b/lib/layouts/slides.layout index 9eff603a16..70b23804e9 100644 --- a/lib/layouts/slides.layout +++ b/lib/layouts/slides.layout @@ -86,6 +86,7 @@ NoStyle Right_Address Style Slide + TocLevel 1 LatexType Command LatexName lyxnewslide KeepEmpty 1 diff --git a/status.15x b/status.15x index 8eb38de9c9..4e6895dbaa 100644 --- a/status.15x +++ b/status.15x @@ -17,22 +17,27 @@ order of importance. This is, of course, subjective...] What's new ========== + ** Updates: *********** * DOCUMENTATION AND LOCALIZATION -- Update Japanese and Traditional Chinese translations of the interface +- Updated Japanese and Traditional Chinese translations of the interface. * USER INTERFACE - the behaviour of Return and M-Return has changed: they now allow to either - keep current paragraph and depth or to to nesting paragraph (bug 2445). - + keep current paragraph and depth or to to nesting paragraph (bug 2445). + - Add the esint font to the private math fonts. This font assures a consistent on screen looking for all kinds of supported integral signs. - + +- The slides/foils of presentation classes such as beamer, powerdot, foils + and slides are now displayed in the outliner. This makes it easy to navigate + to specific slides or move them up and down (bug 78). + ** Bug fixes: ************* @@ -47,6 +52,7 @@ What's new - Add Erlang support for listings (bug 4263). + * USER INTERFACE: - Repair wasy font such that it can also be used on Mac (bug 2326). @@ -58,14 +64,15 @@ What's new - Check and show proper error message if configure.py fails (part of bug 2829). -- Does not display the type of charstyle insets by default. Display type of - an charstyle inset under mouse in the status line. +- Do not display the type of charstyle insets by default. Display type of + an charstyle inset under mouse in the status line. - Fix DraftDVI preference settings (Windows only). + * DOCUMENTATION -- Fix wrong character in the User's Guide (including the translations) +- Fix wrong character in the User's Guide (including the translations). * BUILD/INSTALLATION: