summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-publist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-08-06 22:38:19 +0000
committerKarl Berry <karl@freefriends.org>2016-08-06 22:38:19 +0000
commit4cf7d112766b5888982c9970e69c3763e69456a2 (patch)
tree38ebefba0a3d6db00d078e8646419eefd2c64f20 /Master/texmf-dist/doc/latex/biblatex-publist
parent45a0ac228c502cef82657130477f43f25366dbef (diff)
biblatex-publist (6aug16)
git-svn-id: svn://tug.org/texlive/trunk@41812 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/README14
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdfbin293675 -> 297438 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex47
3 files changed, 51 insertions, 10 deletions
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
--- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf
Binary files 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{<stylename>}
+ \end{lstlisting}\end{quote}
+where <stylename> 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.