From 83556912266859c0d8e6e1bc048b5b8ba1bfcc93 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 16 Oct 2013 22:59:42 +0000 Subject: biblatex-philosophy (16oct13) git-svn-id: svn://tug.org/texlive/trunk@31922 c570f23f-e606-0410-a88d-b1316a301751 --- .../biblatex-philosophy/biblatex-philosophy.dtx | 35 +++++++++++++++++----- 1 file changed, 28 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/source') 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 8ce13803c0b..55f14497595 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 @@ %\ProvidesFile{philosophy-verbose.cbx} %\ProvidesFile{italian-philosophy.lbx} %\ProvidesFile{english-philosophy.lbx} - [2013/08/30 v0.9b valbusa beta] + [2013/10/15 v0.9c valbusa beta] %<*driver> \documentclass{ltxdoc} @@ -182,7 +182,7 @@ % % \fi % -% \CheckSum{3111} +% \CheckSum{3123} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -200,6 +200,7 @@ % Grave accent \` Left brace \{ Vertical bar \| % Right brace \} Tilde \~} % +% \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.} % \changes{v0.8f}{2013/06/20}{New option \opt{nodate} for \cmd{printbibliography} command} @@ -615,6 +616,8 @@ %\boolitem[true]{library} %Shows the \bibfield{library} field, both in the bibliography and in the citations (see also section \ref{sec:specific-fields}). % +%\boolitem[true]{classical} +% If \opt{true} it doubles the last consonant of the abbreviations such as ``p.'', ``vol.'', ``col.'' etc. when used in the plural form. For example you will have ``p.'' for ``page'' and ``pp.'' for ``pages''. This habit is very common in Italian writings but it remains useless. % % % @@ -1612,7 +1615,7 @@ \newunit\newblock \printfield{version}% \newunit\newblock - \iftoggle{bbx:inbeforejournal}{\usebibmacro{in:}}{} + \iftoggle{bbx:inbeforejournal}{\usebibmacro{in:}}{}% \usebibmacro{journal+issuetitle}% \newunit\newblock \usebibmacro{byeditor+others}% @@ -3547,6 +3550,28 @@ % \end{macrocode} % \paragraph{Name formats} % \begin{macrocode} +\renewbibmacro*{name:andothers}{% + \ifboolexpr{ + test {\ifnumequal{\value{listcount}}{\value{liststop}}} + and + test \ifmorenames + } + {\ifnumgreater{\value{liststop}}{1} + {\finalandcomma} + {}% + \andothersdelim\bibstring[\mkibid]{andothers}} + {}} +\newbibmacro*{list:andothers}{% + \ifboolexpr{ + test {\ifnumequal{\value{listcount}}{\value{liststop}}} + and + test \ifmoreitems + } + {\ifnumgreater{\value{liststop}}{1} + {\finalandcomma} + {}% + \andmoredelim\bibstring[\mkibid]{andmore}} + {}} \iftoggle{cbx:scauthorscite}{% \DeclareNameFormat{labelname}{% \renewcommand{\mkbibnamefirst}{\textsc}% @@ -3664,8 +3689,6 @@ langitalian = {{italiano}{it\adddot}}, editor = {{\mkpureparens{a cura di}}{\mkpureparens{a cura di}}}, editors = {{\mkpureparens{a cura di}}{\mkpureparens{a cura di}}}, - andothers = {{\mkbibemph{et\addabbrvspace al\adddot}} - {\mkbibemph{et\addabbrvspace al\adddot}}}, backrefpage = {{Citato a pagina}{Citato a \bibstring{page}\adddot}}, backrefpages = {{Citato alle pagine}{Citato alle \bibstring{pages}\adddot}}, pages = {{pagine}{\iftoggle{bbx:classical}{pp\adddot}{p\adddot}}}, @@ -3720,8 +3743,6 @@ sections = {{sezioni}{\iftoggle{bbx:classical}{sezz\adddot}{sez\add origed = {{orig\adddotspace ed\adddot}{orig\adddotspace ed\adddot}}, editor = {{\mkpureparens{ed\adddot}}{\mkpureparens{ed\adddot}}}, editors = {{\mkpureparens{eds\adddot}}{\mkpureparens{eds\adddot}}}, - andothers = {{\mkbibemph{et\addabbrvspace al\adddot}} - {\mkbibemph{et\addabbrvspace al\adddot}}}, reviewof = {{Review of}{Review of}}, translationas = {{trans\adddot}{trans\adddot}}, backrefpage = {{cited on page}{cited on p\adddot}}, -- cgit v1.2.3