summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/biblatex-philosophy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-10-16 22:59:42 +0000
committerKarl Berry <karl@freefriends.org>2013-10-16 22:59:42 +0000
commit83556912266859c0d8e6e1bc048b5b8ba1bfcc93 (patch)
tree66261240d06f903f1cf21bbe62aa86fe3ca93c95 /Master/texmf-dist/source/latex/biblatex-philosophy
parent38a3441fb0aaa2bf0dd7cc8702f646bf28c299a0 (diff)
biblatex-philosophy (16oct13)
git-svn-id: svn://tug.org/texlive/trunk@31922 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.dtx35
1 files changed, 28 insertions, 7 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 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 @@
%<verbose-cbx>\ProvidesFile{philosophy-verbose.cbx}
%<italian-lbx>\ProvidesFile{italian-philosophy.lbx}
%<english-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 @@
%</driver>
% \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}},