* 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
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

View File

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

View File

@ -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
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

View File

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

View File

@ -17,12 +17,13 @@ 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
@ -33,6 +34,10 @@ What's new
- 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
- 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: