mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 23:12:31 +00:00
b124adbd38
This uses the InsetArgument interface to provide access to a document part hitherto inaccessible by LyX: the part between \begin and the first \item in a list (where lengths and counters can be redefined, for instance). Fixes: #11098 File format change, layout format change
26 lines
523 B
Plaintext
26 lines
523 B
Plaintext
#\DeclareLyXModule[endnotes.sty]{Endnote}
|
|
#DescriptionBegin
|
|
#Adds an endnote inset, in addition to footnotes. You will need to add
|
|
#\theendnotes in TeX-code where you want the endnotes to appear.
|
|
#DescriptionEnd
|
|
|
|
Format 69
|
|
|
|
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
|