]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/foottoend.module
Amend 3058deb: Make convert_fonts robust
[lyx.git] / lib / layouts / foottoend.module
index c6199c073796f03950daf19ed004aefcc23858ce..4c9c756af7015c5a940ff96a8052852fd61ba37e 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 68
 
 Requires       endnotes
 
-Preamble
+AddToPreamble
   \let\footnote=\endnote
 EndPreamble