From 4cf7d112766b5888982c9970e69c3763e69456a2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 6 Aug 2016 22:38:19 +0000 Subject: biblatex-publist (6aug16) git-svn-id: svn://tug.org/texlive/trunk@41812 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/biblatex-publist/README | 14 ++++-- .../latex/biblatex-publist/biblatex-publist.pdf | Bin 293675 -> 297438 bytes .../latex/biblatex-publist/biblatex-publist.tex | 47 ++++++++++++++++++--- 3 files changed, 51 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/doc/latex/biblatex-publist') diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/README b/Master/texmf-dist/doc/latex/biblatex-publist/README index afe68c76b2a..1340222fe1c 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/README +++ b/Master/texmf-dist/doc/latex/biblatex-publist/README @@ -18,9 +18,9 @@ See http://www.latex-project.org/lppl.txt The biblatex-publist package provides a biblatex bibliography style file (*.bbx) for publication lists, i.e. a bibliography containing one's own publications. The style file draws on -biblatex's authoryear style, but provides some extra features -needed for publication lists, such as the omission of the own -name from author or editor data. +biblatex's authoryear style per default (which can be changed), +but provides some extra features needed for publication lists, +such as the omission of the own name from author or editor data. The package requires at least version 3.4 of the biblatex package. @@ -45,6 +45,14 @@ instructions. == CHANGES == +* V. 1.3 (2016-08-06): + - It is now possible to change the base style that is used. + - Proper sorting of pubstates. + - Add possibility to increase the indentation of items (by means + of the length extralabelnumberwidth). + - Use pagetracker=true instead of pagetracker=spread by default + (avoids warning, no change in functionality). + * V. 1.2 (2016-05-12): - Accomodate to the backwards-incompatible changes of biblatex 3.4 (prefixnumber > labelprefix, \ifempty > \ifdefvoid). 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 05de362db46..f02e87c21f8 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf and b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf 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 b55b9adc92b..823fa7ea9b0 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex +++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex @@ -79,16 +79,15 @@ \thanks{Please report issues via \protect\url{https://github.com/jspitz/biblatex-publist}.}% } -\date{Version 1.2, 2016/05/12} +\date{Version 1.3, 2016/08/06} \maketitle \begin{abstract} \noindent The \bpl\ package provides a \emph{biblatex bibliography style file} ({*}.bbx) for publication lists, i.\,e.\ a bibliography containing one's own -publications. The style file draws on \bibltx's \emph{authoryear} style, but -provides some extra features needed for publication lists, such as the omission -of the own name from author or editor data. The package requires at least version -3.4 of the \bibltx\ package\footnote{For \bibltx, see +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 of the own name from author or editor data. The package requires at least version 3.4 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} @@ -176,7 +175,9 @@ on the left side in one-sided documents (via \jfcsmacro{reversemarginpar}). \end{description} -\noindent The appearance of the \emph{marginyear} is controlled by the +\subsection{Auxiliary macros and lengths}\label{sec:auxmacros} + +The appearance of the \emph{marginyear} is controlled by the \jcsmacro*{plmarginyear} macro, which has the following default definition: \begin{quote} \begin{lstlisting}[language={[LaTeX]TeX}, @@ -188,6 +189,27 @@ on the left side in one-sided documents (via \jfcsmacro{reversemarginpar}). If you want to change the appearance, just redefine this macro via \jfcsmacro{renewcommand{*}}. +The indendation of the bibliographic entries (lines > 1) can be adjusted by setting the length +\jmacro*{extralabel\-numberwidth} via \jfcsmacro{setlength} (default is \texttt{0pt}). +This might be needed for long bibliographies (> 99 entries) in order to adjust to the extra +space the item number needs. + + +\subsection{Using a different base style}\label{sec:basestyle} + +By default, \bpl\ loads \bibltx's \emph{authoryear} style, and it has been written +to work with that style. However, it is possible to try a diffent base style, if +\emph{author\-year} does not fit your needs. + +In order to do so, enter the following \emph{before} loading \bibltx: +\begin{quote} + \begin{lstlisting}[language={[LaTeX]TeX}, + moretexcs={[2]{publistbasestyle}}] + \newcommand*\publistbasestyle{} + \end{lstlisting}\end{quote} +where is the name of the biblatex bibliography style (\emph{bbx}) you want to use, without the \emph{bbx} entension (e.\,g., \lstinline|\newcommand*\publistbasestyle{mla}|). + +Note, though, that there is (and can be) no guarantee that \bpl\ will work with all styles, although it has been successfully tested with several. Be prepared to bump into \LaTeX\ errors and carefully check the output for correctness if you try a different base style. \section{Localization} @@ -370,14 +392,25 @@ That is, to sort your talks in descending order by full date in your CV, use: \end{lstlisting} \end{quote} +\clearpage \section{Revision Log} \begin{description} +\item [{V.~1.3 (2016-08-05):}]~ + +\begin{itemize} + \item It is now possible to change the base style that is used by \bpl. See sec.~\ref{sec:basestyle}. + \item Proper sorting of pubstates. + \item Add possibility to increase the indentation of items (by means of the length \jmacro{extralabelnumberwidth}). See sec.~\ref{sec:auxmacros}. + \item Use \jfoption{pagetracker=true} instead of \jfoption{pagetracker=spread} + by default (avoids warning, no change in functionality). +\end{itemize} + \item [{V.~1.2 (2016-05-12):}]~ \begin{itemize} - \item Accomodate to the backwards-incompatible changes of \bibltx~3.4 + \item Accomodate to the backwards-incompatible changes of \bibltx~3.4\\ (\jfoption{prefixnumber} $\Rightarrow$ \jfoption{labelprefix}, \jfcsmacro{ifempty} $\Rightarrow$ \jfcsmacro{ifdefvoid}). This version of \bibltx\ is now required. -- cgit v1.2.3