]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcustom.inc
Paragraph ndentation doesn't work well after quotations and the like.
[lyx.git] / lib / layouts / stdcustom.inc
index 17e542db5881918c95a5c627aed38796668b1386..d3bebf6ef8044c6a24d9d685028d05e7c8ca29a8 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
+Format 19
 
-InsetLayout Custom:Endnote
-   LyXType     custom
-   LatexName   endnote
-   LatexType   command
+# Error fallback:
+InsetLayout Custom
+   LyxType     end
+   LabelString "UNDEFINED"
    Font
-     Size      Small
+     Color     error
    EndFont
-   LabelString foot
-   Preamble
-     \usepackage{endnote}
-   EndPreamble
 End