mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 01:15:24 +00:00
d61f722080
when we just can output what we want right away.
27 lines
598 B
Plaintext
27 lines
598 B
Plaintext
#\DeclareLyXModule[endnotes.sty]{Footnotes as Endnotes}
|
|
#\DeclareCategory{Foot- and Endnotes}
|
|
#DescriptionBegin
|
|
#Sets all footnotes as endnotes. You will need to add an
|
|
#endnotes list (Insert > List/Contents/References > Endnotes) where you
|
|
#want the endnotes to appear.
|
|
#DescriptionEnd
|
|
|
|
Format 79
|
|
|
|
|
|
InsetLayout Foot
|
|
LabelString Endnote
|
|
LatexName 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
|