* beamer.layout:

- add quote, quotation and verse environments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26606 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-09-29 07:28:19 +00:00
parent f1e5ae45db
commit 528d9deae2
2 changed files with 57 additions and 0 deletions

View File

@ -45,6 +45,7 @@ Style Standard
LabelType No_Label LabelType No_Label
End End
# List section # List section
# Itemize style definition # Itemize style definition
Style Itemize Style Itemize
@ -874,6 +875,60 @@ Style Bibliography
EndFont EndFont
End End
Style Quote
Margin Static
LatexType Environment
LatexName quote}%{
NextNoIndent 1
LeftMargin MMM
RightMargin MMM
TopSep 0.5
ParSep 0.5
BottomSep 0.5
Align Block
AlignPossible Block, Left, Right, Center
LabelType No_Label
End
Style Quotation
Margin Static
LatexType Environment
LatexName quotation}%{
NextNoIndent 1
LeftMargin MMM
RightMargin MMM
ParIndent MM
ParSkip 0
ItemSep 0
TopSep 0.5
BottomSep 0.5
ParSep 0
Align Block
AlignPossible Block, Left, Right, Center
End
Style Verse
# LaTeX type is first dynamic because of LaTeX implementation.
# In LyX this does not make sense.
LatexType Environment
LatexName verse}%{
Margin First_Dynamic
NextNoIndent 1
LeftMargin MMMM
LabelIndent MMMM
ParSkip 0.4
TopSep 0.7
BottomSep 0.7
ParSep 0.5
Align Block
AlignPossible Block, Left
LabelType No_Label
End
Style TitleGraphic Style TitleGraphic
Margin Static Margin Static
LatexType Command LatexType Command

View File

@ -40,6 +40,8 @@ What's new
- New layout file for the svjour3 class (journal articles of the Springer - New layout file for the svjour3 class (journal articles of the Springer
publishing group) (bug 5154). publishing group) (bug 5154).
- Add support for quote, quotation and verse in the beamer class.
- Support some more Greek characters without Greek language set. - Support some more Greek characters without Greek language set.