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[scrartcl,beamerarticle.sty,keyval.sty,pgf.sty]{Beamer Article (KOMA-Script)}
|
|
|
|
# \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-01-08 00:24:09 +00:00
|
|
|
Format 59
|
2008-04-16 13:43:11 +00:00
|
|
|
|
|
|
|
# Includes
|
|
|
|
Input beamer.layout
|
|
|
|
|
2012-10-15 06:33:36 +00:00
|
|
|
# override settings inherited from beamer.layout
|
|
|
|
Provides geometry 0
|
|
|
|
Provides hyperref 0
|
|
|
|
Provides color 0
|
|
|
|
Provides xcolor 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
|