]> git.lyx.org Git - features.git/blobdiff - lib/layouts/endnotes.module
Update layout formats
[features.git] / lib / layouts / endnotes.module
index f9f0467227519eb5c2bb4fe1b55e30b27ba8c5ef..e5ad7a25749af052b17af060065d641eea037c1c 100644 (file)
@@ -1,11 +1,12 @@
 #\DeclareLyXModule[endnotes.sty]{Endnotes}
 #\DeclareCategory{Foot- and Endnotes}
 #DescriptionBegin
-#Adds an endnote inset, in addition to footnotes. You will need to add 
-#\theendnotes in TeX-code where you want the endnotes to appear.
+#Adds an endnote inset, in addition to footnotes. You will need to add an
+#endnotes list (Insert > List/Contents/References > Endnotes) where you
+#want the endnotes to appear.
 #DescriptionEnd
 
-Format 72
+Format 80
 
 Counter endnotes
     PrettyFormat "Endnote ##"
@@ -24,3 +25,13 @@ InsetLayout Flex:Endnote
    LabelString endnote
    Requires    endnotes
 End
+
+# We are only interested in the list
+Float
+   Type          endnote
+   ListName      "Endnotes"
+   IsPredefined  true
+   UsesFloatPkg  false
+   ListCommand   theendnotes
+   Requires      endnotes
+End