From a418607505fb72681406f53bc7c086ec5cdcb845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sat, 22 Sep 2007 16:36:18 +0000 Subject: [PATCH] * lib/layouts/beamer.layout: - add plain title layout (bug 3133) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20436 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/beamer.layout | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/lib/layouts/beamer.layout b/lib/layouts/beamer.layout index b2b5f7e4f8..efce37cd77 100644 --- a/lib/layouts/beamer.layout +++ b/lib/layouts/beamer.layout @@ -750,6 +750,14 @@ Style Title End +Style Title_(Plain_Frame) + CopyStyle Title + Preamble + % plain title style, override default + \renewcommand\makebeamertitle{\frame[plain]{\maketitle}}% + EndPreamble +End + Style Subtitle Margin Static LatexType Command @@ -1099,10 +1107,13 @@ Float LaTeXBuiltin true End -TitleLaTeXName frame{\maketitle} - +# to give users the choice of a title frame with and without +# head-/footline, we define our own maketitle command +TitleLaTeXName makebeamertitle Preamble + % this default might be overridden by plain title style + \newcommand\makebeamertitle{\frame{\maketitle}}% \AtBeginDocument{ \let\origtableofcontents=\tableofcontents \def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}