diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-14 00:14:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-14 00:14:37 +0000 |
commit | 1d498f9d3f847d88b97983f09b053e387f6fc86b (patch) | |
tree | ae9747393e94cc3abbd900696333001d8bb097fa /Master/texmf-dist/source/latex/biblatex-philosophy | |
parent | 4f0bbe4ebd7f461bfdeb44912711cf2f7842a834 (diff) |
biblatex-philosophy (13nov13)
git-svn-id: svn://tug.org/texlive/trunk@32139 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/biblatex-philosophy')
-rw-r--r-- | Master/texmf-dist/source/latex/biblatex-philosophy/biblatex-philosophy.dtx | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/Master/texmf-dist/source/latex/biblatex-philosophy/biblatex-philosophy.dtx b/Master/texmf-dist/source/latex/biblatex-philosophy/biblatex-philosophy.dtx index 55f14497595..6d966233c32 100644 --- a/Master/texmf-dist/source/latex/biblatex-philosophy/biblatex-philosophy.dtx +++ b/Master/texmf-dist/source/latex/biblatex-philosophy/biblatex-philosophy.dtx @@ -93,7 +93,7 @@ %<verbose-cbx>\ProvidesFile{philosophy-verbose.cbx} %<italian-lbx>\ProvidesFile{italian-philosophy.lbx} %<english-lbx>\ProvidesFile{english-philosophy.lbx} - [2013/10/15 v0.9c valbusa beta] + [2013/11/13 v0.9d valbusa beta] %<*driver> \documentclass{ltxdoc} @@ -200,6 +200,7 @@ % Grave accent \` Left brace \{ Vertical bar \| % Right brace \} Tilde \~} % +% \changes{v0.9d}{2013/11/13}{Maintenance release. Corrected some bugs.} % \changes{v0.9c}{2013/10/15}{Maintenance release. Corrected some bugs.} % \changes{v0.9b}{2013/08/30}{Updated bibliography drivers to correct a bug when using the \bibfield{related} mechanism.} % \changes{v0.9a}{2013/07/04}{Maintenance release. Corrected some bugs.} @@ -3084,7 +3085,7 @@ \ifthenelse{\value{listtotal}=2}% {\printnames[][-\value{maxnamesincross}]{labelname}}% {\printnames[][-\value{minnamesincross}]{labelname}}% - \setunit*{\addcomma\space}\printtext[bibhyperlink]{% + \setunit*{\addcomma\space}\printtext{% \printfield[citetitle]{labeltitle}% \iftoggle{cbx:commacit}{\setunit{\addcomma\space}}% {\setunit{\addspace\midsentence}}% @@ -3102,7 +3103,7 @@ {\printnames[][-\value{minnamesincross}]{labelname}}% \setunit{\addspace}% \usebibmacro{editorstrg}% - \setunit*{\addcomma\space}\printtext[bibhyperlink]{% + \setunit*{\addcomma\space}\printtext{% \printfield[citetitle]{labeltitle}% \iftoggle{cbx:commacit}{\setunit{\addcomma\space}}% {\setunit{\addspace\midsentence}}% @@ -3551,27 +3552,27 @@ % \paragraph{Name formats} % \begin{macrocode} \renewbibmacro*{name:andothers}{% - \ifboolexpr{ - test {\ifnumequal{\value{listcount}}{\value{liststop}}} + \ifboolexpr{% + test {\ifnumequal{\value{listcount}}{\value{liststop}}}% and test \ifmorenames - } - {\ifnumgreater{\value{liststop}}{1} - {\finalandcomma} + }% + {\ifnumgreater{\value{liststop}}{1}% + {\finalandcomma}% {}% - \andothersdelim\bibstring[\mkibid]{andothers}} - {}} -\newbibmacro*{list:andothers}{% - \ifboolexpr{ - test {\ifnumequal{\value{listcount}}{\value{liststop}}} + \andothersdelim\bibstring[\mkibid]{andothers}}% + {}}% +\renewbibmacro*{list:andothers}{% + \ifboolexpr{% + test {\ifnumequal{\value{listcount}}{\value{liststop}}}% and test \ifmoreitems - } - {\ifnumgreater{\value{liststop}}{1} - {\finalandcomma} + }% + {\ifnumgreater{\value{liststop}}{1}% + {\finalandcomma}% {}% - \andmoredelim\bibstring[\mkibid]{andmore}} - {}} + \andmoredelim\bibstring[\mkibid]{andmore}}% + {}}% \iftoggle{cbx:scauthorscite}{% \DeclareNameFormat{labelname}{% \renewcommand{\mkbibnamefirst}{\textsc}% |