]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/foottoend.module
Amend 3058deb: Make convert_fonts robust
[lyx.git] / lib / layouts / foottoend.module
index c7752244314a0690dcbcbe08c1ce1c161fb049bc..4c9c756af7015c5a940ff96a8052852fd61ba37e 100644 (file)
@@ -1,9 +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 TeX-code where you want the endnotes to appear.
+#DescriptionEnd
 
-Format 6
+Format 68
 
 Requires       endnotes
 
-Preamble
+AddToPreamble
   \let\footnote=\endnote
 EndPreamble