From 15dd02098312666fbdebe7173ca2abd9623841ae Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 25 Jul 2013 21:55:35 +0000 Subject: biblatex-publist (25jul13) git-svn-id: svn://tug.org/texlive/trunk@31285 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/biblatex-publist/README | 3 +++ .../latex/biblatex-publist/biblatex-publist.pdf | Bin 101083 -> 101108 bytes .../latex/biblatex-publist/biblatex-publist.tex | 8 ++++-- .../tex/latex/biblatex-publist/publist.bbx | 27 ++++++++++++--------- 4 files changed, 25 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/README b/Master/texmf-dist/doc/latex/biblatex-publist/README index 636f1240879..8ebf24cd0e1 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/README +++ b/Master/texmf-dist/doc/latex/biblatex-publist/README @@ -42,6 +42,9 @@ instructions. == CHANGES == +* V. 0.7 (2013-07-25): + - Support full dates. + * V. 0.6 (2013-07-21): - Fix numbering with recent biblatex versions. 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 eb2ad4e5534..a1cbf913374 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 c07e5c555db..1b237fabbaa 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex +++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex @@ -18,7 +18,6 @@ \newcommand*\jmacro[1]{\textbf{\texttt{#1}}} \newcommand*\joption[1]{\textbf{\texttt{#1}}} \newcommand*\jfmacro[1]{\texttt{#1}} - \newcommand*\bpl{\texttt{biblatex-publist}} \newcommand*\bibltx{\texttt{biblatex}} @@ -37,7 +36,7 @@ }} -\date{Version 0.6, 21/07/2013} +\date{Version 0.7, 25/07/2013} \maketitle \begin{abstract} The \bpl\ package provides a \emph{biblatex bibliography style file} @@ -294,6 +293,11 @@ of diverse type and authors, specify: \section{Change Log} \begin{description} +\item [{V.~0.7~(2013-07-25):}]~ + +\begin{itemize} +\item Support full dates. +\end{itemize} \item [{V.~0.6~(2013-07-21):}]~ \begin{itemize} diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx index 60549436043..fa5f4103c69 100644 --- a/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx @@ -25,8 +25,8 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\def\bpl@version{0.6} -\def\bpl@rdate{2013/07/21} +\def\bpl@version{0.7} +\def\bpl@rdate{2013/07/25} \ProvidesFile{publist.bbx}[\bpl@rdate\space v.\bpl@version\space biblatex bibliography style (JSP)] @@ -360,18 +360,23 @@ \clearname{editor}} {}} -\newbibmacro*{labelyear+extrayear}{% +\newbibmacro*{date:labelyear+extrayear}{% \mkbibbold{\printtext{% - \printfield{labelyear}% - \printfield{extrayear}}}% + \iffieldundef{month}{% + \printdateextra}% + {\printdate}% + }% + }% } \AtBeginDocument{% \if@unboldyear -\renewbibmacro*{labelyear+extrayear}{% - \printtext{% - \printfield{labelyear}% - \printfield{extrayear}}% +\renewbibmacro*{date:labelyear+extrayear}{% + \printtext{% + \iffieldundef{month}{% + \printdateextra}% + {\printdate}% + }% } \fi } @@ -379,7 +384,7 @@ \newbibmacro*{year+labelyear}{% \iffieldundef{year} {\let\bbx@lasthash\undefined} - {\usebibmacro{labelyear+extrayear}% + {\usebibmacro{date:labelyear+extrayear}% \if@marginyear \iffieldequals{labelyear}{\bbx@lasthash}{}{% \printtext{\marginpar{\small\plmarginyear{\printfield{labelyear}}}}% @@ -413,7 +418,7 @@ \iffieldundef{year} {} {\printtext[parens]{% - \printfield{labelyear}% + \printfield{labelyear}% \printfield{extrayear}}}} % -- cgit v1.2.3