* lib/layouts/beamer.layout:

* lib/layouts/foils.layout:
* lib/layouts/powerdot.layout:
* lib/layouts/slides.layout:
	- put slides/foils in the TOC/outliner. This fixes bug 78 [sic!].

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21054 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-10-19 11:22:53 +00:00
parent 7293bc940c
commit 4ca334c947
5 changed files with 38 additions and 14 deletions

View File

@ -225,6 +225,7 @@ End
# Frame control definition # Frame control definition
Style BeginFrame Style BeginFrame
TocLevel 4
KeepEmpty 1 KeepEmpty 1
LatexType Command LatexType Command
LatexName lyxframeend{}\lyxframe LatexName lyxframeend{}\lyxframe
@ -268,6 +269,7 @@ Style BeginFrame
End End
Style BeginPlainFrame Style BeginPlainFrame
TocLevel 4
KeepEmpty 1 KeepEmpty 1
LatexType Command LatexType Command
LatexName lyxframeend{}\lyxplainframe LatexName lyxframeend{}\lyxplainframe

View File

@ -40,6 +40,7 @@ End
Style Foilhead Style Foilhead
TocLevel 1
Margin Static Margin Static
LatexType Command LatexType Command
LatexName foilhead LatexName foilhead

View File

@ -117,6 +117,7 @@ End
# Slide styles definition # Slide styles definition
### ###
Style Slide Style Slide
TocLevel 3
Margin Static Margin Static
LatexType Command LatexType Command
LatexName lyxend\lyxslide LatexName lyxend\lyxslide
@ -140,14 +141,16 @@ Style Slide
End End
Style EndSlide Style EndSlide
CopyStyle Slide KeepEmpty 1
KeepEmpty 1 LatexType Command
LatexName lyxend LatexName lyxend
Margin Static Margin Static
ParSkip 0 ParSkip 0
TopSep 0 TopSep 0
BottomSep 1 BottomSep 1
ParSep 0 ParSep 0
Align Center
AlignPossible Center
LabelType Static LabelType Static
LabelBottomSep 0 LabelBottomSep 0
LeftMargin MMMMMMM LeftMargin MMMMMMM
@ -193,15 +196,24 @@ End
# Note style definition # Note style definition
### ###
Style Note Style Note
CopyStyle Slide Margin Static
LatexType Command
LatexName lyxend\lyxnote LatexName lyxend\lyxnote
LeftMargin MMMMMMM LabelSep xxx
LabelString "Note:" ParSkip 0.4
TopSep 1.3
BottomSep 0.7
ParSep 0.7
Align Center
AlignPossible Center
LabelType Static LabelType Static
LabelString "Note:"
LeftMargin MMMMMMM
KeepEmpty 1 KeepEmpty 1
OptionalArgs 0 OptionalArgs 0
Font Font
Series Bold
Size Large
Color Red Color Red
EndFont EndFont
End End
@ -211,6 +223,7 @@ End
### ###
Style Section Style Section
CopyStyle Slide CopyStyle Slide
TocLevel 1
LatexName lyxend\section LatexName lyxend\section
LabelType Counter LabelType Counter
LabelCounter section LabelCounter section

View File

@ -86,6 +86,7 @@ NoStyle Right_Address
Style Slide Style Slide
TocLevel 1
LatexType Command LatexType Command
LatexName lyxnewslide LatexName lyxnewslide
KeepEmpty 1 KeepEmpty 1

View File

@ -17,22 +17,27 @@ order of importance. This is, of course, subjective...]
What's new What's new
========== ==========
** Updates: ** Updates:
*********** ***********
* DOCUMENTATION AND LOCALIZATION * DOCUMENTATION AND LOCALIZATION
- Update Japanese and Traditional Chinese translations of the interface - Updated Japanese and Traditional Chinese translations of the interface.
* USER INTERFACE * USER INTERFACE
- the behaviour of Return and M-Return has changed: they now allow to either - 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 - Add the esint font to the private math fonts. This font assures a
consistent on screen looking for all kinds of supported integral signs. 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: ** Bug fixes:
************* *************
@ -47,6 +52,7 @@ What's new
- Add Erlang support for listings (bug 4263). - Add Erlang support for listings (bug 4263).
* USER INTERFACE: * USER INTERFACE:
- Repair wasy font such that it can also be used on Mac (bug 2326). - 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). - 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 - Do not display the type of charstyle insets by default. Display type of
an charstyle inset under mouse in the status line. an charstyle inset under mouse in the status line.
- Fix DraftDVI preference settings (Windows only). - Fix DraftDVI preference settings (Windows only).
* DOCUMENTATION * 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: * BUILD/INSTALLATION: