]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcustom.inc
Move the RefPrefix definitions to their own file, for easy inclusion in
[lyx.git] / lib / layouts / stdcustom.inc
index 06ee38f663603a8acca916be780fe65549cd83cc..26a162289bb7652a83e6a1b7892376ededeadc0f 100644 (file)
@@ -2,19 +2,14 @@
 # Author : Martin vermeer <martin.vermeer@tkk.fi>
 # Custom Inset layouts definition
 
-Format 5
+Format 25
 
-InsetLayout Custom:Endnote
-   LyXType     custom
-   LatexName   endnote
-   LatexType   command
-   Decoration  classic
+# Error fallback:
+InsetLayout Custom
+   LyxType     end
+   LabelString "UNDEFINED"
    Font
-     Size      Small
+     Color     error
    EndFont
-   LabelString endnote
-   Preamble
-     \usepackage{endnotes}
-   EndPreamble
 End