mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
* 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:
parent
f1e5ae45db
commit
528d9deae2
@ -45,6 +45,7 @@ Style Standard
|
||||
LabelType No_Label
|
||||
End
|
||||
|
||||
|
||||
# List section
|
||||
# Itemize style definition
|
||||
Style Itemize
|
||||
@ -874,6 +875,60 @@ Style Bibliography
|
||||
EndFont
|
||||
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
|
||||
Margin Static
|
||||
LatexType Command
|
||||
|
@ -40,6 +40,8 @@ What's new
|
||||
- New layout file for the svjour3 class (journal articles of the Springer
|
||||
publishing group) (bug 5154).
|
||||
|
||||
- Add support for quote, quotation and verse in the beamer class.
|
||||
|
||||
- Support some more Greek characters without Greek language set.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user