]> git.lyx.org Git - features.git/blob - lib/layouts/stdcustom.inc
Add error fallback to custom insets
[features.git] / lib / layouts / stdcustom.inc
1 # Textclass definition file for LaTeX.
2 # Author : Martin vermeer <martin.vermeer@tkk.fi>
3 # Custom Inset layouts definition
4
5 Format 5
6
7 InsetLayout Custom:Endnote
8    LyXType      custom
9    LatexName    endnote
10    LatexType    command
11    Decoration   classic
12    Font
13      Size       Small
14    EndFont
15    LabelString  endnote
16    Preamble
17      \usepackage{endnotes}
18    EndPreamble
19 End
20
21 # Error fallback:
22 InsetLayout Custom
23    LyxType      end
24    LabelString  "UNDEFINED"
25    Font
26      Color      error
27    EndFont
28 End
29