]> git.lyx.org Git - features.git/blob - lib/layouts/article-beamer.layout
1ec684873ccefef3d474aeb503437dc0d4dd427c
[features.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 81
7
8 # Includes
9 Input article.layout
10 Input beamer.layout
11
12 # override settings inherited from beamer.layout (Paul Rubin <rubin@msu.edu>)
13 Provides amsmath  0
14 Provides geometry 0
15 Provides hyperref 0
16
17 DefaultFont
18         Family                Roman
19         Series                Medium
20         Shape                 Up
21         Size                  Normal
22         Color                 None
23 EndFont
24
25 Preamble
26         \usepackage{beamerarticle,pgf}
27         % this default might be overridden by plain title style
28         \newcommand\makebeamertitle{\frame{\maketitle}}%
29         \AtBeginDocument{
30                 \let\origtableofcontents=\tableofcontents
31                 \def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
32                 \def\gobbletableofcontents#1{\origtableofcontents}
33         }
34 EndPreamble