summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-06-09 03:01:52 +0000
committerNorbert Preining <norbert@preining.info>2023-06-09 03:01:52 +0000
commit33607c11aca40cfb1f454d818091f19aa47ba651 (patch)
tree5d8041db908d47b985a199a5fb9187c518fcc591 /macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex
parent538e6d6e7c75b7cca5470604811205f9dbd55c03 (diff)
CTAN sync 202306090301
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.tex30
1 files changed, 27 insertions, 3 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 2f396bb757..12358b0589 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex
@@ -115,7 +115,7 @@
\thanks{Please report issues via \protect\url{https://github.com/jspitz/biblatex-publist}.}%
}
-\date{Version 2.4, 2023/05/18}
+\date{Version 2.5, 2023/06/08}
\maketitle
\begin{abstract}
@@ -273,7 +273,8 @@ By default, the year (or pubstate, if no year is given) is positioned on a fixed
(at the very beginning with \joption{plauthorhandling=omit}, after the author list with
\joption{plauthorhandling=highlight}). If you want to have the year at the position determined
by your base style instead, use \joption{fixyear=false}. Note that this removes any highlighting
-of the year, independent of \joption{hlyear}.
+of the year, independent of \joption{hlyear}. Also note that \bibltx's \jfoption{mergedate} option
+is not well supported by \bpl.
\item [{\joption{hlyear{[}=true|false{]}}}] default: \emph{true}.\footnote{%
Named \joption{boldyear} up to \bpl\ 1.27. The old option is still supported.}
@@ -467,6 +468,22 @@ repeatedly and applies to all subsequent items as of the next section that foll
For the numbering output by \jfcsmacro{citeitem}, analogous shifting can be done via the macro
\jcsmacro*{shiftciteitem}.
+\subsection{Statistics}\label{sec:stats}
+
+The macro \jcsmacro*{GetTotalCount} outputs the total number of entries in your publication list.
+
+If you want to output the number of publications per section (when employing \jfcsmacro{refsection}),
+you can use the macro \jcsmacro*{GetSectionCount} which takes one optional argument, the section
+number. For instance,
+\begin{lstlisting}[moretexcs={[4]{GetSectionCount}}]
+\GetSectionCount[1]
+\end{lstlisting}
+outputs the number of items in the first section. If the optional argument is not given, the
+statistics for the current section is output (this requires the macro to be within a \jfcsmacro{refsection}).
+
+Note that both values might require additional \LaTeX\ runs to get properly set. You will
+get a package warning if additional runs are needed.
+
\subsection{Handling Multiple Authors and\slash or Name Variants}\label{sec:multiauthors}
If multiple \jcsmacro{plauthorname} specifications have been entered (or a \jcsmacro{plauthorname} specification
@@ -927,11 +944,18 @@ until further change).
\begin{description}
+ \item [{V. 2.5 (2023/06/08):}]~
+ \begin{itemize}
+ \item New macros \jcsmacro{GetSectionCount[<int>]} and \jcsmacro{GetTotalCount}
+ to output statistics (see sec.~\ref{sec:stats}).
+ \item Fix issues with \joption{fixyear=false}.
+ \end{itemize}
+
\item [{V. 2.4 (2023/05/18):}]~
\begin{itemize}
\item New option \joption{fixyear} to opt-out special year handling and positioning.
\item Make delimiters of author list with \joption{plauthorhandling=omit} configurable
- (see sec.~\ref*{sec:auxmacros}).
+ (see sec.~\ref{sec:auxmacros}).
\end{itemize}
\item [{V. 2.3 (2023/03/18):}]~