From 520e2388bea6a97776e25615f4cd70fd79a31aed Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 1 Jul 2023 19:38:01 +0000 Subject: biblatex-publist (1jul23) git-svn-id: svn://tug.org/texlive/trunk@67523 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/biblatex-publist/README | 3 +++ .../latex/biblatex-publist/biblatex-publist.pdf | Bin 411014 -> 411085 bytes .../latex/biblatex-publist/biblatex-publist.tex | 7 ++++++- .../tex/latex/biblatex-publist/publist.bbx | 6 ++++-- .../tex/latex/biblatex-publist/publist.cbx | 4 ++-- .../tex/latex/biblatex-publist/publist.dbx | 2 +- 6 files changed, 16 insertions(+), 6 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/README b/Master/texmf-dist/doc/latex/biblatex-publist/README index 2cd3e8834d2..d4a4ca342e9 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.6 (2023-07-01): + - Fix marginyear output with fixyear=false. + * V. 2.5 (2023-06-08): - New macros \GetSectionCount[] and \GetTotalCount to output statistics (#46). - Fix issues with fixyear=false (#47). 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 f935cfcd901..634b2890166 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf and b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf 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 12358b0589e..ed867dd0e27 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.5, 2023/06/08} +\date{Version 2.6, 2023/07/01} \maketitle \begin{abstract} @@ -943,6 +943,11 @@ until further change). \section{Revision Log} \begin{description} + + \item [{V. 2.6 (2023/07/01):}]~ + \begin{itemize} + \item Fix marginyear output with \joption{fixyear=false}. + \end{itemize} \item [{V. 2.5 (2023/06/08):}]~ \begin{itemize} diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx index b7d1a97c5eb..6e50f625d43 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.5} -\def\bpl@rdate{2023/06/08} +\def\bpl@version{2.6} +\def\bpl@rdate{2023/07/01} \ProvidesFile{publist.bbx}[\bpl@rdate\space v.\bpl@version\space biblatex bibliography style (JSP)] @@ -1566,6 +1566,7 @@ {}% {% \printtext{\marginpar{\small\plmarginyear{\bibsentence\printfield{pubstate}}}}% + \if@fixyear\else\savefield{pubstate}{\bbx@lasthash}\fi% }% }% }{% @@ -1573,6 +1574,7 @@ {}% {% \printtext{\marginpar{\small\plmarginyear{\bibsentence\printfield{year}}}}% + \if@fixyear\else\savefield{year}{\bbx@lasthash}\fi% }% }% \fi diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx index f9f0395685b..e9652040e78 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.5} -\def\bpl@rdate{2023/06/08} +\def\bpl@version{2.6} +\def\bpl@rdate{2023/07/01} \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 5305ff52416..d177506f67c 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.5 (2023/06/08). +% package, version 2.6 (2023/07/01). % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 -- cgit v1.2.3