texlive[45799] Master/texmf-dist: biblatex-publist (14nov17)

commits+karl at tug.org commits+karl at tug.org
Tue Nov 14 22:06:24 CET 2017


Revision: 45799
          http://tug.org/svn/texlive?view=revision&revision=45799
Author:   karl
Date:     2017-11-14 22:06:23 +0100 (Tue, 14 Nov 2017)
Log Message:
-----------
biblatex-publist (14nov17)

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	2017-11-14 21:05:42 UTC (rev 45798)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-publist/README	2017-11-14 21:06:23 UTC (rev 45799)
@@ -45,6 +45,16 @@
 
 == CHANGES ==
 
+* V. 1.8 (2017-11-14):
+	- Adapt to biblatex 3.8. This version is now required.
+	- Rename some macros, using pseudo-namespaces:
+		* date:makedate => bpl:date:makedate
+	    	* date:labelyear+extrayear => bpl:date:labeldate+extradate
+	    	* marginyear => bpl:marginyear
+	    	* rauthor => bpl:review:author
+	    	* rauthor/label => bpl:review:author/label
+	    	* year+labelyear => bpl:year+labelyear
+
 * V. 1.7 (2017-04-12):
         - Output marginyear before the author list. This prevents it from being vertically
           shifted in case of long author lists.

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	2017-11-14 21:05:42 UTC (rev 45798)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex	2017-11-14 21:06:23 UTC (rev 45799)
@@ -79,7 +79,7 @@
 \thanks{Please report issues via \protect\url{https://github.com/jspitz/biblatex-publist}.}%
 }
 
-\date{Version 1.7, 2017/04/12}
+\date{Version 1.8, 2017/11/14}
 \maketitle
 
 \begin{abstract}
@@ -88,7 +88,7 @@
 publications. The style file draws on \bibltx's \emph{authoryear} style per default
 (which can be changed), but provides some extra features needed for publication lists,
 such as the omission or highlighting of the own name from\slash in author or editor data.
-The package requires at least version 3.4 of the \bibltx\ package\footnote{For \bibltx, see
+The package requires at least version 3.8 of the \bibltx\ package\footnote{For \bibltx, see
 \url{http://www.ctan.org/pkg/biblatex}.} and \texttt{biber} (the respective version as required by \bibltx).
 \end{abstract}
 
@@ -400,13 +400,13 @@
 
 The sorting of the items is done via \bibltx's sorting mechanism
 (please refer to the \bibltx\ manual for details). By default,
-\bpl\ uses the \jfmacro{ydnt} scheme, which sorts hierarchically
+\bpl\ uses the \jfmacro{ydnt} template, which sorts hierarchically
 by year (descending), name and title (both ascending). You can switch to another
-scheme via \bibltx's \jfmacro{sorting} option either globally (if you pass
-\joption{sorting=<scheme>} to the \bibltx\ options) or locally (if you pass
-\joption{sorting=<scheme>} to the \jfcsmacro{printbibliography} options).
+template via \bibltx's \jfmacro{sorting} option either globally (if you pass
+\joption{sorting=<template>} to the \bibltx\ options) or locally (if you pass
+\joption{sorting=<template>} to the \jfcsmacro{printbibliography} options).
 
-For convenience, \bpl\ provides 3 additional sorting schemes, which might
+For convenience, \bpl\ provides 3 additional sorting templates, which might
 be particularly useful for sorting talks:
 \begin{itemize}
  \item \jmacro{ddnt}: Sort by full \textbf{d}ate (\textbf{d}escending),
@@ -428,12 +428,26 @@
 \section{Revision Log}
 
 \begin{description}
+	\item [{V.~1.8 (2017-11-14):}]~
+	\begin{itemize}
+		\item Adapt to \bibltx\ 3.8. This version is now required.
+		\item Rename some macros, using pseudo-namespaces:
+		\begin{itemize}
+			\item \texttt{date:makedate} $\Rightarrow$ \texttt{bpl:date:makedate}
+	    	\item \texttt{date:labelyear+extrayear} $\Rightarrow$ \texttt{bpl:date:labeldate+extradate}
+	    	\item \texttt{marginyear} $\Rightarrow$ \texttt{bpl:marginyear}
+	    	\item \texttt{rauthor} $\Rightarrow$ \texttt{bpl:review:author}
+	    	\item \texttt{rauthor/label} $\Rightarrow$ \texttt{bpl:review:author/label}
+	    	\item \texttt{year+labelyear} $\Rightarrow$ \texttt{bpl:year+labelyear}
+				\end{itemize}
+	\end{itemize}
+
 	\item [{V.~1.7 (2017-04-12):}]~
     \begin{itemize}
 	\item Output marginyear before the author list. This prevents it from being vertically
 	      shifted in case of long author lists.
     \end{itemize}
-
+\clearpage
 	\item [{V.~1.6 (2017-04-02):}]~
 	    \begin{itemize}
 		    \item New option \joption{nameorder} that allows to change the ordering of author and editor
@@ -447,8 +461,7 @@
 	        \item Whitespace fix with \joption{plauthorhandling=highlight}.
 	        \item Use proper name delimiters.
         \end{itemize}
-\clearpage
-\item [{V.~1.4 (2017-02-12):}]~
+   \item [{V.~1.4 (2017-02-12):}]~
 	\begin{itemize}
 		\item New option \joption{plauthorhandling} that defines how the publist author is
 		handled in the publication list (possible values: \joption{omit} [=~default],

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx	2017-11-14 21:05:42 UTC (rev 45798)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx	2017-11-14 21:06:23 UTC (rev 45799)
@@ -25,17 +25,17 @@
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-\def\bpl at version{1.7}
-\def\bpl at rdate{2017/04/12}
+\def\bpl at version{1.8}
+\def\bpl at rdate{2017/11/14}
 
 \ProvidesFile{publist.bbx}[\bpl at rdate\space v.\bpl at version\space
                            biblatex bibliography style (JSP)]
 
-\@ifpackagelater{biblatex}{2016/05/10}
+\@ifpackagelater{biblatex}{2017/11/04}
   {}
   {\PackageError{biblatex-publist}
     {Outdated 'biblatex' package\MessageBreak
-     Upgrade to biblatex v3.4 (2016/05/10) or later.\MessageBreak
+     Upgrade to biblatex v3.8 (2017/11/04) or later.\MessageBreak
      I found: '\csuse{ver at biblatex.sty}'.\MessageBreak
      This is a fatal error. I'm aborting now}%
      \endinput}
@@ -518,7 +518,7 @@
  \if at hlauthor
   \ifnameundef{author}
     {}
-    {\usebibmacro{marginyear}%
+    {\usebibmacro{bpl:marginyear}%
      \printnames{author}%
      \setunit{\addspace}%
       \iffieldundef{nameaddon}
@@ -525,12 +525,12 @@
       {}
       {\mkbibbrackets{\bibstring{alias}%
        \addspace\printfield{nameaddon}}}}
-       \adddot\addspace\usebibmacro{year+labelyear}%
+       \adddot\addspace\usebibmacro{bpl:year+labelyear}%
  \else% \if at hlauthor false
   \ifnameundef{author}
     {}
-    {\usebibmacro{marginyear}%
-     \usebibmacro{year+labelyear}\addspace%
+    {\usebibmacro{bpl:marginyear}%
+     \usebibmacro{bpl:year+labelyear}\addspace%
      \printnames{author}%
      \setunit{\addspace}%
       \iffieldundef{nameaddon}
@@ -544,17 +544,17 @@
  \if at hlauthor
   \ifnameundef{editor}
     {}
-    {\usebibmacro{marginyear}%
+    {\usebibmacro{bpl:marginyear}%
      \printnames{editor}%
      \setunit{\addspace}%
      \usebibmacro{editorstrg}}
      \adddot\addspace%
-     \usebibmacro{year+labelyear}%
+     \usebibmacro{bpl:year+labelyear}%
  \else% \if at hlauthor false
   \ifnameundef{editor}
     {}
-    {\usebibmacro{marginyear}%
-     \usebibmacro{year+labelyear}%
+    {\usebibmacro{bpl:marginyear}%
+     \usebibmacro{bpl:year+labelyear}%
       \addspace%
       \printnames{editor}%
      \setunit{\addspace}%
@@ -569,12 +569,12 @@
     and
     not test {\ifnameundef{editor}}
   }
-    {\usebibmacro{marginyear}%
+    {\usebibmacro{bpl:marginyear}%
      \printnames{editor}%
      \setunit{\addcomma\space}%
      \usebibmacro{editor+othersstrg}%
      \adddot\addspace%
-     \usebibmacro{year+labelyear}%
+     \usebibmacro{bpl:year+labelyear}%
      \clearname{editor}}
     {}%
 \else% \if at hlauthor false
@@ -583,8 +583,8 @@
     and
     not test {\ifnameundef{editor}}
   }
-    {\usebibmacro{marginyear}%
-     \usebibmacro{year+labelyear}%
+    {\usebibmacro{bpl:marginyear}%
+     \usebibmacro{bpl:year+labelyear}%
      \addspace%
      \printnames{editor}%
      \setunit{\addcomma\space}%
@@ -601,7 +601,7 @@
      \andothersdelim\biblcstring{andothers}}
     {}}
 
-\newbibmacro*{date:makedate}{%
+\newbibmacro*{bpl:date:makedate}{%
   \printtext{%
      \iffieldundef{year}{%
        \iffieldundef{pubstate}{}{%
@@ -615,19 +615,19 @@
      }%
 }
 
-\newbibmacro*{date:labelyear+extrayear}{%
-   \mkbibbold{\usebibmacro{date:makedate}}%
+\newbibmacro*{bpl:date:labeldate+extradate}{%
+   \mkbibbold{\usebibmacro{bpl:date:makedate}}%
 }
 
 \AtBeginDocument{%
 \if at unboldyear
-\renewbibmacro*{date:labelyear+extrayear}{%
-   \usebibmacro{date:makedate}%
+\renewbibmacro*{bpl:date:labeldate+extradate}{%
+   \usebibmacro{bpl:date:makedate}%
 }
 \fi
 }
 
-\newbibmacro*{marginyear}{%
+\newbibmacro*{bpl:marginyear}{%
 \if at marginyear%
   \iffieldundef{year}{%
     \iffieldundef{pubstate}{}{%   
@@ -643,27 +643,27 @@
 \fi
 }
     
-\newbibmacro*{year+labelyear}{%
+\newbibmacro*{bpl:year+labelyear}{%
   \iffieldundef{year}{%
     \iffieldundef{pubstate}{\let\bbx at lasthash\undefined}{%
-     \usebibmacro{date:labelyear+extrayear}%
+     \usebibmacro{bpl:date:labeldate+extradate}%
      \savefield{pubstate}{\bbx at lasthash}%
      \clearfield{pubstate}%
      }%
     }{%
-     \usebibmacro{date:labelyear+extrayear}%
+     \usebibmacro{bpl:date:labeldate+extradate}%
      \savefield{labelyear}{\bbx at lasthash}%
      \clearfield{year}%
     }%
 }
 
-\newbibmacro*{rauthor/label}{%
+\newbibmacro*{bpl:review:author/label}{%
   \ifnameundef{author}
     {\usebibmacro{label}}
-    {\usebibmacro{rauthor}}
+    {\usebibmacro{bpl:review:author}}
 }
 
-\newbibmacro*{rauthor}{%
+\newbibmacro*{bpl:review:author}{%
   \ifnameundef{author}
     {\let\bbx at lasthash\undefined}
     {\ifthenelse{\iffieldequals{namehash}{\bbx at lasthash}\AND\NOT
@@ -676,14 +676,14 @@
     {}
     {\mkbibbrackets{\bibstring[\unspace]{alias}\addspace\printfield{nameaddon}}%
      \addspace}%
-  \usebibmacro{ryear+labelyear}}
+  \usebibmacro{bpl:review:year+labelyear}}
 
-\newbibmacro*{ryear+labelyear}{%
+\newbibmacro*{bpl:review:year+labelyear}{%
   \iffieldundef{year}
     {}
     {\printtext[parens]{%
       \printfield{labelyear}%
-      \printfield{extrayear}}}}
+      \printfield{extradate}}}}
 
 %
 % l7n
@@ -709,7 +709,7 @@
 %
 
 \DeclareBibliographyDriver{review}{%
-  \usebibmacro{rauthor/label}%
+  \usebibmacro{bpl:review:author/label}%
   \setunit*{\addcolon\space}%
   \usebibmacro{title}%
   \newunit\newblock
@@ -739,7 +739,7 @@
 
 % Consider the whole date (year-month-day)
 % Sorting date (descending), name, title
-\DeclareSortingScheme{ddnt}{
+\DeclareSortingTemplate{ddnt}{
   \sort{
     \field{presort}
   }
@@ -774,7 +774,7 @@
 }
 
 % Sorting year (descending), month, day, name, title
-\DeclareSortingScheme{ydmdnt}{
+\DeclareSortingTemplate{ydmdnt}{
   \sort{
     \field{presort}
   }
@@ -809,7 +809,7 @@
 }
 
 % Sorting date (ascending), name, title
-\DeclareSortingScheme{dnt}{
+\DeclareSortingTemplate{dnt}{
   \sort{
     \field{presort}
   }

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx	2017-11-14 21:05:42 UTC (rev 45798)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx	2017-11-14 21:06:23 UTC (rev 45799)
@@ -26,8 +26,8 @@
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-\def\bpl at version{1.7}
-\def\bpl at rdate{2017/04/12}
+\def\bpl at version{1.8}
+\def\bpl at rdate{2017/11/14}
 
 \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