]> git.lyx.org Git - lyx.git/blob - lib/layouts/article-beamer.layout
More fixes for #9897 (wrong inset-icon size in PDF)
[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 60
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
15 Preamble
16         \usepackage{beamerarticle,pgf}
17         % this default might be overridden by plain title style
18         \newcommand\makebeamertitle{\frame{\maketitle}}%
19         \AtBeginDocument{
20                 \let\origtableofcontents=\tableofcontents
21                 \def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
22                 \def\gobbletableofcontents#1{\origtableofcontents}
23         }
24 EndPreamble