]> git.lyx.org Git - lyx.git/blob - lib/layouts/article-beamer.layout
Merge remote-tracking branch 'features/scroll-reloaded'
[lyx.git] / lib / layouts / article-beamer.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[article,beamerarticle.sty,keyval.sty,pgf.sty]{Beamer Article (Standard Class)}
3 #  \DeclareCategory{Articles}
4 # Author: Jürgen Spitzmüller <spitz@lyx.org>
5
6 Format 53
7
8 # Includes
9 Input beamer.layout
10
11 # override settings inherited from beamer.layout (Paul Rubin <rubin@msu.edu>)
12 Provides geometry 0
13 Provides hyperref 0
14 Provides color    0
15 Provides xcolor   0
16
17 Preamble
18         \usepackage{beamerarticle,pgf}
19         % this default might be overridden by plain title style
20         \newcommand\makebeamertitle{\frame{\maketitle}}%
21         \AtBeginDocument{
22                 \let\origtableofcontents=\tableofcontents
23                 \def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
24                 \def\gobbletableofcontents#1{\origtableofcontents}
25         }
26 EndPreamble