]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/beamer.layout
Reference prefixes for enumerations.
[lyx.git] / lib / layouts / beamer.layout
index ebbd2860b6cecd395d00d5376f192239e0930cae..05d525421d0272cdcea2672e05a8561c3794a6db 100644 (file)
@@ -78,6 +78,7 @@ Style Enumerate
   ParSep           0.3
   Align            Left
   LabelType        Enumerate
+  RefPrefix        enu
 End
 
 # Description style definition
@@ -663,7 +664,8 @@ Style Block
   LabelSep         xx
 
   LatexName        block
-  LabelString      "Block ( ERT[{title}] body ):"
+  LabelString      "Block:"
+  RequiredArgs     1
   
   ParSkip          0.5
   TopSep           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