]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/foottoend.module
Make Word Wrap property confiurable by language
[lyx.git] / lib / layouts / foottoend.module
index c7752244314a0690dcbcbe08c1ce1c161fb049bc..e09a71b24679db8d99e531117bb0293cf1eb8ecd 100644 (file)
@@ -1,9 +1,14 @@
-#\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]{Footnotes as Endnotes}
+#\DeclareCategory{Foot- and Endnotes}
+#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 74
 
 Requires       endnotes
 
-Preamble
+AddToPreamble
   \let\footnote=\endnote
 EndPreamble