summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
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 /Master/texmf-dist/doc/latex
parentc006858e449b62b96f351ce8ed3bca3c02ef62ef (diff)
biblatex-publist (14nov17)
git-svn-id: svn://tug.org/texlive/trunk@45799 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-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
3 files changed, 33 insertions, 10 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],