]> git.lyx.org Git - features.git/commitdiff
Do not inherit Provides from beamer
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 15 Oct 2012 13:53:28 +0000 (15:53 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 15 Oct 2012 13:53:28 +0000 (15:53 +0200)
lib/layouts/scrarticle-beamer.layout
status.20x

index f1b6d435cf46ae06424f7091e186c025d44ffe23..e8463a0dbdb3fe006a042e5201dde12ba4cd3485 100644 (file)
@@ -7,6 +7,10 @@ Format 35
 # Includes
 Input beamer.layout
 
+# override settings inherited from beamer.layout
+Provides geometry 0
+Provides hyperref 0
+
 Preamble
        \usepackage{beamerarticle,pgf}
        % this default might be overridden by plain title style
index 1979ea2cf7133ef58e310d264aaba36fa4d506e2..31f936686f421063c34fae6b01fd6bcdd78845f0 100644 (file)
@@ -147,6 +147,9 @@ What's new
 - Fix failure of lyxknitr.R to move files when /tmp was on a different
   file system (e.g. an encrypted home partition).
 
+- Do not suppress the loading of geometry and hyperref if the class
+  "article (koma + beamer)".
+
 
 * USER INTERFACE