]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
Correct version number
[lyx.git] / lib / layouts / stdfloats.inc
index f7f527dac1dae8e4826554ef23664ccd07edaab2..cd6614a8da58ad40298a0947a9a0742adc874857 100644 (file)
@@ -4,11 +4,9 @@
 # in most LyX layouts.
 
 
-Format 63
+Format 82
 
-OutlinerName table        "Tables" #no AddToToc (built-in)
-OutlinerName figure       "Figures" #no AddToToc (built-in)
-OutlinerName algorithm    "Algorithms" #no AddToToc (built-in)
+Input stdfloatnames.inc
 
 Float
        Type                  table
@@ -22,6 +20,7 @@ Float
        UsesFloatPkg          false
        ListCommand           listoftables
        RefPrefix             tab
+       DocBookTag            table
 End
 
 
@@ -37,6 +36,7 @@ Float
        UsesFloatPkg          false
        ListCommand           listoffigures
        RefPrefix             fig
+       DocBookTag            figure
 End
 
 
@@ -51,6 +51,7 @@ Float
        IsPredefined          false
        UsesFloatPkg          true
        RefPrefix             alg
+       DocBookTag            figure # TODO: No DocBook tag really corresponds...
 End