]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/beamer.layout
Move the RefPrefix definitions to their own file, for easy inclusion in
[lyx.git] / lib / layouts / beamer.layout
index 7e0b984449c32687ab1cf9473b3c08b8c2bf30d4..a4a0cced011744d3ed59f77085663a72e66a043d 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 11
+Format 25
 Input stdcounters.inc
 Input stdinsets.inc
 
@@ -123,6 +123,7 @@ Style Part
   Align            Center
   LabelType        Static
   LabelString      "Part"
+       RefPrefix        part
 
   # standard font definition
   Font 
@@ -134,6 +135,7 @@ Style Part
   LabelFont
     Color          Latex
   EndFont
+       TocLevel 0
 End
 
 # Section style definition
@@ -153,6 +155,7 @@ Style Section
   LabelType        Counter
   LabelCounter     section
   LabelString      "Section \arabic{section}"
+       RefPrefix        sec
   OptionalArgs     1
 
   Font 
@@ -195,6 +198,7 @@ Style Subsection
   LabelType        Counter
   LabelCounter     subsection
   LabelString      "Subsection \arabic{section}.\arabic{subsection}"
+       RefPrefix        sub
   OptionalArgs     1
 
   # standard font definition
@@ -1203,7 +1207,8 @@ Float
   NumberWithin     none
   Style            plain
   ListName         "List of Tables"
-  LaTeXBuiltin     true
+  NeedsFloatPkg    false
+       ListCommand      listoftables
 End
 
 
@@ -1215,7 +1220,8 @@ Float
   NumberWithin     none
   Style            plain
   ListName         "List of Figures"
-  LaTeXBuiltin     true
+  NeedsFloatPkg    false
+       ListCommand      listoffigures
 End
 
 
@@ -1232,4 +1238,3 @@ Preamble
     \def\gobbletableofcontents#1{\origtableofcontents}
   }
 EndPreamble
-