lyx_mirror/lib/layouts/stdcustom.inc
Martin Vermeer 6c73681b07 Add error fallback to custom insets
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20030 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-04 03:48:24 +00:00

30 lines
480 B
PHP

# Textclass definition file for LaTeX.
# Author : Martin vermeer <martin.vermeer@tkk.fi>
# Custom Inset layouts definition
Format 5
InsetLayout Custom:Endnote
LyXType custom
LatexName endnote
LatexType command
Decoration classic
Font
Size Small
EndFont
LabelString endnote
Preamble
\usepackage{endnotes}
EndPreamble
End
# Error fallback:
InsetLayout Custom
LyxType end
LabelString "UNDEFINED"
Font
Color error
EndFont
End