mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
6c73681b07
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20030 a592a061-630c-0410-9148-cb99ea01b6c8
30 lines
480 B
PHP
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
|
|
|