]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/foottoend.module
Move the RefPrefix definitions to their own file, for easy inclusion in
[lyx.git] / lib / layouts / foottoend.module
index c6199c073796f03950daf19ed004aefcc23858ce..e099679f5e1902d905ddbef62d550157ad9cda98 100644 (file)
@@ -1,9 +1,13 @@
-#\DeclareLyXModule{Sets all footnotes as endnotes. You will need to add \theendnotes in ERT where you want the endnotes to appear.}{Foot to End}
+#\DeclareLyXModule[endnotes.sty]{Foot to End}
+#DescriptionBegin
+#Sets all footnotes as endnotes. You will need to add \theendnotes 
+#in ERT where you want the endnotes to appear.
+#DescriptionEnd
 
-Format 6
+Format 25
 
 Requires       endnotes
 
-Preamble
+AddToPreamble
   \let\footnote=\endnote
 EndPreamble