]> git.lyx.org Git - features.git/blobdiff - lib/layouts/endnotes.module
We already allowed a counter declaraton for flex insets. We just
[features.git] / lib / layouts / endnotes.module
index ffd3ab262644d4bf8c3f1ecd44e3339ca9fedd32..29169f8855881ba08dd0d69f544e5a42356ae783 100644 (file)
@@ -6,15 +6,20 @@
 
 Format 45
 
+Counter endnotes
+    PrettyFormat "Endnote ##"
+End
+
 InsetLayout Flex:Endnote
-   LyXType     custom
-   LatexName   endnote
-   LatexType   command
-   Decoration classic
+   LyXType     custom
+   LatexName   endnote
+   LatexType   command
+   Counter     endnotes
+   Decoration  classic
    Font
-     Size      Small
+     Size Small
    EndFont
-   MultiPar true
-   LabelString endnote
-   Requires    endnotes
+   MultiPar    true
+   LabelString endnote
+   Requires    endnotes
 End