diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-14 20:28:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-14 20:28:31 +0000 |
commit | e12651f0b24eaca0b680ae784477d369ceef1742 (patch) | |
tree | d5d3537cc6c8ffa6c6a7a0e53ffbc20fed40179a /Master/texmf-dist/doc/latex/biblatex-publist | |
parent | f80744ff54715f4dfbec070dd335b193e90158e3 (diff) |
biblatex-publist (14jun21)
git-svn-id: svn://tug.org/texlive/trunk@59586 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-publist')
-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 | 361529 -> 371313 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex | 13 |
3 files changed, 16 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/README b/Master/texmf-dist/doc/latex/biblatex-publist/README index 7bee9d60abb..c8c1af7ad1e 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/README +++ b/Master/texmf-dist/doc/latex/biblatex-publist/README @@ -45,6 +45,10 @@ instructions. == CHANGES == +* V. 1.22 (2021-06-14) + - Add option "pubstateextra". + - Use \revsdnamepunct rather than hardcoded comma. + * V. 1.21 (2020-09-21) - Add option "reversenumbering". - Add \citeitem command. 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 4aa3135ec1b..39d0ab83e8c 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 3b04d6a83a4..54f9a1709d1 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex +++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex @@ -102,7 +102,7 @@ \thanks{Please report issues via \protect\url{https://github.com/jspitz/biblatex-publist}.}% } -\date{Version 1.21, 2020/09/21} +\date{Version 1.22dev, 2020/09/25} \maketitle \begin{abstract} @@ -246,6 +246,11 @@ By default, the year (or pubstate, if no year is given) is printed in bold face. To prevent this, pass the option \joption{boldyear=false} to \bibltx. +\item [{\joption{pubstateextra{[}=true|false{]}}}] default: \emph{false}. + +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{marginyear{[}=true|false{]}}}] default: \emph{false}. With this option set to \joption{true}, the publication year (or pubstate) will @@ -662,6 +667,12 @@ or \begin{description} + \item [{V. 1.22 (2021-06-14):}]~ + \begin{itemize} + \item Add option \jfoption{pubstateextra}. See sec.~\ref{sec:addopts}. + \item Use \jcsmacro{revsdnamepunct} rather than hardcoded comma. + \end{itemize} + \item [{V. 1.21 (2020-09-21):}]~ \begin{itemize} \item Add option \jfoption{reversenumbering}. See sec.~\ref{sec:addopts}. |