diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-25 21:55:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-25 21:55:35 +0000 |
commit | 15dd02098312666fbdebe7173ca2abd9623841ae (patch) | |
tree | 4d2288d7f420260a4b2690ad57ea153ddb3703be /Master/texmf-dist | |
parent | 815e77555e3aebd8182bee6f32fd1927d8093795 (diff) |
biblatex-publist (25jul13)
git-svn-id: svn://tug.org/texlive/trunk@31285 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-publist/README | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf | bin | 101083 -> 101108 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx | 27 |
4 files changed, 25 insertions, 13 deletions
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 Binary files differindex eb2ad4e5534..a1cbf913374 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf 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}}}} % |