]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/endnotes.module
Amend 3058deb: Make convert_fonts robust
[lyx.git] / lib / layouts / endnotes.module
index 40d03c6e113d61621ac74a60ac8d91d4787c484b..91e2b3ef9d24dabffd91b4ca9d0efab69ea63cec 100644 (file)
@@ -4,17 +4,22 @@
 #\theendnotes in TeX-code where you want the endnotes to appear.
 #DescriptionEnd
 
-Format 29
+Format 68
+
+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