diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-13 23:43:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-13 23:43:48 +0000 |
commit | 124b1ee0fde140a15f9965ea59a7138e0179fe9b (patch) | |
tree | 50aebd1496386b901d1cec04c708e3859f8c611b /Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi.bbx | |
parent | 188bcbf5affd57deba6ca9db75021b357ba52ca2 (diff) |
biblatex-fiwi (13may13)
git-svn-id: svn://tug.org/texlive/trunk@30448 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi.bbx | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi.bbx b/Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi.bbx index 225818fa542..5930e1ff662 100644 --- a/Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-fiwi/fiwi.bbx @@ -1,8 +1,8 @@ -% $Id: fiwi.bbx, v1.2c 2013/03/29 Simon Spiegel +% $Id: fiwi.bbx, v1.2d 2013/05/13 Simon Spiegel -\ProvidesFile{fiwi.bbx}[v1.2c 2013/03/29 film studies bibliography style] +\ProvidesFile{fiwi.bbx}[v1.2d 2013/05/13 film studies bibliography style] -\@ifpackagelater{biblatex}{2012/11/26} +\@ifpackagelater{biblatex}{2013/05/01} {} {\PackageError{biblatex} {Outdated 'biblatex' package} @@ -49,6 +49,7 @@ }}} + \defcounter{highnamepenalty}{0} \defcounter{lownamepenalty}{0} @@ -246,8 +247,8 @@ {} }% -\ExecuteBibliographyOptions{indexing=cite,maxnames=3,minnames=1,maxitems=9,useprefix=true,sorting=nyt,date=long,urldate=long,hyperref=auto,pagetracker=true,ibidtracker=context,citetracker=true,labelyear=true,isbn=false,babel=hyphen,} -\ExecuteBibliographyOptions[misc,movie,video]{uniquename=false,labelyear=false,labeltitle=true} +\ExecuteBibliographyOptions{indexing=cite,maxnames=3,minnames=1,maxitems=9,useprefix=true,sorting=nyt,date=long,urldate=long,hyperref=auto,pagetracker=true,ibidtracker=context,citetracker=true,labeldate=true,isbn=false,babel=hyphen,} +\ExecuteBibliographyOptions[misc,movie,video]{uniquename=false,labeldate=false,labeltitle=true} \InitializeBibliographyStyle{% \let\bbx@lasthash\undefined} @@ -290,19 +291,19 @@ \DeclareFieldFormat{postnote}{% \iftoggle{citepages} {\mkpageprefix[pagination]{#1}} - {#1} + {#1}% } \DeclareFieldFormat{volcitepages}{% \iftoggle{citepages} {\mkpageprefix[pagination]{#1}} - {#1} + {#1}% } \DeclareFieldFormat{multipostnote}{% \iftoggle{citepages} {\mkpageprefix[pagination]{#1}} - {#1} + {#1}% } \DeclareFieldFormat{isan}{\mkbibacro{ISAN}\addcolon\space #1} @@ -397,7 +398,7 @@ \DeclareNameAlias{withintroduction}{bytranslator} \DeclareNameAlias{withforeword}{bytranslator} \DeclareNameAlias[misc,movie,video]{author}[movie]{director} -\DeclareNameAlias[misc,movie,video]{scriptwriter}[movie]{director} +\DeclareNameAlias[misc,movie,video]{editor}[movie]{scriptwriter} \DeclareNameAlias{author}{sortname} \DeclareNameAlias{editor}{author} \DeclareNameAlias{bookauthor}{author} @@ -1244,7 +1245,7 @@ and test {\iffieldequalstr{relatedtype}{translatedas}}} \ifnamesequal{scriptwriter}{director} {\bibstring{writtendirectedby}\printnames{director}} {\ifpunct{\unspace}{}\bibstring{directedby}\printnames{director} - \newunit\bibstring{writtenby}\printnames{scriptwriter}} + \ifnameundef{scriptwriter}{}{\newunit\bibstring{writtenby}\printnames{scriptwriter}}} } \newbibmacro*{mtitle+vol+btitle+bstitle}{% |