summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-12 22:06:56 +0000
committerKarl Berry <karl@freefriends.org>2019-10-12 22:06:56 +0000
commit464faeebf3487adf47a1b79022f04e9fa2279161 (patch)
tree1c61a75477ea45689fd767ff0e8777836e992431
parenta8cad73a996a39c83b4cb426d77de1d0188b97a3 (diff)
enotez (13oct19)
git-svn-id: svn://tug.org/texlive/trunk@52356 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/enotez/README3
-rw-r--r--Master/texmf-dist/doc/latex/enotez/enotez_en.pdfbin452442 -> 449693 bytes
-rw-r--r--Master/texmf-dist/doc/latex/enotez/enotez_en.tex5
-rw-r--r--Master/texmf-dist/tex/latex/enotez/enotez.sty107
4 files changed, 54 insertions, 61 deletions
diff --git a/Master/texmf-dist/doc/latex/enotez/README b/Master/texmf-dist/doc/latex/enotez/README
index 73c54286bd4..105c5d1170b 100644
--- a/Master/texmf-dist/doc/latex/enotez/README
+++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf b/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf
index dfcd56e6cee..d7b1aabd569 100644
--- a/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf
+++ b/Master/texmf-dist/doc/latex/enotez/enotez_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/enotez/enotez_en.tex b/Master/texmf-dist/doc/latex/enotez/enotez_en.tex
index 33d0149b381..d169e186c12 100644
--- a/Master/texmf-dist/doc/latex/enotez/enotez_en.tex
+++ b/Master/texmf-dist/doc/latex/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
diff --git a/Master/texmf-dist/tex/latex/enotez/enotez.sty b/Master/texmf-dist/tex/latex/enotez/enotez.sty
index 4e1738e74e7..c82b386e56c 100644
--- a/Master/texmf-dist/tex/latex/enotez/enotez.sty
+++ b/Master/texmf-dist/tex/latex/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