summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/biblatex-philosophy/biblatex-philosophy.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/biblatex-philosophy/biblatex-philosophy.dtx')
-rw-r--r--Master/texmf-dist/source/latex/biblatex-philosophy/biblatex-philosophy.dtx19
1 files changed, 10 insertions, 9 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 0aa260995af..8556b4ba562 100644
--- a/Master/texmf-dist/source/latex/biblatex-philosophy/biblatex-philosophy.dtx
+++ b/Master/texmf-dist/source/latex/biblatex-philosophy/biblatex-philosophy.dtx
@@ -6,7 +6,7 @@
\preamble
______________________________________________________
The biblatex-philosophy package
-Copyright (C) 2009-2017 Ivan Valbusa
+Copyright (C) 2009-2018 Ivan Valbusa
All rights reserved
License information appended
@@ -14,7 +14,7 @@ License information appended
\endpreamble
\postamble
-Copyright 2009-2017 by Ivan Valbusa
+Copyright 2009-2018 by Ivan Valbusa
This program is provided under the terms of the
LaTeX Project Public License distributed from CTAN
@@ -71,7 +71,7 @@ This work has the LPPL maintenance status "author-maintained".
\endgroup
%</internal>
%
-% Copyright (C) 2009-2017 by Ivan Valbusa
+% Copyright (C) 2009-2018 by Ivan Valbusa
% <ivan dot valbusa at univr dot it>
% -------------------------------------------------------
%
@@ -101,7 +101,7 @@ This work has the LPPL maintenance status "author-maintained".
%<spanish-lbx>\ProvidesFile{spanish-philosophy.lbx}
%<french-lbx>\ProvidesFile{french-philosophy.lbx}
%<*standard-bbx|classic-bbx|modern-bbx|verbose-bbx|classic-cbx|modern-cbx|verbose-cbx|italian-lbx|english-lbx|spanish-lbx|french-lbx>
-[2017/11/29 v1.9.8 A set of styles for biblatex]
+[2018/03/03 v1.9.8a A set of styles for biblatex]
%</standard-bbx|classic-bbx|modern-bbx|verbose-bbx|classic-cbx|modern-cbx|verbose-cbx|italian-lbx|english-lbx|spanish-lbx|french-lbx>
%<*driver>
\documentclass[10pt]{ltxdoc}
@@ -290,6 +290,7 @@ hidelinks,
% Grave accent \` Left brace \{ Vertical bar \|
% Right brace \} Tilde \~}
%
+% \changes{v1.9.8a}{2018/03/03}{Maintenance release. Corrected missing commas in some \texttt{.lbx} files.}
% \changes{v1.9.8}{2017/11/29}{Maintenance release. Updated macros involving \texttt{extrayear} component.}
% \changes{v1.9.7}{2017/10/05}{Maintenance release. Fixed a bug in the \bibtype{set} bibliography driver.}
% \changes{v1.9.6}{2017/09/14}{Maintenance release. Fixed a bug in the \cmd{fullcite} command.}
@@ -1544,7 +1545,7 @@ hidelinks,
% Actually the command is introduce for formatting ``et al.'' considering that it is already defined by \sty{verbose-trad2.cbx}
% which uses it for ``ivi'' and ``ibidem''.
% \begin{macrocode}
-\providecommand*{\mkibid}[1]{\iftoggle{cbx:latinemph}{\emph{#1}}{#1}}
+\providecommand*{\mkibid}[1]{\iftoggle{cbx:latinemph}{\mkbibemph{#1}}{#1}}
% \end{macrocode}
% We (re)define some internal commands for the punctuation. The new \cmd{volnumpunct} command is provided
% to separate volume and number in \bibtype{article} entries.
@@ -3046,7 +3047,7 @@ hidelinks,
\DeclareFieldFormat[jurisdiction]{pages}{%
\iffieldundef{bookpagination}{#1}{\mkpageprefix[bookpagination]{#1}}}
\DeclareFieldFormat[jurisdiction]{title}{%
- \iffieldequalstr{entrysubtype}{international}{\emph{#1}}{#1}}
+ \iffieldequalstr{entrysubtype}{international}{\mkbibemph{#1}}{#1}}
\DeclareFieldFormat[jurisdiction]{notacomm}{nt\adddotspace#1}% \end{macrocode}
% A new macro to manage authors of \bibtype{jurisdiction} entries.
% \begin{macrocode}
@@ -5246,7 +5247,7 @@ hidelinks,
withannotator = {{annotations by}{annots\adddot\ by}},
withintroduction = {{introduction by}{intro\adddot\ by}},
withforeword = {{foreword by}{forew\adddot\ by}},
- withafterword = {{afterword by}{afterw\adddot\ by}}
+ withafterword = {{afterword by}{afterw\adddot\ by}},
% \end{macrocode}
% See the note for the Italian localization module.
% \begin{macrocode}
@@ -5303,7 +5304,7 @@ hidelinks,
translationas = {{traducido al espa\~{n}ol como}{trad\adddotspace es\adddot}},
origpubas = {{edici\'{o}n original}{ed\adddot orig\adddot}},
section = {{secci\'{o}n}{sec\adddot}},
- sections = {{secciones}{\iftoggle{bbx:classical}{secs\adddot}{sec\adddot}}}
+ sections = {{secciones}{\iftoggle{bbx:classical}{secs\adddot}{sec\adddot}}},
% \end{macrocode}
% Here we redefine only the |andmore| string because the |andothers| string is
% a non Latin expression in \file{spanish.lbx} (``y col.'').
@@ -5351,7 +5352,7 @@ hidelinks,
withannotator = {{annotations \smartof}{annot\adddotspace\smartof}},%%FIXME
withintroduction = {{introduction \smartof}{introd\adddotspace\smartof}},%%FIXME
withforeword = {{pr\'eface \smartof}{pr\'ef\adddotspace\smartof}},%%FIXME
- withafterword = {{postface \smartof}{postf\adddotspace\smartof}}%%FIXME
+ withafterword = {{postface \smartof}{postf\adddotspace\smartof}},%%FIXME
% \end{macrocode}
% See the note for the Italian localization module.
% \begin{macrocode}