lyx_mirror/lib/layouts/stdcustom.inc
Martin Vermeer e31d201dd6 Decoration added
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19795 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-25 18:41:58 +00:00

21 lines
360 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