]> git.lyx.org Git - features.git/blobdiff - lib/layouts/endnotes.module
Update documents and layouts after fd1ee3b4.
[features.git] / lib / layouts / endnotes.module
index 79d8711a825cf062dead468d0068db8d6f856c00..54b5d3726240ebe195576617bb10b9c06634d290 100644 (file)
@@ -1,15 +1,25 @@
-#\DeclareLyXModule{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]{Endnote}
+#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 60
 
-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