From 528d9deae29c85e484ffe5f9b455c0dad5b26e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Mon, 29 Sep 2008 07:28:19 +0000 Subject: [PATCH] * 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 --- lib/layouts/beamer.layout | 55 +++++++++++++++++++++++++++++++++++++++ status.15x | 2 ++ 2 files changed, 57 insertions(+) diff --git a/lib/layouts/beamer.layout b/lib/layouts/beamer.layout index e736a2e1a4..4456b19d82 100644 --- a/lib/layouts/beamer.layout +++ b/lib/layouts/beamer.layout @@ -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 diff --git a/status.15x b/status.15x index 926555865e..9956fa73b9 100644 --- a/status.15x +++ b/status.15x @@ -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.