diff options
author | Karl Berry <karl@freefriends.org> | 2022-12-03 21:00:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-12-03 21:00:56 +0000 |
commit | f8e6c1d5199b4c59902a8216a4a2d898d41661b9 (patch) | |
tree | 6c7fcce409cf2132ee0f773b49ca1f8a4724c7a2 /Master/texmf-dist/doc | |
parent | 6447757b1efea3fddef454cd856841255f353d0c (diff) |
biblatex-publist (3dec22)
git-svn-id: svn://tug.org/texlive/trunk@65182 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-publist/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf | bin | 407139 -> 407279 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex | 12 |
3 files changed, 13 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/README b/Master/texmf-dist/doc/latex/biblatex-publist/README index 0d42209e435..0704ccf2029 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/README +++ b/Master/texmf-dist/doc/latex/biblatex-publist/README @@ -46,6 +46,10 @@ instructions. == CHANGES == +* V. 2.1 (2022-12-03) + - Honor \mkbibname* (#41). + - Fix reverse numbering without refsections (#42). + * V. 2.0 (2022-10-24): - Provide \ExecutePublistOptions to change (most) biblatex-publist options on the fly. diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf Binary files differindex cd40d546e22..7f970ec9e86 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf 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 f5e91bf7162..59220efca2a 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex +++ b/Master/texmf-dist/doc/latex/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.0, 2022/10/24} +\date{Version 2.1, 2022/12/03} \maketitle \begin{abstract} @@ -256,7 +256,7 @@ As opposed to the macro, however, the options do not provide for multiple author \item [{\joption{plauthorhandling{[}=omit|highlight{]}}}] default: \emph{omit}. -By default, the publist author (as defined with \jmacro{plauthor}) is omitted from +By default, the publist author (as defined with \jcsmacro{plauthorname}) is omitted from the author or editor list. If you use the option \joption{plauthorhandling=highlight}, it is highlighted instead (set in bold face by default; see sec.~\ref{sec:auxmacros} how to change that). @@ -284,7 +284,7 @@ on the left side in one-sided documents (via \jfcsmacro{reversemarginpar}). If this is \texttt{true}, the extradate marker (a, b etc.) is also appended to pubstates if there are multiple indentical pubstates; e.\,g., \emph{Forthcoming(a)}, \emph{Forthcoming(b)}. -\item [{\joption{plsorting{[}=sorting scheme{]}}}] default: \emph{ydt}. +\item [{\joption{plsorting=<sorting scheme>}}] default: \emph{ydt}. This option works like the \joption{sorting} option you know from \bibltx. It is provided since \bpl\ sets its own sorting schemes (differently depending on \joption{plauthorhandling}) and thus overrides any setting made @@ -910,6 +910,12 @@ refsection. \begin{description} + \item [{V. 2.1 (2022/12/03):}]~ + \begin{itemize} + \item Honor \jfcsmacro{mkbibname*}. + \item Fix reverse numbering without refsections. + \end{itemize} + \item [{V. 2.0 (2022/10/24):}]~ \begin{itemize} \item Provide \jcsmacro{ExecutePublistOptions} to change (most) \bpl\ options |