2008-04-16 13:43:11 +00:00
|
|
|
#% Do not delete the line below; configure depends on this
|
2012-10-09 05:24:32 +00:00
|
|
|
# \DeclareLaTeXClass[article,beamerarticle.sty,keyval.sty,pgf.sty]{Beamer Article (Standard Class)}
|
|
|
|
# \DeclareCategory{Articles}
|
2012-11-24 09:46:55 +00:00
|
|
|
# Author: Jürgen Spitzmüller <spitz@lyx.org>
|
2008-04-16 13:43:11 +00:00
|
|
|
|
2016-04-01 08:08:39 +00:00
|
|
|
Format 60
|
2008-04-16 13:43:11 +00:00
|
|
|
|
|
|
|
# Includes
|
|
|
|
Input beamer.layout
|
|
|
|
|
2009-08-13 16:10:38 +00:00
|
|
|
# override settings inherited from beamer.layout (Paul Rubin <rubin@msu.edu>)
|
|
|
|
Provides geometry 0
|
|
|
|
Provides hyperref 0
|
|
|
|
|
2008-04-16 13:43:11 +00:00
|
|
|
Preamble
|
|
|
|
\usepackage{beamerarticle,pgf}
|
|
|
|
% this default might be overridden by plain title style
|
|
|
|
\newcommand\makebeamertitle{\frame{\maketitle}}%
|
|
|
|
\AtBeginDocument{
|
|
|
|
\let\origtableofcontents=\tableofcontents
|
|
|
|
\def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
|
|
|
|
\def\gobbletableofcontents#1{\origtableofcontents}
|
|
|
|
}
|
|
|
|
EndPreamble
|