]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/beamer.layout
KOMA-script layout files: don't check for KOMA-script's internal dependencies, scrbas...
[lyx.git] / lib / layouts / beamer.layout
index 22ed9d72b253dcf4d6230b44bf68ea456c58dd03..a77416e18a556e5e9037669a6d0b08bf997099bc 100644 (file)
@@ -1,11 +1,11 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[beamer,pgf.sty,xcolor.sty]{presentation (beamer)}
+#  \DeclareLaTeXClass[beamer,amssymb.sty,geometry.sty,hyperref.sty,pgf.sty,xcolor.sty,xxcolor.sty]{presentation (beamer)}
 # Author : Till Tantau <tantau@users.sourceforge.net>
 
 # $Header: /cvsroot/latex-beamer/latex-beamer/lyx/layouts/beamer.layout,v 1.16 2004/10/07 20:53:07 tantau Exp $
 
 # Includes
-Format 26
+Format 27
 Input stdcounters.inc
 Input stdinsets.inc
 
@@ -78,6 +78,7 @@ Style Enumerate
   ParSep           0.3
   Align            Left
   LabelType        Enumerate
+  RefPrefix        enu
 End
 
 # Description style definition
@@ -663,8 +664,9 @@ Style Block
   LabelSep         xx
 
   LatexName        block
-  LabelString      "Block ( ERT[{title}] body ):"
-
+  LabelString      "Block:"
+  RequiredArgs     1
+  
   ParSkip          0.5
   TopSep           1
   BottomSep        1
@@ -689,8 +691,9 @@ Style ExampleBlock
   LabelSep         xx
 
   LatexName        exampleblock
-  LabelString      "Block ( ERT[{title}] example text ):"
-
+  LabelString      "Example Block:"
+  RequiredArgs     1
+  
   ParSkip          0.5
   TopSep           1
   BottomSep        1
@@ -719,8 +722,9 @@ Style AlertBlock
   LabelSep         xx
 
   LatexName        alertblock
-  LabelString      "Block ( ERT[{title}] alert text ):"
-
+  LabelString      "Alert Block:"
+  RequiredArgs     1
+  
   ParSkip          0.5
   TopSep           1
   BottomSep        1
@@ -1229,7 +1233,7 @@ End
 # head-/footline, we define our own maketitle command
 TitleLaTeXName makebeamertitle
 
-Preamble
+AddToPreamble
   % this default might be overridden by plain title style
   \newcommand\makebeamertitle{\frame{\maketitle}}%
   \AtBeginDocument{
@@ -1238,3 +1242,5 @@ Preamble
     \def\gobbletableofcontents#1{\origtableofcontents}
   }
 EndPreamble
+
+Input theorems-refprefix.inc