]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/endnotes.module
Update it.po
[lyx.git] / lib / layouts / endnotes.module
index 342879bf2a21448254a6571c08d1eba3295fac55..27a934484dfe9e3e816e56f7b57a2050607a7f34 100644 (file)
@@ -1,20 +1,25 @@
 #\DeclareLyXModule[endnotes.sty]{Endnote}
 #DescriptionBegin
 #Adds an endnote inset, in addition to footnotes. You will need to add 
-#\theendnotes in ERT where you want the endnotes to appear.
+#\theendnotes in TeX-code where you want the endnotes to appear.
 #DescriptionEnd
 
-Format 26
+Format 66
 
-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
-   MultiPar true
-   LabelString endnote
-   Requires    endnotes
+   MultiPar    true
+   LabelString endnote
+   Requires    endnotes
 End