texlive[41514] Master/texmf-dist: biblatex-anonymous (21jun16)
commits+karl at tug.org
commits+karl at tug.org
Tue Jun 21 23:25:08 CEST 2016
Revision: 41514
http://tug.org/svn/texlive?view=revision&revision=41514
Author: karl
Date: 2016-06-21 23:25:08 +0200 (Tue, 21 Jun 2016)
Log Message:
-----------
biblatex-anonymous (21jun16)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf
trunk/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex
trunk/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty
Modified: trunk/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex 2016-06-21 21:24:54 UTC (rev 41513)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex 2016-06-21 21:25:08 UTC (rev 41514)
@@ -20,8 +20,8 @@
subtitle={},
email={maieul <at> maieul <dot> net},
author={Maïeul Rouquette},
- revision={2.2.2},
- date={18/06/2016},
+ revision={2.2.2a},
+ date={21/06/2016},
url={https://github.com/maieul/biblatex-anonymous}}
\begin{document}
@@ -77,17 +77,17 @@
Sometime, an anonymous \bibtype{bookinbook} is printed in a NOT anonymous work.
If you use cross-referencing system, you would like to NOT inherit the \bibfield{name} from the main entry in the subentry.
-\textbf{From \biblatex~3.4.0}, you can use entry option \opt{noinherit=noauthor} as in the following example:
+\textbf{From \biblatex~3.4.0}, you can use entry option \opt{noinherit=author} as in the following example:
\begin{minted}{latex}
@book{mainentry,
- Author = {Name},
- …
+ Author = {Name},
+ …
}
@book{subentry,
Crossref = {mainentry},
- Options = {noinherit=author},
- …
+ Options = {noinherit=author},
+ …
}
\end{minted}
\section{Credits}
@@ -102,6 +102,10 @@
\begin{changelog}
+\begin{release}{2.2.2a}{2015-06-21}
+ \item Fix typo in handbook.
+ \end{release}
+
\begin{release}{2.2.2}{2015-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.
Modified: trunk/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty 2016-06-21 21:24:54 UTC (rev 41513)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty 2016-06-21 21:25:08 UTC (rev 41514)
@@ -12,7 +12,7 @@
%
% The Current Maintainer of this work is Maïeul Rouquette
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{biblatex-anonymous}[2016/06/18 v2.2.2 Manage anonymous works with biblatex]
+\ProvidesPackage{biblatex-anonymous}[2016/06/21 v2.2.2a 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}
More information about the tex-live-commits
mailing list