summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex53
1 files changed, 44 insertions, 9 deletions
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 306a3e305e3..b55b9adc92b 100644
--- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
@@ -1,6 +1,31 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% File biblatex-publist.tex
+%%
+%% Manual of the biblatex-publist package.
+%%
+%% This file is part of the biblatex-publist package.
+%%
+%% Author: Juergen Spitzmueller <juergen.spitzmueller@univie.ac.at>
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2003/12/01 or later.
+%%
+%% This work has the LPPL maintenance status "maintained".
+%%
+%% The Current Maintainer of this work is Juergen Spitzmueller.
+%%
+%% Code repository and issue tracker: https://github.com/jspitz/jslectureplanner
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
\documentclass[english]{article}
-\usepackage{charter}
-\usepackage[scaled=0.87]{beramono}
+\usepackage[osf]{libertine}
+\usepackage[scaled=0.76]{beramono}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
@@ -29,6 +54,7 @@
\newcommand*\@jcsmacro[1]{\@jmacro{\textbackslash{#1}}}
\newcommand*\@@jcsmacro[1]{\@@jmacro{\textbackslash{#1}}}
\newcommand*\joption[1]{\textbf{\texttt{#1}}}
+\newcommand*\jfoption[1]{\texttt{#1}}
\newcommand*\jfmacro[1]{\texttt{#1}}
\newcommand*\jfcsmacro[1]{\jfmacro{\textbackslash{#1}}}
\newcommand*\bpl{\texttt{biblatex-publist}}
@@ -53,7 +79,7 @@
\thanks{Please report issues via \protect\url{https://github.com/jspitz/biblatex-publist}.}%
}
-\date{Version 1.1, 2016/03/09}
+\date{Version 1.2, 2016/05/12}
\maketitle
\begin{abstract}
@@ -62,8 +88,8 @@
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.3 of the \bibltx\ package\footnote{For \bibltx, see
-\url{http://www.ctan.org/pkg/biblatex}.} and \texttt{biber}.
+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}
\section{Aim of the package}
@@ -87,7 +113,7 @@ style file, \emph{publist.bst}%
see also \cite{ttb}.}, which helps a lot if you want to produce a publication
list with Bib\TeX. The \bpl\ package is the result of the aim of emulating
the features of \emph{publist.bst} with \bibltx's means. It partly draws on
-Markey's conceptual ideas. Bug reports, comments and ideas are welcome.
+Markey's conceptual ideas. Bug reports, comments and ideas are welcome.\filbreak
\section{Loading the package}
@@ -322,8 +348,8 @@ The sorting of the items is done via \bibltx's sorting mechanism
\bpl\ uses the \jfmacro{ydnt} scheme, which sorts hierarchically
by year (descending), name and title (both ascending). You can switch to another
scheme via \bibltx's \jfmacro{sorting} option either globally (if you pass
-\jfmacro{sorting=<scheme>} to the \bibltx\ options) or locally (if you pass
-\jfmacro{sorting=<scheme>} to the \jfcsmacro{printbibliography} options).
+\joption{sorting=<scheme>} to the \bibltx\ options) or locally (if you pass
+\joption{sorting=<scheme>} to the \jfcsmacro{printbibliography} options).
For convenience, \bpl\ provides 3 additional sorting schemes, which might
be particularly useful for sorting talks:
@@ -348,6 +374,15 @@ That is, to sort your talks in descending order by full date in your CV, use:
\section{Revision Log}
\begin{description}
+\item [{V.~1.2 (2016-05-12):}]~
+
+ \begin{itemize}
+ \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.
+ \end{itemize}
+
\item [{V.~1.1 (2016-03-09):}]~
\begin{itemize}
@@ -360,7 +395,7 @@ That is, to sort your talks in descending order by full date in your CV, use:
\begin{itemize}
\item Add portmanteau *.cbx file to allow loading \bpl\ also via
- the \joption{style} option (next to \joption{bibstyle}).
+ the \jfoption{style} option (next to \jfoption{bibstyle}).
\end{itemize}
\item [{V.~0.9~(2014-03-13):}]~