summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-03-19 03:01:21 +0000
committerNorbert Preining <norbert@preining.info>2023-03-19 03:01:21 +0000
commit41b65de3ca404c665b94ea7716f036ce4f024619 (patch)
tree79b818f56264510a85b019c02e6d7b26238d9cfb /macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex
parentb0cfbb3bcaeafdcb4da817c21937f10ce07f5dca (diff)
CTAN sync 202303190301
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex')
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex28
1 files changed, 12 insertions, 16 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex b/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex
index 56d686a6c4..16c7241d6e 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex
@@ -113,7 +113,7 @@
\thanks{Please report issues via \protect\url{https://github.com/jspitz/biblatex-publist}.}%
}
-\date{Version 2.2, 2023/03/01}
+\date{Version 2.3, 2023/03/18}
\maketitle
\begin{abstract}
@@ -369,20 +369,9 @@ The executed options apply as of the next bibliography (\jfcsmacro{printbibliogr
Options that \emph{cannot} be changed within a document that way are \joption{plnumbering} and \joption{pubstateextra},
as these options employ features that can only be set once per document.
However, please refer to sec.~\ref{sec:numbers} on how to address some frequently requested numbering changes.
+Also note that with the \joption{plauthor*} options, as opposed to repeated \jcsmacro{plauthorname} calls,
+repeated setting of these name options respectively \emph{overwrite}, and not extend, the previous name settings.
-Also note that
-\begin{itemize}
- \setlength\itemsep{0pt}
- \item with the \joption{plauthor*} options, as opposed to repeated \jcsmacro{plauthorname} calls,
- repeated setting of these name options respectively \emph{overwrite}, and not extend, the previous name
- settings.
- \item With \joption{plauthorhandling}, \bpl\ uses different sorting schemes for \joption{omit} (\texttt{ydt})
- and \joption{highlight} (\texttt{yndt}), considering the names as sorting factor only in the latter case
- (cf. sec.~\ref{sec:sorting}).
- Changing this option within a document, however, does \emph{not} adjust the sorting scheme if you use
- refsections (to make it work, \jfcsmacro{newrefcontext[sorting=<sorting scheme>]} will have to be set
- within each refsection). This is a \bibltx\ limitation which also applies to \joption{plsorting}.
-\end{itemize}
\subsection{Numbers Games}\label{sec:numbers}
@@ -903,13 +892,20 @@ or
\endrefcontext
\end{lstlisting}
%
-Note that if you use refsections, local sorting changes will only apply to the current
-refsection.
+Note that if you use refsections, the third approach will only apply to the current
+refsection (\jcsmacro{ExecutePublistOptions} will apply to all subsequent refsections
+until further change).
\section{Revision Log}
\begin{description}
+ \item [{V. 2.3 (2023/03/18):}]~
+ \begin{itemize}
+ \item Change of sorting by means of \jcsmacro{ExecutePublistOptions} (via \joption{plsorting}
+ or \joption{plauthorhandling}) now works for all subsequent refsections.
+ \end{itemize}
+
\item [{V. 2.2 (2023/03/01):}]~
\begin{itemize}
\item Fix \joption{plsorting} with custom sorting schemes.