summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-11-09 22:40:55 +0000
committerKarl Berry <karl@freefriends.org>2014-11-09 22:40:55 +0000
commitad751206c093067e13ed45a61f1e75dc47d2d19c (patch)
tree2fa8ca8246d92850c18f84428d71e87ee0ea70ce /Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty
parent32056f55040157895e4151ead5fbd8067e8b3754 (diff)
biblatex-bookinarticle
git-svn-id: svn://tug.org/texlive/trunk@35552 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty10
1 files changed, 5 insertions, 5 deletions
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 09a59620b4d..491cd4faa67 100644
--- a/Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty
+++ b/Master/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty
@@ -12,14 +12,14 @@
%
% The Current Maintainer of this work is Maïeul Rouquette
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{biblatex-bookinarticle}[2014/10/09 v1.0.0 Book in article and book in incollection with biblatex]
+\ProvidesPackage{biblatex-bookinarticle}[2014/11/03 v1.1.1 Book in article and book in incollection with biblatex]
% 1. The drivers
\DeclareBibliographyDriver{inarticle}{%
\usebibmacro{bibindex}%
\usebibmacro{begentry}%
\usebibmacro{author/translator+others}%
- \iffieldundef{author}{}{\setunit{\labelnamepunct}\newblock}%
+ \setunit{\labelnamepunct}\newblock%
\usebibmacro{title}%
\newunit
\printlist{language}%
@@ -53,7 +53,7 @@
\usebibmacro{bibindex}%
\usebibmacro{begentry}%
\usebibmacro{author/translator+others}%
- \iffieldundef{author}{}{\setunit{\labelnamepunct}\newblock}%
+ \setunit{\labelnamepunct}\newblock%
\usebibmacro{title}%
\newunit
\printlist{language}%
@@ -117,13 +117,13 @@
%4. Inheritance
\DeclareDataInheritance{article}{bookinarticle,inarticle}{
- \inherit{author}{bookauthor}% Il faudra modifier quand je saurais comment déclarer des nouveaux champs
+ \inherit{author}{bookauthor}%
\inherit{title}{maintitle}%
\inherit{subtitle}{mainsubtitle}%
}
\DeclareDataInheritance{incollection}{bookinincollection,inincollection}{
- \inherit{author}{bookauthor}% Il faudra modifier quand je saurais comment déclarer des nouveaux champs
+ \inherit{author}{bookauthor}%
\inherit{title}{booktitle}%
\inherit{subtitle}{booksubtitle}%
\inherit{booktitle}{maintitle}%