2008-04-16 13:43:11 +00:00
|
|
|
#% Do not delete the line below; configure depends on this
|
2018-07-07 14:08:48 +00:00
|
|
|
# \DeclareLaTeXClass[scrartcl,beamerarticle.sty,keyval.sty,pgf.sty]{Beamer Article (KOMA-Script)}
|
2012-10-09 05:24:32 +00:00
|
|
|
# \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
|
|
|
|
2024-08-12 10:29:14 +00:00
|
|
|
Format 107
|
2008-04-16 13:43:11 +00:00
|
|
|
|
|
|
|
# Includes
|
2016-08-04 09:42:06 +00:00
|
|
|
Input scrartcl.layout
|
2008-04-16 13:43:11 +00:00
|
|
|
Input beamer.layout
|
|
|
|
|
2012-10-15 06:33:36 +00:00
|
|
|
# override settings inherited from beamer.layout
|
2020-02-29 18:20:18 +00:00
|
|
|
Provides amsmath 0
|
2012-10-15 06:33:36 +00:00
|
|
|
Provides geometry 0
|
|
|
|
Provides hyperref 0
|
|
|
|
|
2016-08-04 08:27:10 +00: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
|