summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-19 22:18:37 +0000
committerKarl Berry <karl@freefriends.org>2017-11-19 22:18:37 +0000
commitf6f2329d44ee10426a6c0f9022fc7daeebc1cdc0 (patch)
tree35124338b77cf370895ebf70415638005e5fae3f /Master
parent5cb310c2e98659fa03df73b1e87a349fbb3b2ae5 (diff)
biblatex-realauthor (19nov17)
git-svn-id: svn://tug.org/texlive/trunk@45857 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdfbin73320 -> 73206 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex8
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdfbin17955 -> 17955 bytes
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx11
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx4
5 files changed, 15 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf
index 32144ee1fea..ee92ce981b5 100644
--- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex
index e247de01612..aa885c4470e 100644
--- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex
@@ -21,8 +21,8 @@
subtitle={New data field},
email={maieul <at> maieul <dot> net},
author={Maïeul Rouquette},
- revision={2.7.0},
- date={23/10/2016},
+ revision={2.7.1},
+ date={19/11/2017},
url={https://github.com/maieul/biblatex-realauthor}}
% biblatex
@@ -159,6 +159,10 @@ All issues can be submitted, in French or English, in the GitHub issues page\foo
\begin{changelog}
+\begin{release}{2.7.1}{2017-11-19}
+ \item Add compatibility with \biblatex~3.8
+\end{release}
+
\begin{release}{2.7.0}{2016-10-23}
\item New sorting schemes.
\end{release}
diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdf b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdf
index 7ef325ce0f3..d34a233e1c4 100644
--- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx b/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx
index 5d80a9c1b4a..1dec2eea547 100644
--- a/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx
@@ -13,8 +13,11 @@
% The Current Maintainer of this work is Maïeul Rouquette
% This work consists of the files realauthor.dbx, realauthor.bbx
\ProvidesFile{realauthor.dbx}
-[2016/10/23 v2.7.0 biblatex bibliography style (MR)]
+[2017/11/19 v2.7.1 biblatex bibliography style (MR)]
+\ifdef{\DeclareSortingTemplate}%
+ {}
+ {\let\DeclareSortingTemplate\DeclareSortingScheme}
\ifdef{\biblatexmultipledm@bibstyle}
{\RequireBibliographyStyle{\biblatexmultipledm@bibstyle}}
{\RequireBibliographyStyle{verbose}}
@@ -356,7 +359,7 @@
}
}
-\DeclareSortingScheme{realauthor}{
+\DeclareSortingTemplate{realauthor}{
\sort{
\field{presort}
}
@@ -380,7 +383,7 @@
\AtEndPreamble{
\ifundef{\bbx@manuscripts@sorting}{}%
{
- \DeclareSortingScheme{realauthor+manuscripts}{
+ \DeclareSortingTemplate{realauthor+manuscripts}{
\sort{
\field{presort}
}
@@ -390,7 +393,7 @@
\bbx@realauthor@sorting
\bbx@manuscripts@sorting
}
- \DeclareSortingScheme{anonymous+realauthor+manuscripts}{
+ \DeclareSortingTemplate{anonymous+realauthor+manuscripts}{
\sort{
\field{presort}
}
diff --git a/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx b/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx
index 0681bf3b3c4..829bb63df61 100644
--- a/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx
+++ b/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx
@@ -13,8 +13,8 @@
% The Current Maintainer of this work is Maïeul Rouquette
% This work consists of the files realauthor.dbx, realauthor.bbx
\ProvidesFile{realauthor.dbx}
-[2016/10/23 v2.7.0 biblatex bibliography style (MR)]
+[2017/11/19 v2.7.1 biblatex bibliography style (MR)]
\DeclareDatamodelFields[type=list,datatype=name]{realauthor,realeditor}
\DeclareDatamodelEntryfields{realauthor,realeditor}
-\endinput \ No newline at end of file
+\endinput