diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-05 22:40:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-05 22:40:38 +0000 |
commit | 71cbc711cc4c0f472525220a98d6ddc5badee648 (patch) | |
tree | 697681d7f9596b6aa6da99b36c70fc12df6f1649 /Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex | |
parent | ada368ebc5f83192b027eed64ba05ba661a1b14e (diff) |
biblatex-bookinarticle (5feb15)
git-svn-id: svn://tug.org/texlive/trunk@36218 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex | 14 |
1 files changed, 9 insertions, 5 deletions
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 <at> maieul <dot> 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. |