summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-01-04 23:05:33 +0000
committerKarl Berry <karl@freefriends.org>2015-01-04 23:05:33 +0000
commitd3d6df9cf5bf065e19b4311e859ceb0c815a6870 (patch)
tree1353ec13267a008e426a2e008e03a88b0a839a3e /Master/texmf-dist
parent90561dbec0fcb33dc7607338973c174774a32aba (diff)
biblatex-publist (4jan15)
git-svn-id: svn://tug.org/texlive/trunk@35959 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/README7
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdfbin103536 -> 103834 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex15
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx8
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx37
5 files changed, 59 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/README b/Master/texmf-dist/doc/latex/biblatex-publist/README
index 969ab5d5d71..b5b90c38b04 100644
--- a/Master/texmf-dist/doc/latex/biblatex-publist/README
+++ b/Master/texmf-dist/doc/latex/biblatex-publist/README
@@ -6,6 +6,8 @@ publication lists.
Maintained by Jürgen Spitzmüller
E-mail: juergen (at) spitzmueller (dot) org
+Code repository and issue tracker:
+ https://github.com/jspitz/biblatex-publist
Released under the LaTeX Project Public License v1.3 or later
See http://www.latex-project.org/lppl.txt
@@ -29,6 +31,7 @@ package.
The package consists of the following files:
* publist.bbx (biblatex bibliography style file)
+* publist.cbx (biblatex citation style file)
* biblatex-publist.pdf (package documentation)
* biblatex-publist.tex (documentation source)
* README (this very file)
@@ -42,6 +45,10 @@ instructions.
== CHANGES ==
+* V. 1.0 (2015-01-04):
+ - Add portmanteau *.cbx file to allow loading biblatex-publist
+ also via the "style" option (next to "bibstyle").
+
* V. 0.9 (2014-03-13):
- Fix problem with multi-token names.
- Support name prefix in \omitname.
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 4353280a56d..67b8eb6919b 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 2159d706d7a..92581f99ef5 100644
--- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
@@ -49,11 +49,11 @@
\title{biblatex-publist}
-\author{Jürgen Spitzmüller%
-\thanks{\protect\href{mailto:juergen@spitzmueller.org}{juergen (at) spitzmueller (dot) org}.}%
+\author{Jürgen Spitzmüller%%
+\thanks{Please report issues via \protect\url{https://github.com/jspitz/biblatex-publist}.}%
}
-\date{Version 0.9, 13/03/2014}
+\date{Version 1.0, 2015/01/04}
\maketitle
\begin{abstract}
@@ -347,6 +347,13 @@ That is, to sort your talks in descending order by full date in your CV, use:
\section{Revision Log}
\begin{description}
+\item [{V.~1.0~(2015-01-04):}]~
+
+\begin{itemize}
+\item Add portmanteau *.cbx file to allow loading \bpl\ also via
+ the \joption{style} option (next to \joption{bibstyle}).
+\end{itemize}
+
\item [{V.~0.9~(2014-03-13):}]~
\begin{itemize}
@@ -415,7 +422,7 @@ course Philipp Lehman (not only) for \bibltx.
\begin{thebibliography}{1}
\bibitem{bibltx}Lehman, Philipp (with Audrey Boruvka, Philip Kime
and Joseph Wright): \emph{The biblatex Package. Programmable Bibliographies
-and Citations}. August 2012.
+and Citations}. June 24, 2014.
\url{http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex}.
\bibitem{ttb}Markey, Nicolas: \emph{Tame the BeaST. The B to X of
diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
index 56751334857..1aedd2ee74d 100644
--- a/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
@@ -20,13 +20,13 @@
% for (numbered) publication lists where the own name is omitted and
% co-authors are marked as such.
%
-% This is work in progress. Please send suggestions and bug reports
-% to <juergen@spitzmueller.org>
+% Please send suggestions and bug reports to
+% https://github.com/jspitz/biblatex-publist
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\def\bpl@version{0.9}
-\def\bpl@rdate{2014/03/13}
+\def\bpl@version{1.0}
+\def\bpl@rdate{2015/01/04}
\ProvidesFile{publist.bbx}[\bpl@rdate\space v.\bpl@version\space
biblatex bibliography style (JSP)]
diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx
new file mode 100644
index 00000000000..d32ecce98ee
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx
@@ -0,0 +1,37 @@
+% publist.cbx, biblatex citation style by Juergen Spitzmueller
+% requires biblatex >= 2.0
+%
+% 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".
+%
+% This Current Maintainer of this work is Jürgen Spitzmüller.
+%
+% This work consists of the file publist.cbx and publist.bbx.
+%
+%
+% This is a simple portmanteau file that just loads the standard
+% "numeric" citation style. This file is provided to allow the loading
+% of biblatex-publist via the "style=" (alternatively to "bibstyle=")
+% option.
+%
+% Please send suggestions and bug reports to
+% https://github.com/jspitz/biblatex-publist
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\def\bpl@version{1.0}
+\def\bpl@rdate{2015/01/04}
+
+\ProvidesFile{publist.cbx}[\bpl@rdate\space v.\bpl@version\space
+ biblatex citation style (JSP)]
+
+\RequireCitationStyle{numeric}
+
+\endinput