1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
# enotez package
# Matthew Bertucci 9/19/2021 for v0.10c
#include:expl3
#include:xparse
#include:l3keys2e
#include:xtemplate
#include:translations
\endnote{text}
\endnote[mark]{text}
\endnotemark#*
\endnotemark[mark]#*
\endnotetext{text}#*
\enotezwritemark#*
\enmarkstyle#*
\printendnotes
\printendnotes[style%keyvals]
\printendnotes*#*
\printendnotes*[style%keyvals]#*
#keyvals:\printendnotes#c,\printendnotes*#c
description
itemize
#endkeyvals
\AtEveryEndnotesList{text}#*
\AtNextEndnotesList{text}#*
\AfterEveryEndnotesList{text}#*
\AfterNextEndnotesList{text}#*
\setenotez{options%keyvals}
#keyvals:\setenotez
list-name=
reset#true,false
counter-format=#arabic,alph,Alph,roman,Roman,symbols
mark-format={%<code%>}
mark-cs={%<command%>}
backref#true,false
totoc=#subsection,section,chapter,part,auto,false
list-heading=
list-style=
list-preamble-skip=
list-postamble-skip=
split=#section,chapter,false
split-sectioning={%<csname%>}
split-heading=
split-title={%<token list%>}
#endkeyvals
\enmark{arg}#*
\AtEveryListSplit{code}#*
\AfterEveryListSplit{code}#*
\EnotezCurrentSplitTitle#*
\NewSplitTitleTag{tag}{replacement}#*
\enotezlistheading{text}#*
\enotezsplitlistheading#*
\enotezdisable#*
\theendnote#*
|