mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 01:15:24 +00:00
229052b29a
Support native solution for Endnotes list rather than having to use \\theendnotes via ERT File format change
38 lines
802 B
Plaintext
38 lines
802 B
Plaintext
#\DeclareLyXModule[endnotes.sty]{Endnotes}
|
|
#\DeclareCategory{Foot- and Endnotes}
|
|
#DescriptionBegin
|
|
#Adds an endnote inset, in addition to footnotes. You will need to add an
|
|
#endnotes list (Insert > List/Contents/References > Endnotes) where you
|
|
#want the endnotes to appear.
|
|
#DescriptionEnd
|
|
|
|
Format 79
|
|
|
|
Counter endnotes
|
|
PrettyFormat "Endnote ##"
|
|
End
|
|
|
|
InsetLayout Flex:Endnote
|
|
LyXType custom
|
|
LatexName endnote
|
|
LatexType command
|
|
Counter endnotes
|
|
Decoration classic
|
|
Font
|
|
Size Small
|
|
EndFont
|
|
MultiPar true
|
|
LabelString endnote
|
|
Requires endnotes
|
|
End
|
|
|
|
# We are only interested in the list
|
|
Float
|
|
Type endnote
|
|
ListName "Endnotes"
|
|
IsPredefined true
|
|
UsesFloatPkg false
|
|
ListCommand theendnotes
|
|
Requires endnotes
|
|
End
|