mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
d0aa20afcf
A fix to layout2layout is needed first. See:
https://www.mail-archive.com/search?l=mid&q=20200927192424.GA1224%40GIOVE
This reverts commit 5d7efd2fa9
.
35 lines
968 B
Plaintext
35 lines
968 B
Plaintext
#% Do not delete the line below; configure depends on this
|
|
# \DeclareLaTeXClass[article,beamerarticle.sty,keyval.sty,pgf.sty]{Beamer Article (Standard Class)}
|
|
# \DeclareCategory{Articles}
|
|
# Author: Jürgen Spitzmüller <spitz@lyx.org>
|
|
|
|
Format 82
|
|
|
|
# Includes
|
|
Input article.layout
|
|
Input beamer.layout
|
|
|
|
# override settings inherited from beamer.layout (Paul Rubin <rubin@msu.edu>)
|
|
Provides amsmath 0
|
|
Provides geometry 0
|
|
Provides hyperref 0
|
|
|
|
DefaultFont
|
|
Family Roman
|
|
Series Medium
|
|
Shape Up
|
|
Size Normal
|
|
Color None
|
|
EndFont
|
|
|
|
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
|