diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-21 23:52:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-21 23:52:45 +0000 |
commit | 67db10d00fe1667acb186aa61d485eecd5a8d828 (patch) | |
tree | 42f036781d28f48c11b6e594b6b8c59dfff90e2d /Master/texmf-dist/tex/latex/biblatex-dw/bbx | |
parent | 00076ea08ace90e5d76ff06db470c1be81449289 (diff) |
biblatex-dw 1.3b (22nov10)
git-svn-id: svn://tug.org/texlive/trunk@20521 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-dw/bbx')
3 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx index cdc92d47b4a..60fe20dfdae 100644 --- a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx @@ -1,13 +1,13 @@ % authortitle-dw.bbx, Dominik Waßenhoven 2010 -\ProvidesFile{authortitle-dw.bbx}[2010/09/21 v1.3a biblatex bibliography style] +\ProvidesFile{authortitle-dw.bbx}[2010/11/21 v1.3b biblatex bibliography style] -\@ifpackagelater{biblatex}{2010/08/04} +\@ifpackagelater{biblatex}{2010/09/03} {} {\PackageError{biblatex} {Outdated 'biblatex' package} {The version of the 'authortitle-dw' style you are using\MessageBreak - requires biblatex v0.9b or later.\MessageBreak + requires biblatex v0.9d or later.\MessageBreak You are using: '\csuse{ver@biblatex.sty}'.\MessageBreak This is a fatal error. I'm aborting now.}% \endinput} @@ -750,7 +750,9 @@ \ifboolexpr{ ( test {\ifnamesequal{editor}{author}} or - bool {xrefidem} ) + ( bool {xrefidem} + and not + bool {cbx:authauthxref} ) ) and bool {bbx:edbyidem} } diff --git a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx index b5a1c898766..92b3047e0ce 100644 --- a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/footnote-dw.bbx @@ -1,13 +1,13 @@ % footnote-dw.bbx, Dominik Waßenhoven 2010 -\ProvidesFile{footnote-dw.bbx}[2010/09/21 v1.3a biblatex bibliography style] +\ProvidesFile{footnote-dw.bbx}[2010/11/21 v1.3b biblatex bibliography style] -\@ifpackagelater{biblatex}{2010/08/04} +\@ifpackagelater{biblatex}{2010/09/03} {} {\PackageError{biblatex} {Outdated 'biblatex' package} {The version of the 'footnote-dw' style you are using\MessageBreak - requires biblatex v0.9 or later.\MessageBreak + requires biblatex v0.9d or later.\MessageBreak You are using: '\csuse{ver@biblatex.sty}'.\MessageBreak This is a fatal error. I'm aborting now.}% \endinput} diff --git a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx index 7641f3d5e68..96ca28b651c 100644 --- a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/standard-dw.bbx @@ -1,6 +1,6 @@ % standard-dw.bbx, Dominik Waßenhoven 2010 -\ProvidesFile{standard-dw.bbx}[2010/09/21 v1.3a biblatex bibliography style] +\ProvidesFile{standard-dw.bbx}[2010/11/21 v1.3b biblatex bibliography style] \RequireBibliographyStyle{standard} @@ -892,6 +892,7 @@ {\booltrue{xrefidem}}% {\boolfalse{xrefidem}}} {\usebibmacro{authedxrefcheck}% + \usebibmacro{authauthxrefcheck}% \ifbool{cbx:authedxref} {\booltrue{xrefidem}} {\boolfalse{xrefidem}}}% @@ -1524,7 +1525,7 @@ \usebibmacro{bibindex}% \usebibmacro{begentry}% \printtext{\bibstring[\mkidem]{idem\thefield{gender}}}% - \setunit{\citenamepunct}% + \setunit{\nametitledelim}% \usebibmacro{maintitle+title}% \newunit \printlist{language}% |