]> git.lyx.org Git - features.git/blobdiff - lib/layouts/foottoend.module
Update layouts to 2.2.0alpha1 format
[features.git] / lib / layouts / foottoend.module
index c6199c073796f03950daf19ed004aefcc23858ce..2cebe8655e83639f29319694cd65fc15c58f3ad2 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 TeX-code where you want the endnotes to appear.
+#DescriptionEnd
 
-Format 6
+Format 57
 
 Requires       endnotes
 
-Preamble
+AddToPreamble
   \let\footnote=\endnote
 EndPreamble