]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/article-beamer.layout
Amend 3e92efd: Remove (Begin|End)Frontmatter in elsarticle
[lyx.git] / lib / layouts / article-beamer.layout
index 90b98a1365bfb6c8025c6828433058cf28f816e1..5d49a709d5a55664b032b7ec1c050a8520f13233 100644 (file)
@@ -1,18 +1,25 @@
 #% 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 <j.spitzmueller@gmx.de>
+# Author: Jürgen Spitzmüller <spitz@lyx.org>
 
-Format 41
+Format 68
 
 # Includes
+Input article.layout
 Input beamer.layout
 
 # override settings inherited from beamer.layout (Paul Rubin <rubin@msu.edu>)
 Provides geometry 0
 Provides hyperref 0
-Provides color    0
-Provides xcolor   0
+
+DefaultFont
+       Family                Roman
+       Series                Medium
+       Shape                 Up
+       Size                  Normal
+       Color                 None
+EndFont
 
 Preamble
        \usepackage{beamerarticle,pgf}
@@ -24,17 +31,3 @@ Preamble
                \def\gobbletableofcontents#1{\origtableofcontents}
        }
 EndPreamble
-
-# Frame control definition
-Style BeginFrame
-# This redefinition is needed to make beamerarticle work
-  Preamble
-    \long\def\lyxframe#1{\@lyxframe#1\@lyxframestop}%
-    \def\@lyxframe{\@ifnextchar<{\@@lyxframe}{\@@lyxframe<*>}}%
-    \def\@@lyxframe<#1>{\@ifnextchar[{\@@@lyxframe<#1>}{\@@@lyxframe<#1>[]}}
-    \def\@@@lyxframe<#1>[{\@ifnextchar<{\@@@@@lyxframe<#1>[}{\@@@@lyxframe<#1>[<*>][}}
-    \def\@@@@@lyxframe<#1>[#2]{\@ifnextchar[{\@@@@lyxframe<#1>[#2]}{\@@@@lyxframe<#1>[#2][]}}
-    \long\def\@@@@lyxframe<#1>[#2][#3]#4\@lyxframestop#5\lyxframeend{%
-      \frame<#1>[#3]{\frametitle{#4}#5}}
-  EndPreamble
-End