]> git.lyx.org Git - lyx.git/blob - lib/layouts/article-beamer.layout
5d49a709d5a55664b032b7ec1c050a8520f13233
[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 68
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 geometry 0
14 Provides hyperref 0
15
16 DefaultFont
17         Family                Roman
18         Series                Medium
19         Shape                 Up
20         Size                  Normal
21         Color                 None
22 EndFont
23
24 Preamble
25         \usepackage{beamerarticle,pgf}
26         % this default might be overridden by plain title style
27         \newcommand\makebeamertitle{\frame{\maketitle}}%
28         \AtBeginDocument{
29                 \let\origtableofcontents=\tableofcontents
30                 \def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
31                 \def\gobbletableofcontents#1{\origtableofcontents}
32         }
33 EndPreamble