From 71cbc711cc4c0f472525220a98d6ddc5badee648 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 5 Feb 2015 22:40:38 +0000 Subject: biblatex-bookinarticle (5feb15) git-svn-id: svn://tug.org/texlive/trunk@36218 c570f23f-e606-0410-a88d-b1316a301751 --- .../documentation/biblatex-bookinarticle.pdf | Bin 66679 -> 66663 bytes .../documentation/biblatex-bookinarticle.tex | 14 +++++++++----- .../biblatex-bookinarticle.sty | 7 +++++-- 3 files changed, 14 insertions(+), 7 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.pdf b/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.pdf index 5059daacd38..6c3856ec2bc 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.pdf and b/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex b/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex index ad46bcb19cd..2d6dd112a7f 100644 --- a/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex +++ b/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex @@ -16,12 +16,12 @@ \newcommand{\namebibstyle}[1]{\texttt{#1}} % Meta-datas \titlepage{% - title={Book in @article and book in @inbook with biblatex}, - subtitle={New data type}, + title={Book in @article and book in @incollection with biblatex}, + subtitle={New data types}, email={maieul maieul net}, author={Maïeul Rouquette}, - revision={1.1.1}, - date={03/11/2014}, + revision={1.1.2}, + date={05/02/2015}, url={https://github.com/maieul/biblatex-bookinarticle}} % biblatex @@ -45,7 +45,7 @@ This package allows to create entry which's type is \bibtype{bookinarticle}, and \cite{BHG226e} \end{quotation} -It also allows to create entry which's type is {bookinincollection}, for book edited in a article of a collection. +It also allows to create entry which's type is \bibtype{bookinincollection}, for book edited in a article of a collection. \begin{quotation} \cite{AcTiteLatin} @@ -165,6 +165,10 @@ All issues can be submitted, in French or English, in the GitHub issues page\foo \begin{changelog} +\begin{release}{1.1.2}{2015-02-05} +\item Use the \bibfield{shortauthor} field to define the \bibfield{labelname} field (useful for some citation style, like authortitle). +\end{release} + \begin{release}{1.1.1}{2014-11-03} \item Delete a false and not need test in the driver. \item Compatibility with biblatex-dw family's styles. diff --git a/Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty b/Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty index 491cd4faa67..3701996f216 100644 --- a/Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty +++ b/Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty @@ -12,7 +12,7 @@ % % The Current Maintainer of this work is Maïeul Rouquette \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{biblatex-bookinarticle}[2014/11/03 v1.1.1 Book in article and book in incollection with biblatex] +\ProvidesPackage{biblatex-bookinarticle}[2015/02/05 v1.1.2 Book in article and book in incollection with biblatex] % 1. The drivers \DeclareBibliographyDriver{inarticle}{% @@ -132,5 +132,8 @@ %5. Label name -\DeclareLabelname[bookinincollection,bookinarticle]{\field{author}} +\DeclareLabelname[bookinincollection,bookinarticle]{ + \field{shortauthor} + \field{author} +} \endinput -- cgit v1.2.3