summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/enotez
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-12-14 03:00:40 +0000
committerNorbert Preining <norbert@preining.info>2020-12-14 03:00:40 +0000
commit5fc9e4626c1b64fd01838f967954fc43a268398e (patch)
tree1187711f99c4ac72939034fff7639130c0cbefcb /macros/latex/contrib/enotez
parent11d158821540787f6352285f23d1ce695bd86138 (diff)
CTAN sync 202012140300
Diffstat (limited to 'macros/latex/contrib/enotez')
-rw-r--r--macros/latex/contrib/enotez/README10
-rw-r--r--macros/latex/contrib/enotez/enotez.sty21
-rw-r--r--macros/latex/contrib/enotez/enotez_en.pdfbin450196 -> 451515 bytes
-rw-r--r--macros/latex/contrib/enotez/enotez_en.tex9
-rw-r--r--macros/latex/contrib/enotez/enotez_split_example.tex2
5 files changed, 20 insertions, 22 deletions
diff --git a/macros/latex/contrib/enotez/README b/macros/latex/contrib/enotez/README
index 93aad12bac..f74ab1da5d 100644
--- a/macros/latex/contrib/enotez/README
+++ b/macros/latex/contrib/enotez/README
@@ -1,22 +1,22 @@
--------------------------------------------------------------------------
-the ENOTEZ package v0.10b 2020/01/16
+the ENOTEZ package v0.10c 2020/12/13
Endnotes for LaTeX2e
--------------------------------------------------------------------------
Clemens Niederberger
-Web: https://bitbucket.org/cgnieder/enotez/
+Web: https://github.com/cgnieder/enotez/
E-Mail: contact@mychemistry.eu
--------------------------------------------------------------------------
Copyright 2012--2020 Clemens Niederberger
This work may be distributed and/or modified under the
-conditions of the LaTeX Project Public License, either version 1.3
+conditions of the LaTeX Project Public License, either version 1.3c
of this license or (at your option) any later version.
The latest version of this license is in
http://www.latex-project.org/lppl.txt
-and version 1.3 or later is part of all distributions of LaTeX
-version 2005/12/01 or later.
+and version 1.3c or later is part of all distributions of LaTeX
+version 2008/05/04 or later.
This work has the LPPL maintenance status `maintained'.
diff --git a/macros/latex/contrib/enotez/enotez.sty b/macros/latex/contrib/enotez/enotez.sty
index 4019b65791..a5d7c94e47 100644
--- a/macros/latex/contrib/enotez/enotez.sty
+++ b/macros/latex/contrib/enotez/enotez.sty
@@ -5,18 +5,18 @@
%
% --------------------------------------------------------------------------
% Clemens Niederberger
-% Web: https://bitbucket.org/cgnieder/enotez/
+% Web: https://github.com/cgnieder/enotez/
% E-Mail: contact@mychemistry.eu
% --------------------------------------------------------------------------
% Copyright 2012--2020 Clemens Niederberger
%
% This work may be distributed and/or modified under the
-% conditions of the LaTeX Project Public License, either version 1.3
+% conditions of the LaTeX Project Public License, either version 1.3c
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
-% and version 1.3 or later is part of all distributions of LaTeX
-% version 2005/12/01 or later.
+% and version 1.3c or later is part of all distributions of LaTeX
+% version 2008/05/04 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
@@ -31,8 +31,8 @@
\RequirePackage {expl3,xparse,l3keys2e,xtemplate}
\ProvidesExplPackage
{enotez}
- {2020/01/16}
- {0.10b}
+ {2020/12/13}
+ {0.10c}
{Endnotes for LaTeX2e}
% --------------------------------------------------------------------------
@@ -114,12 +114,9 @@
\skip_set_eq:NN \l__enotez_list_postamble_skip \medskipamount
\int_new:N \g__enotez_endnote_id_int
-\int_zero:N \g__enotez_endnote_id_int
\int_new:N \g__enotez_endnote_mark_int
-\int_zero:N \g__enotez_endnote_mark_int
\newcounter {endnote}
\int_new:N \g__enotez_list_printed_int
-\int_zero:N \g__enotez_list_printed_int
\int_new:N \l__enotez_tmpa_int
\prop_new:N \g__enotez_endnote_text_prop
@@ -330,7 +327,8 @@
\cs_new_protected:Npn \enotez@note #1#2#3#4#5#6#7
{
- \tl_gset:cn {enotez@#1@note} {#2}
+ \tl_gclear_new:c {g__enotez_#1_note_tl}
+ \tl_gset:cn {g__enotez_#1_note_tl} {#2}
\prop_gput:Nnn \g__enotez_endnote_mark_prop {#1} {#2}
\prop_gput:Nnn \g__enotez_endnote_split_prop {#1} {#3}
\prop_gput:Nnn \g__enotez_endnote_sect_prop {#1} {#4}
@@ -345,7 +343,7 @@
\cs_set_protected:Npn \enotez@note #1#2#3#4#5#6#7
{
\tl_set:Nn \l__enotez_change_tl {#2}
- \tl_if_eq:cNF {enotez@#1@note} \l__enotez_change_tl
+ \tl_if_eq:cNF {g__enotez_#1_note_tl} \l__enotez_change_tl
{
\@latex@warning@no@line
{ Endnotes~may~have~changed.~Rerun~to~get~them~right. }
@@ -1024,3 +1022,4 @@
- implement issue #9
2019/10/12 v0.10a - remove unnecessary package dependencies
2020/01/16 v0.10b - adapt to renaming of string case changing functions
+2020/12/13 v0.10c - fix issue #23
diff --git a/macros/latex/contrib/enotez/enotez_en.pdf b/macros/latex/contrib/enotez/enotez_en.pdf
index 42bbcede66..987c7545bd 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 637122aa0e..8fb1dcee81 100644
--- a/macros/latex/contrib/enotez/enotez_en.tex
+++ b/macros/latex/contrib/enotez/enotez_en.tex
@@ -15,12 +15,12 @@
% Copyright 2012--2020 Clemens Niederberger
%
% This work may be distributed and/or modified under the
-% conditions of the LaTeX Project Public License, either version 1.3
+% conditions of the LaTeX Project Public License, either version 1.3c
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
-% and version 1.3 or later is part of all distributions of LaTeX
-% version 2005/12/01 or later.
+% and version 1.3c or later is part of all distributions of LaTeX
+% version 2008/05/04 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
@@ -33,7 +33,6 @@
% feel free to contact me.
% --------------------------------------------------------------------------
\documentclass[load-preamble+]{cnltx-doc}
-\usepackage[utf8]{inputenc}
\usepackage{enotez}
\setcnltx{
@@ -41,7 +40,7 @@
info = {Endnotes for \LaTeXe} ,
authors = Clemens Niederberger ,
email = contact@mychemistry.eu ,
- url = https://bitbucket.org/cgnieder/enotez/ ,
+ url = https://github.com/cgnieder/enotez/ ,
pre-output = \setfnpct{dont-mess-around} ,
add-cmds = {
@endnotemark,
diff --git a/macros/latex/contrib/enotez/enotez_split_example.tex b/macros/latex/contrib/enotez/enotez_split_example.tex
index 5959a0d3a3..904c1ddc8a 100644
--- a/macros/latex/contrib/enotez/enotez_split_example.tex
+++ b/macros/latex/contrib/enotez/enotez_split_example.tex
@@ -5,7 +5,7 @@
%
% --------------------------------------------------------------------------
% Clemens Niederberger
-% Web: https://bitbucket.org/cgnieder/enotez/
+% Web: https://github.com/cgnieder/enotez/
% E-Mail: contact@mychemistry.eu
% --------------------------------------------------------------------------
% Copyright 2012--2020 Clemens Niederberger