lyx_mirror/lib/layouts/stdcustom.inc
Martin Vermeer d9a7f647c8 Oops -- thanks Richard
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19773 a592a061-630c-0410-9148-cb99ea01b6c8
2007-08-24 15:15:38 +00:00

20 lines
338 B
PHP

# Textclass definition file for LaTeX.
# Author : Martin vermeer <amrtin.vermeer@tkk.fi>
# Custom Inset layouts definition
Format 5
InsetLayout Custom:Endnote
LyXType custom
LatexName endnote
LatexType command
Font
Size Small
EndFont
LabelString endnote
Preamble
\usepackage{endnotes}
EndPreamble
End