mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
8abe7b25e8
This is a modern implementation of endnotes building on LaTeX3 tools which gets away with deficiencies of the endnotes package, has some extra features, is localized, supports hyperref and is better customizable. As this is a fairly new package requiring l3, we keep the old endnotes module and provide this as an alternative.
41 lines
954 B
Plaintext
41 lines
954 B
Plaintext
#\DeclareLyXModule[endnotes.sty]{Endnotes (Basic)}
|
|
#\DeclareCategory{Foot- and Endnotes}
|
|
#DescriptionBegin
|
|
#Adds an endnote inset, in addition to footnotes. This uses the endnotes
|
|
#package, which has some limitations but works with older LaTeX distributions
|
|
#as well. You will need to add an endnotes list
|
|
#(Insert > List/Contents/References > Endnotes) where you
|
|
#want the endnotes to appear.
|
|
#DescriptionEnd
|
|
#Excludes: enotez | foottoenotez
|
|
|
|
Format 80
|
|
|
|
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
|