summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdfbin57235 -> 58305 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex20
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty8
3 files changed, 18 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf b/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf
index 052f3b1fa89..847a20716c1 100644
--- a/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex b/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex
index cc9f1d14524..44a268745f1 100644
--- a/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex
@@ -20,8 +20,8 @@
subtitle={},
email={maieul <at> maieul <dot> net},
author={Maïeul Rouquette},
- revision={2.2.2a},
- date={21/06/2016},
+ revision={2.3.0},
+ date={08/09/2016},
url={https://github.com/maieul/biblatex-anonymous}}
\begin{document}
@@ -102,18 +102,26 @@ All issues can be submitted, in French or English, in the GitHub issues page\foo
\begin{changelog}
-\begin{release}{2.2.2a}{2015-06-21}
+\begin{release}{2.3.0}{2016-09-08}
+ \item Add compatibility with \bibtype{bookininbook} and \bibtype{bookininarticle} of \emph{biblatex-bookinbook} package.
+\end{release}
+
+\begin{release}{2.2.3}{2016-06-27}
+ \item Fix bug added on v.~2.2.2 when using prenote argument.
+ \end{release}
+
+\begin{release}{2.2.2a}{2016-06-21}
\item Fix typo in handbook.
\end{release}
-\begin{release}{2.2.2}{2015-06-18}
+\begin{release}{2.2.2}{2016-06-18}
\item Fix \biblatex\ bug with \expandafter\cs\expandafter{\prm{xx}cites} command when using anonymous works.
\item Fix bug added by version 2.0.0 when not using the \emph{biblatex-realauthor} package.
\end{release}
-\begin{release}{2.2.1}{2015-06-06}
+\begin{release}{2.2.1}{2016-06-06}
\item Fix compatibility with biblatex < 3.4, broken by v. 2.2.0
\end{release}
-\begin{release}{2.2.0}{2015-06-05}
+\begin{release}{2.2.0}{2016-06-05}
\item Takes account of the \bibfield{realeditor} field of the \emph{biblatex-realauthor} package~2.4.0 and later.
\item Adds tools to prevent inherinting name from main entry \see{noinherit}.
\end{release}
diff --git a/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty b/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty
index e5d987228f9..b3cd059fb27 100644
--- a/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty
+++ b/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty
@@ -12,12 +12,12 @@
%
% The Current Maintainer of this work is Maïeul Rouquette
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{biblatex-anonymous}[2016/06/21 v2.2.2a Manage anonymous works with biblatex]
+\ProvidesPackage{biblatex-anonymous}[2016/09/08 v2.3.0 Manage anonymous works with biblatex]
%1. Just execute bibliographic option for some entries type
-\ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook]{useeditor=false,usetranslator=false}
+\ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook,bookininbook,bookininarticle]{useeditor=false,usetranslator=false}
\ifdefined\ifuserealeditor
- \ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook]{userealeditor=false}
+ \ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook,bookininbook,bookininarticle]{userealeditor=false}
\fi
% 2. Sorting
@@ -51,7 +51,7 @@
%%3.1 And so, prevent the spurious space in case of \cites command
%%% Hack suggested on https://github.com/plk/biblatex/issues/285#issuecomment-226918950
-\AtEveryCitekey{\blx@initunit}
+\AtEveryCitekey{\iffieldundef{prenote}{\blx@initunit}{}}
%4. Tools to prevent inhering author field (require biblatex > 3.4)
\ifdefined\DeclareDatafieldSet