From de04d11b9d94b673fb904bee0fc1661ff4bc5503 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Tue, 22 Apr 2008 09:13:07 +0000 Subject: [PATCH] * beamer.layout: - custom insets for presentation/article mode. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24440 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/beamer.layout | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/lib/layouts/beamer.layout b/lib/layouts/beamer.layout index 4ced45a79d..90f53b64e8 100644 --- a/lib/layouts/beamer.layout +++ b/lib/layouts/beamer.layout @@ -1085,8 +1085,8 @@ End # Charstyles: InsetLayout CharStyle:Alert - LyXType charstyle - LabelString Alert + LyXType charstyle + LabelString Alert LatexType Command LatexName alert Font @@ -1096,8 +1096,8 @@ End InsetLayout CharStyle:Structure - LyXType charstyle - LabelString Structure + LyXType charstyle + LabelString Structure LatexType Command LatexName structure Font @@ -1106,6 +1106,26 @@ InsetLayout CharStyle:Structure End +InsetLayout Custom:ArticleMode + LyXType custom + LatexName mode
+ LatexType command + Decoration classic + LabelString Article + MultiPar true +End + + +InsetLayout Custom:PresentationMode + LyXType custom + LatexName mode + LatexType command + Decoration classic + LabelString Presentation + MultiPar true +End + + Float Type table GuiName Table @@ -1116,7 +1136,8 @@ Float ListName "List of Tables" LaTeXBuiltin true End - + + Float Type figure GuiName Figure @@ -1128,6 +1149,7 @@ Float LaTeXBuiltin true End + # to give users the choice of a title frame with and without # head-/footline, we define our own maketitle command TitleLaTeXName makebeamertitle -- 2.39.2