2008-04-16 13:43:11 +00:00
|
|
|
#% Do not delete the line below; configure depends on this
|
2018-07-07 16:08:48 +02:00
|
|
|
# \DeclareLaTeXClass[article,beamerarticle.sty,keyval.sty,pgf.sty]{Beamer Article (Standard Class)}
|
2012-10-09 07:24:32 +02:00
|
|
|
# \DeclareCategory{Articles}
|
2012-11-24 10:46:55 +01:00
|
|
|
# Author: Jürgen Spitzmüller <spitz@lyx.org>
|
2008-04-16 13:43:11 +00:00
|
|
|
|
2023-07-28 18:21:47 -04:00
|
|
|
Format 104
|
2008-04-16 13:43:11 +00:00
|
|
|
|
|
|
|
# Includes
|
2016-08-04 11:42:06 +02:00
|
|
|
Input article.layout
|
2008-04-16 13:43:11 +00:00
|
|
|
Input beamer.layout
|
|
|
|
|
2009-08-13 16:10:38 +00:00
|
|
|
# override settings inherited from beamer.layout (Paul Rubin <rubin@msu.edu>)
|
2020-02-29 19:20:18 +01:00
|
|
|
Provides amsmath 0
|
2009-08-13 16:10:38 +00:00
|
|
|
Provides geometry 0
|
|
|
|
Provides hyperref 0
|
|
|
|
|
2016-08-04 10:27:10 +02:00
|
|
|
DefaultFont
|
|
|
|
Family Roman
|
|
|
|
Series Medium
|
|
|
|
Shape Up
|
|
|
|
Size Normal
|
|
|
|
Color None
|
|
|
|
EndFont
|
|
|
|
|
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
|