texlive[48536] Master/texmf-dist: biblatex-publist (1sep18)

commits+karl at tug.org commits+karl at tug.org
Sun Sep 2 00:17:12 CEST 2018


Revision: 48536
          http://tug.org/svn/texlive?view=revision&revision=48536
Author:   karl
Date:     2018-09-02 00:17:12 +0200 (Sun, 02 Sep 2018)
Log Message:
-----------
biblatex-publist (1sep18)

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

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-publist/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-publist/README	2018-09-01 22:16:58 UTC (rev 48535)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-publist/README	2018-09-01 22:17:12 UTC (rev 48536)
@@ -45,6 +45,11 @@
 
 == CHANGES ==
 
+* V. 1.11 (2018-09-01):
+	- Fix marginyear=true with labeldateparts=false.
+	- Fix problem with empty parentheses in article with standard base style
+	  and with labeldateparts=false.
+
 * V. 1.10 (2018-04-08):
 	- Extend option "plnumbered" with "plnumbered=reset".
 	  This allows to restart the numbering of the publication list items

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	2018-09-01 22:16:58 UTC (rev 48535)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex	2018-09-01 22:17:12 UTC (rev 48536)
@@ -86,7 +86,7 @@
 \thanks{Please report issues via \protect\url{https://github.com/jspitz/biblatex-publist}.}%
 }
 
-\date{Version 1.9, 2018/03/01}
+\date{Version 1.11, 2018/09/01}
 \maketitle
 
 \begin{abstract}
@@ -450,6 +450,13 @@
 \section{Revision Log}
 
 \begin{description}
+	\item [{V.~1.11 (2018-09-01):}]~
+	\begin{itemize}
+		\item Fix \joption{marginyear=true} with \joption{labeldateparts=false}.
+		\item Fix problem with empty parentheses in article with standard base style
+		      and with \joption{labeldateparts=false}.
+	\end{itemize}
+
 	\item [{V.~1.10 (2018-04-08):}]~
 	\begin{itemize}
 		\item Extend option \joption{plnumbered} with \joption{plnumbered=reset}.

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx	2018-09-01 22:16:58 UTC (rev 48535)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx	2018-09-01 22:17:12 UTC (rev 48536)
@@ -25,8 +25,8 @@
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-\def\bpl at version{1.10}
-\def\bpl at rdate{2018/04/08}
+\def\bpl at version{1.11}
+\def\bpl at rdate{2018/09/01}
 
 \ProvidesFile{publist.bbx}[\bpl at rdate\space v.\bpl at version\space
                            biblatex bibliography style (JSP)]
@@ -636,6 +636,22 @@
      \andothersdelim\biblcstring{andothers}}
     {}}
 
+
+\ifbpl at standardbasestyle
+% Work around issue in authoryear.bbx:
+% test for empty year before printing parens
+\renewbibmacro*{issue+date}{%
+  \ifboolexpr{test {\iffieldundef{year}}
+              and test {\iffieldundef{issue}}}
+    {}
+    {\printtext[parens]{%
+       \printfield{issue}%
+       \setunit*{\addspace}%
+       \usebibmacro{date}}}%
+  \newunit}
+\fi
+
+
 \newbibmacro*{bpl:date:makedate}{%
   \printtext{%
      \iffieldundef{year}{%
@@ -671,8 +687,8 @@
      }%
       }%
     }{%
-     \iffieldequals{labelyear}{\bbx at lasthash}{}{%
-      \printtext{\marginpar{\small\plmarginyear{\bibsentence\printfield{labelyear}}}}%
+     \iffieldequals{year}{\bbx at lasthash}{}{%
+      \printtext{\marginpar{\small\plmarginyear{\bibsentence\printfield{year}}}}%
      }%
     }%
 \fi
@@ -687,7 +703,7 @@
      }%
     }{%
      \usebibmacro{bpl:date:labeldate+extradate}%
-     \savefield{labelyear}{\bbx at lasthash}%
+     \savefield{year}{\bbx at lasthash}%
      \clearfield{year}%
     }%
 }

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx	2018-09-01 22:16:58 UTC (rev 48535)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx	2018-09-01 22:17:12 UTC (rev 48536)
@@ -26,8 +26,8 @@
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-\def\bpl at version{1.10}
-\def\bpl at rdate{2018/04/08}
+\def\bpl at version{1.11}
+\def\bpl at rdate{2018/09/01}
 
 \ProvidesFile{publist.cbx}[\bpl at rdate\space v.\bpl at version\space
                            biblatex citation style (JSP)]



More information about the tex-live-commits mailing list