summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-10-07 20:14:55 +0000
committerKarl Berry <karl@freefriends.org>2023-10-07 20:14:55 +0000
commitfc869ca51ff626c9236632abd3d170e9a92c0cdc (patch)
treeaf3e754a6579dbb6c1f886757dd0d2bf978f216e /Master/texmf-dist
parent8cb29c6b80d433bfdc8c645833bf3fdb922be125 (diff)
biblatex-publist (7oct23)
git-svn-id: svn://tug.org/texlive/trunk@68472 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/README3
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdfbin411085 -> 411123 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex7
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx5
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx4
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-publist/publist.dbx2
6 files changed, 14 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/README b/Master/texmf-dist/doc/latex/biblatex-publist/README
index d4a4ca342e9..a79548be8bf 100644
--- a/Master/texmf-dist/doc/latex/biblatex-publist/README
+++ b/Master/texmf-dist/doc/latex/biblatex-publist/README
@@ -46,6 +46,9 @@ instructions.
== CHANGES ==
+* V. 2.7 (2023-10-07):
+ - Fix acending numbering without refsections (#49).
+
* V. 2.6 (2023-07-01):
- Fix marginyear output with fixyear=false.
diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf
index 634b2890166..ba109f5ebe9 100644
--- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
index ed867dd0e27..53fc669e69c 100644
--- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
@@ -115,7 +115,7 @@
\thanks{Please report issues via \protect\url{https://github.com/jspitz/biblatex-publist}.}%
}
-\date{Version 2.6, 2023/07/01}
+\date{Version 2.7, 2023/10/07}
\maketitle
\begin{abstract}
@@ -944,6 +944,11 @@ until further change).
\begin{description}
+ \item [{V. 2.7 (2023/10/07):}]~
+ \begin{itemize}
+ \item Fix ascending numbering without refsections.
+ \end{itemize}
+
\item [{V. 2.6 (2023/07/01):}]~
\begin{itemize}
\item Fix marginyear output with \joption{fixyear=false}.
diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
index 6e50f625d43..af9e32c7413 100644
--- a/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
@@ -25,8 +25,8 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\def\bpl@version{2.6}
-\def\bpl@rdate{2023/07/01}
+\def\bpl@version{2.7}
+\def\bpl@rdate{2023/10/07}
\ProvidesFile{publist.bbx}[\bpl@rdate\space v.\bpl@version\space
biblatex bibliography style (JSP)]
@@ -763,7 +763,6 @@
\newcounter{plnumgroup}
\setcounter{plnumgroup}{0}
\newbool{newsection}
-\booltrue{newsection}
\newbool{needbpxrerun}
\newbool{plnumgroup}
\def\resetplnumgroup{}
diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx
index e9652040e78..ee02fb1c2b5 100644
--- a/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx
@@ -26,8 +26,8 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\def\bpl@version{2.6}
-\def\bpl@rdate{2023/07/01}
+\def\bpl@version{2.7}
+\def\bpl@rdate{2023/10/07}
\ProvidesFile{publist.cbx}[\bpl@rdate\space v.\bpl@version\space
biblatex citation style (JSP)]
diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.dbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.dbx
index d177506f67c..7363600606b 100644
--- a/Master/texmf-dist/tex/latex/biblatex-publist/publist.dbx
+++ b/Master/texmf-dist/tex/latex/biblatex-publist/publist.dbx
@@ -1,5 +1,5 @@
% publist.dbx, biblatex data model specification for the biblatex-publist
-% package, version 2.6 (2023/07/01).
+% package, version 2.7 (2023/10/07).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3