mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
* 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
This commit is contained in:
parent
9eb79dcfe5
commit
a418607505
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user