texlive[67523] Master/texmf-dist: biblatex-publist (1jul23)
commits+karl at tug.org
commits+karl at tug.org
Sat Jul 1 21:38:02 CEST 2023
Revision: 67523
http://tug.org/svn/texlive?view=revision&revision=67523
Author: karl
Date: 2023-07-01 21:38:01 +0200 (Sat, 01 Jul 2023)
Log Message:
-----------
biblatex-publist (1jul23)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/biblatex-publist/README
trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf
trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx
trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.dbx
Modified: trunk/Master/texmf-dist/doc/latex/biblatex-publist/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-publist/README 2023-07-01 19:37:50 UTC (rev 67522)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-publist/README 2023-07-01 19:38:01 UTC (rev 67523)
@@ -46,6 +46,9 @@
== CHANGES ==
+* V. 2.6 (2023-07-01):
+ - Fix marginyear output with fixyear=false.
+
* V. 2.5 (2023-06-08):
- New macros \GetSectionCount[<int>] and \GetTotalCount to output statistics (#46).
- Fix issues with fixyear=false (#47).
Modified: trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex 2023-07-01 19:37:50 UTC (rev 67522)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex 2023-07-01 19:38:01 UTC (rev 67523)
@@ -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 @@
\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}
Modified: trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx 2023-07-01 19:37:50 UTC (rev 67522)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx 2023-07-01 19:38:01 UTC (rev 67523)
@@ -25,8 +25,8 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\def\bpl at version{2.5}
-\def\bpl at rdate{2023/06/08}
+\def\bpl at version{2.6}
+\def\bpl at rdate{2023/07/01}
\ProvidesFile{publist.bbx}[\bpl at rdate\space v.\bpl at version\space
biblatex bibliography style (JSP)]
@@ -1566,6 +1566,7 @@
{}%
{%
\printtext{\marginpar{\small\plmarginyear{\bibsentence\printfield{pubstate}}}}%
+ \if at fixyear\else\savefield{pubstate}{\bbx at lasthash}\fi%
}%
}%
}{%
@@ -1573,6 +1574,7 @@
{}%
{%
\printtext{\marginpar{\small\plmarginyear{\bibsentence\printfield{year}}}}%
+ \if at fixyear\else\savefield{year}{\bbx at lasthash}\fi%
}%
}%
\fi
Modified: trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx 2023-07-01 19:37:50 UTC (rev 67522)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx 2023-07-01 19:38:01 UTC (rev 67523)
@@ -26,8 +26,8 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\def\bpl at version{2.5}
-\def\bpl at rdate{2023/06/08}
+\def\bpl at version{2.6}
+\def\bpl at rdate{2023/07/01}
\ProvidesFile{publist.cbx}[\bpl at rdate\space v.\bpl at version\space
biblatex citation style (JSP)]
Modified: trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.dbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.dbx 2023-07-01 19:37:50 UTC (rev 67522)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.dbx 2023-07-01 19:38:01 UTC (rev 67523)
@@ -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
More information about the tex-live-commits
mailing list.