]> git.lyx.org Git - features.git/blobdiff - lib/layouts/foottoend.module
Update layout formats
[features.git] / lib / layouts / foottoend.module
index 1268e17ce92d06667046398e644e2c00d15c306f..1c53c737bd2968815b455e0a15ad71a12c60a3c5 100644 (file)
@@ -1,14 +1,26 @@
 #\DeclareLyXModule[endnotes.sty]{Footnotes as Endnotes}
 #\DeclareCategory{Foot- and Endnotes}
 #DescriptionBegin
-#Sets all footnotes as endnotes. You will need to add \theendnotes 
-#in TeX-code where you want the endnotes to appear.
+#Sets all footnotes as endnotes. You will need to add an
+#endnotes list (Insert > List/Contents/References > Endnotes) where you
+#want the endnotes to appear.
 #DescriptionEnd
 
-Format 76
+Format 80
 
-Requires       endnotes
 
-AddToPreamble
-  \let\footnote=\endnote
-EndPreamble
+InsetLayout Foot
+       LabelString     Endnote
+       LatexName       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