]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/beamer.layout
Update layout format.
[lyx.git] / lib / layouts / beamer.layout
index bc00a400e9d57953b7390188c9dc51b369051241..ebbd2860b6cecd395d00d5376f192239e0930cae 100644 (file)
@@ -5,7 +5,7 @@
 # $Header: /cvsroot/latex-beamer/latex-beamer/lyx/layouts/beamer.layout,v 1.16 2004/10/07 20:53:07 tantau Exp $
 
 # Includes
-Format 22
+Format 27
 Input stdcounters.inc
 Input stdinsets.inc
 
@@ -123,6 +123,7 @@ Style Part
   Align            Center
   LabelType        Static
   LabelString      "Part"
+       RefPrefix        part
 
   # standard font definition
   Font 
@@ -154,6 +155,7 @@ Style Section
   LabelType        Counter
   LabelCounter     section
   LabelString      "Section \arabic{section}"
+       RefPrefix        sec
   OptionalArgs     1
 
   Font 
@@ -196,6 +198,7 @@ Style Subsection
   LabelType        Counter
   LabelCounter     subsection
   LabelString      "Subsection \arabic{section}.\arabic{subsection}"
+       RefPrefix        sub
   OptionalArgs     1
 
   # standard font definition
@@ -661,7 +664,7 @@ Style Block
 
   LatexName        block
   LabelString      "Block ( ERT[{title}] body ):"
-
+  
   ParSkip          0.5
   TopSep           1
   BottomSep        1
@@ -1204,7 +1207,8 @@ Float
   NumberWithin     none
   Style            plain
   ListName         "List of Tables"
-  LaTeXBuiltin     true
+  NeedsFloatPkg    false
+       ListCommand      listoftables
 End
 
 
@@ -1216,7 +1220,8 @@ Float
   NumberWithin     none
   Style            plain
   ListName         "List of Figures"
-  LaTeXBuiltin     true
+  NeedsFloatPkg    false
+       ListCommand      listoffigures
 End
 
 
@@ -1233,4 +1238,3 @@ Preamble
     \def\gobbletableofcontents#1{\origtableofcontents}
   }
 EndPreamble
-