diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-27 21:41:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-27 21:41:56 +0000 |
commit | 2cd41c75a2ebe18504b8ffbdaf0b7ed4fa279b30 (patch) | |
tree | 3972ef94a2f4b9b942aee58ff2534fe168e824a4 /Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.bbx | |
parent | e057505019597f09ca945d8814486fbc5e72f3e9 (diff) |
biblatex-philosophy (27mar13)
git-svn-id: svn://tug.org/texlive/trunk@29528 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.bbx | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.bbx b/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.bbx index ca1ff81589e..e7a4788a6b5 100644 --- a/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.bbx @@ -13,7 +13,8 @@ %% License information appended %% \ProvidesFile{philosophy-verbose.bbx} - [2013/03/15 v0.8c valbusa beta] + [2013/03/27 v0.8c valbusa beta] + \RequireBibliographyStyle{authortitle} \RequireBibliographyStyle{philosophy-standard} @@ -54,23 +55,28 @@ {\global\undef\bbx@lasthash}} \DeclareCiteCommand{\bbx@crossref@inbook} {}% - {\ifciteseen{\usebibmacro{bybookauthor}% + {\ifthenelse{\value{listtotal}=2}% + {\printnames[][-\value{maxnamesincross}]{labelname}}% + {\printnames[][-\value{minnamesincross}]{labelname}}% \setunit*{\addcomma\space}\printtext[bibhyperlink]{% \printfield[citetitle]{labeltitle}% \iftoggle{cbx:commacit}{\setunit{\addcomma\space}}% {\setunit{\addspace\midsentence}}% - \bibstring{cited}}}{\usebibmacro{inbook:full}}}% + \bibstring{cited}}}% {}% {}% - \DeclareCiteCommand{\bbx@crossref@incollection} {}% - {\ifciteseen{\usebibmacro{editor+others}% + {\ifthenelse{\value{listtotal}=2}% + {\printnames[][-\value{maxnamesincross}]{labelname}}% + {\printnames[][-\value{minnamesincross}]{labelname}}% + \setunit{\addspace}% + \usebibmacro{editorstrg}% \setunit*{\addcomma\space}\printtext[bibhyperlink]{% \printfield[citetitle]{labeltitle}% \iftoggle{cbx:commacit}{\setunit{\addcomma\space}}% {\setunit{\addspace\midsentence}}% - \bibstring{cited}}}{\usebibmacro{incollection:full}}}% + \bibstring{cited}}}% {}% {}% %% |