summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/enotez
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-13 03:01:18 +0000
committerNorbert Preining <norbert@preining.info>2019-10-13 03:01:18 +0000
commit3afcae17b4a1a6dffbaa749a6fd0b6406c4d34a9 (patch)
tree2b39e772bb90bd186f6430ee996d04279e10f7f4 /macros/latex/contrib/enotez
parent2e4672ed6f7b49c9d1c44b6ca850cfe7024fc639 (diff)
CTAN sync 201910130301
Diffstat (limited to 'macros/latex/contrib/enotez')
-rw-r--r--macros/latex/contrib/enotez/README3
-rw-r--r--macros/latex/contrib/enotez/enotez.sty107
-rw-r--r--macros/latex/contrib/enotez/enotez_en.pdfbin452442 -> 449693 bytes
-rw-r--r--macros/latex/contrib/enotez/enotez_en.tex5
4 files changed, 54 insertions, 61 deletions
diff --git a/macros/latex/contrib/enotez/README b/macros/latex/contrib/enotez/README
index 73c54286bd..105c5d1170 100644
--- a/macros/latex/contrib/enotez/README
+++ b/macros/latex/contrib/enotez/README
@@ -1,9 +1,8 @@
--------------------------------------------------------------------------
-the ENOTEZ package v0.10
+the ENOTEZ package v0.10a 2019/10/12
Endnotes for LaTeX2e
-2019/09/30
--------------------------------------------------------------------------
Clemens Niederberger
Web: https://bitbucket.org/cgnieder/enotez/
diff --git a/macros/latex/contrib/enotez/enotez.sty b/macros/latex/contrib/enotez/enotez.sty
index 4e1738e74e..c82b386e56 100644
--- a/macros/latex/contrib/enotez/enotez.sty
+++ b/macros/latex/contrib/enotez/enotez.sty
@@ -28,11 +28,11 @@
% If you have any ideas, questions, suggestions or bugs to report, please
% feel free to contact me.
% --------------------------------------------------------------------------
-\RequirePackage{ expl3 , xparse , l3keys2e , xtemplate , etoolbox , xpatch , scrlfile }
+\RequirePackage {expl3,xparse,l3keys2e,xtemplate}
\ProvidesExplPackage
{enotez}
- {2019/09/30}
- {0.10}
+ {2019/10/12}
+ {0.10a}
{Endnotes for LaTeX2e}
% --------------------------------------------------------------------------
@@ -973,58 +973,53 @@
\tl_set:Nn \l__enotez_section_tl { \GetTranslation {enotez-section} }
\tl_set:Nn \l__enotez_chapter_tl { \GetTranslation {enotez-chapter} }
-\tex_endinput:D
+\file_input_stop:
% --------------------------------------------------------------------------
% HISTORY:
-2012/07/03 v0.1 - first public version on bitbucket
-2012/07/05 v0.2 - added preliminary `split' option
- - enable endnotes in captions with KOMA classes, `memoir' and
- the `caption' package
-2012/07/06 v0.2a - made the splitted list titles customizable
-2012/07/07 v0.3 - list-building rewritten due to a design flaw
-2012/07/24 v0.3a - adapted to deprecated functions in l3kernel and l3packages,
- removed debugging leftover
-2012/12/14 v0.3b - bug fix: works again when used with a KOMA class and an
- endnote is used inside a caption
-2012/12/30 v0.4 - new options `mark-cs' and `mark-format', redefinable
- commands \enmarkstyle and \enotezwritemark
-2012/01/18 v0.4a - added beginnings of internationalization -- this will need
- help from users speaking the actual languages
-2013/03/12 v0.5 - \AtNextEndnotesList, \AtEveryEndnotesList
- - use protected internal commands where appropriate
- - fix wrong endnote marks when used with the `caption'
- package
-2013/03/18 v0.5a - adapt to deprecated expl3 commands
-2013/04/06 v0.6 - \endnote sets \@currentlabel so endnotes can be referenced
- with \label{} and \ref{}
-2013/05/01 v0.7 - new option `backref' adds links from the notes in the list
- back to the notes in the text (needs `hyperref' loaded)
- - new: \AtEveryListSplit, \AfterEveryListSplit,
- \EnotezCurrentSplitTitle
- - new option: `list-heading'
-2013/08/03 v0.7a - corrected bug: `reset=true' now works as it should
- - added counter-format `symbols'
-2013/10/31 v0.7b - corrected bug: \acro_command_deprecated:NN should of course
- be \enotez_command_deprecated:NN
-2014/02/04 v0.7c - added a missing \par to the `paragraph' template for the
- list
-2015/06/24 v0.8 - bug fix in typesetting the split-headings
- - new command \NewSplitTitleTag
-2015/07/29 v0.8a - adapt to deprecated choice selection in keys
-2016/01/07 v0.8b - \prop_get:Nn => \prop_item:Nn
-2016/11/08 v0.9 - fix issues #6, #7, and #8
- - remove caption patching and add \endnotemark and \endnotetext
-2017/04/24 v0.9a - fix wrong format of number in list
-2019/09/30 v0.10 - fix issus #14
- - don't allow package options any more
- - implement issue #17: new choices for the totoc option:
- `auto', `subsection' and `part'
- - fix issue #18
- - implement issue #13
- % - new command \refendnote, fix issue #19
- - implement issue #9
-
-% --------------------------------------------------------------------------
-% TODO:
-- add \endnotemark and \endnotetext
-- make the headings obey the `totoc' option?
+2012/07/03 v0.1 - first public version on bitbucket
+2012/07/05 v0.2 - added preliminary `split' option
+ - enable endnotes in captions with KOMA classes, `memoir' and
+ the `caption' package
+2012/07/06 v0.2a - made the splitted list titles customizable
+2012/07/07 v0.3 - list-building rewritten due to a design flaw
+2012/07/24 v0.3a - adapted to deprecated functions in l3kernel and l3packages,
+ removed debugging leftover
+2012/12/14 v0.3b - bug fix: works again when used with a KOMA class and an
+ endnote is used inside a caption
+2012/12/30 v0.4 - new options `mark-cs' and `mark-format', redefinable
+ commands \enmarkstyle and \enotezwritemark
+2012/01/18 v0.4a - added beginnings of internationalization -- this will need
+ help from users speaking the actual languages
+2013/03/12 v0.5 - \AtNextEndnotesList, \AtEveryEndnotesList
+ - use protected internal commands where appropriate
+ - fix wrong endnote marks when used with the `caption'
+ package
+2013/03/18 v0.5a - adapt to deprecated expl3 commands
+2013/04/06 v0.6 - \endnote sets \@currentlabel so endnotes can be referenced
+ with \label{} and \ref{}
+2013/05/01 v0.7 - new option `backref' adds links from the notes in the list
+ back to the notes in the text (needs `hyperref' loaded)
+ - new: \AtEveryListSplit, \AfterEveryListSplit,
+ \EnotezCurrentSplitTitle
+ - new option: `list-heading'
+2013/08/03 v0.7a - corrected bug: `reset=true' now works as it should
+ - added counter-format `symbols'
+2013/10/31 v0.7b - corrected bug: \acro_command_deprecated:NN should of course
+ be \enotez_command_deprecated:NN
+2014/02/04 v0.7c - added a missing \par to the `paragraph' template for the
+ list
+2015/06/24 v0.8 - bug fix in typesetting the split-headings
+ - new command \NewSplitTitleTag
+2015/07/29 v0.8a - adapt to deprecated choice selection in keys
+2016/01/07 v0.8b - \prop_get:Nn => \prop_item:Nn
+2016/11/08 v0.9 - fix issues #6, #7, and #8
+ - remove caption patching and add \endnotemark and \endnotetext
+2017/04/24 v0.9a - fix wrong format of number in list
+2019/09/30 v0.10 - fix issus #14
+ - don't allow package options any more
+ - implement issue #17: new choices for the totoc option:
+ `auto', `subsection' and `part'
+ - fix issue #18
+ - implement issue #13
+ - implement issue #9
+2019/10/12 v0.10a - remove unnecessary package dependencies
diff --git a/macros/latex/contrib/enotez/enotez_en.pdf b/macros/latex/contrib/enotez/enotez_en.pdf
index dfcd56e6ce..d7b1aabd56 100644
--- a/macros/latex/contrib/enotez/enotez_en.pdf
+++ b/macros/latex/contrib/enotez/enotez_en.pdf
Binary files differ
diff --git a/macros/latex/contrib/enotez/enotez_en.tex b/macros/latex/contrib/enotez/enotez_en.tex
index 33d0149b38..d169e186c1 100644
--- a/macros/latex/contrib/enotez/enotez_en.tex
+++ b/macros/latex/contrib/enotez/enotez_en.tex
@@ -91,9 +91,8 @@
\enotez\ needs and loads the following packages:
\bnd{l3kernel}~\cite{bnd:l3kernel}, \pkg{xparse}, \pkg{xtemplate} and
-\pkg{l3keys2e} from the \bnd{l3packages} bundle~\cite{bnd:l3packages},
-\pkg{xpatch}~\cite{pkg:xpatch}, \pkg{scrlfile} from the \KOMAScript\
-bundle~\cite{bnd:koma-script} and \pkg{translations}~\cite{pkg:translations}.
+\pkg{l3keys2e} from the \bnd{l3packages} bundle~\cite{bnd:l3packages} and
+\pkg{translations}~\cite{pkg:translations}.
\section{Motivation}
\enotez\ is a new implementation of endnotes for \LaTeXe\ since the