diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-04 23:05:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-04 23:05:33 +0000 |
commit | d3d6df9cf5bf065e19b4311e859ceb0c815a6870 (patch) | |
tree | 1353ec13267a008e426a2e008e03a88b0a839a3e /Master/texmf-dist/tex/latex/biblatex-publist | |
parent | 90561dbec0fcb33dc7607338973c174774a32aba (diff) |
biblatex-publist (4jan15)
git-svn-id: svn://tug.org/texlive/trunk@35959 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-publist')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx | 37 |
2 files changed, 41 insertions, 4 deletions
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 |