summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-14 21:06:23 +0000
committerKarl Berry <karl@freefriends.org>2017-11-14 21:06:23 +0000
commitb56d0508c2f516976e0e31c8839b4e88a8dcad12 (patch)
treef922650db19ad082040d141dec1386437123975c
parentc006858e449b62b96f351ce8ed3bca3c02ef62ef (diff)
biblatex-publist (14nov17)
git-svn-id: svn://tug.org/texlive/trunk@45799 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/README10
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdfbin300598 -> 301316 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex33
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx70
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx4
5 files changed, 70 insertions, 47 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/README b/Master/texmf-dist/doc/latex/biblatex-publist/README
index 83ca744613e..3d1112a12a0 100644
--- a/Master/texmf-dist/doc/latex/biblatex-publist/README
+++ b/Master/texmf-dist/doc/latex/biblatex-publist/README
@@ -45,6 +45,16 @@ instructions.
== 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.
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 c3b68a4cb41..382c5be9993 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 324cf90e990..d233c19a20a 100644
--- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
@@ -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 @@ of diverse type and authors, specify:
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 @@ That is, to sort your talks in descending order by full date in your CV, use:
\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 @@ That is, to sort your talks in descending order by full date in your CV, use:
\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],
diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
index 01949e6cc79..a1c08941451 100644
--- a/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
@@ -25,17 +25,17 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\def\bpl@version{1.7}
-\def\bpl@rdate{2017/04/12}
+\def\bpl@version{1.8}
+\def\bpl@rdate{2017/11/14}
\ProvidesFile{publist.bbx}[\bpl@rdate\space v.\bpl@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@biblatex.sty}'.\MessageBreak
This is a fatal error. I'm aborting now}%
\endinput}
@@ -518,19 +518,19 @@
\if@hlauthor
\ifnameundef{author}
{}
- {\usebibmacro{marginyear}%
+ {\usebibmacro{bpl:marginyear}%
\printnames{author}%
\setunit{\addspace}%
\iffieldundef{nameaddon}
{}
{\mkbibbrackets{\bibstring{alias}%
\addspace\printfield{nameaddon}}}}
- \adddot\addspace\usebibmacro{year+labelyear}%
+ \adddot\addspace\usebibmacro{bpl:year+labelyear}%
\else% \if@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@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@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@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@unboldyear
-\renewbibmacro*{date:labelyear+extrayear}{%
- \usebibmacro{date:makedate}%
+\renewbibmacro*{bpl:date:labeldate+extradate}{%
+ \usebibmacro{bpl:date:makedate}%
}
\fi
}
-\newbibmacro*{marginyear}{%
+\newbibmacro*{bpl:marginyear}{%
\if@marginyear%
\iffieldundef{year}{%
\iffieldundef{pubstate}{}{%
@@ -643,27 +643,27 @@
\fi
}
-\newbibmacro*{year+labelyear}{%
+\newbibmacro*{bpl:year+labelyear}{%
\iffieldundef{year}{%
\iffieldundef{pubstate}{\let\bbx@lasthash\undefined}{%
- \usebibmacro{date:labelyear+extrayear}%
+ \usebibmacro{bpl:date:labeldate+extradate}%
\savefield{pubstate}{\bbx@lasthash}%
\clearfield{pubstate}%
}%
}{%
- \usebibmacro{date:labelyear+extrayear}%
+ \usebibmacro{bpl:date:labeldate+extradate}%
\savefield{labelyear}{\bbx@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@lasthash\undefined}
{\ifthenelse{\iffieldequals{namehash}{\bbx@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}
}
diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx
index c2075f4ba59..fb3dae51d05 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{1.7}
-\def\bpl@rdate{2017/04/12}
+\def\bpl@version{1.8}
+\def\bpl@rdate{2017/11/14}
\ProvidesFile{publist.cbx}[\bpl@rdate\space v.\bpl@version\space
biblatex citation style (JSP)]