]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/foottoend.module
More tweaks, and some fixes for missing files in the makefiles, while we're at it.
[lyx.git] / lib / layouts / foottoend.module
index bc32ef72f52bb4a4adec6de73bb72363bc02ccc4..28e8a1e86679c56c16decdbdaea75bfa86c4bb2e 100644 (file)
@@ -1,8 +1,13 @@
-#\DeclareLyXModule[endnotes.sty]{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 5
+Format 6
+
+Requires       endnotes
 
 Preamble
-  \usepackage{endnotes}
   \let\footnote=\endnote
 EndPreamble