]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcustom.inc
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[lyx.git] / lib / layouts / stdcustom.inc
index cf9ded18497cbff4960c3d017bc8e5689c10e7bf..a6d26f5c3bef2c91b588d96814f4fbb2191eba4d 100644 (file)
@@ -1,19 +1,15 @@
 # Textclass definition file for LaTeX.
-# Author : Martin vermeer <amrtin.vermeer@tkk.fi>
+# Author : Martin vermeer <martin.vermeer@tkk.fi>
 # Custom Inset layouts definition
 
 Format 5
 
-InsetLayout Custom:Endnote
-   LyXType     custom
-   LatexName   endnote
-   LatexType   command
+# Error fallback:
+InsetLayout Custom
+   LyxType     end
+   LabelString "UNDEFINED"
    Font
-     Size      Small
+     Color     error
    EndFont
-   LabelString endnote
-   Preamble
-     \usepackage{endnotes}
-   EndPreamble
 End