]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/endnotes.module
Make Word Wrap property confiurable by language
[lyx.git] / lib / layouts / endnotes.module
index 9c00b97bd52205bbbdb7bc09be763379b1af1f4e..8be7e4b2859270865e450910ff8bc06cb48367fa 100644 (file)
@@ -1,15 +1,26 @@
-#\DeclareLyXModule[endnotes.sty]{Adds an endnote command, in addition to footnotes. You will need to add \theendnotes in ERT where you want the endnotes to appear.}{Endnote}
+#\DeclareLyXModule[endnotes.sty]{Endnotes}
+#\DeclareCategory{Foot- and Endnotes}
+#DescriptionBegin
+#Adds an endnote inset, in addition to footnotes. You will need to add 
+#\theendnotes in TeX-code where you want the endnotes to appear.
+#DescriptionEnd
 
-Format 6
+Format 74
 
-InsetLayout Custom:Endnote
-   LyXType     custom
-   LatexName   endnote
-   LatexType   command
-   Decoration classic
+Counter endnotes
+    PrettyFormat "Endnote ##"
+End
+
+InsetLayout Flex:Endnote
+   LyXType     custom
+   LatexName   endnote
+   LatexType   command
+   Counter     endnotes
+   Decoration  classic
    Font
-     Size      Small
+     Size Small
    EndFont
-   LabelString endnote
-   Requires    endnotes
+   MultiPar    true
+   LabelString endnote
+   Requires    endnotes
 End