texlive[41485] Master/texmf-dist: biblatex-anonymous (18jun16)

commits+karl at tug.org commits+karl at tug.org
Sat Jun 18 23:59:11 CEST 2016


Revision: 41485
          http://tug.org/svn/texlive?view=revision&revision=41485
Author:   karl
Date:     2016-06-18 23:59:11 +0200 (Sat, 18 Jun 2016)
Log Message:
-----------
biblatex-anonymous (18jun16)

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-18 15:51:58 UTC (rev 41484)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex	2016-06-18 21:59:11 UTC (rev 41485)
@@ -20,8 +20,8 @@
 	subtitle={},
 	email={maieul <at> maieul <dot> net},
 	author={Maïeul Rouquette},
-	revision={2.2.1},
-	date={06/06/2016},
+	revision={2.2.2},
+	date={18/06/2016},
 	url={https://github.com/maieul/biblatex-anonymous}}
 
 \begin{document}
@@ -46,6 +46,7 @@
 	\item Providing a sorting scheme to put all anonymous work at the begining of a bibliography. This sorting scheme is derivated from \verb+nyt+ scheme.
 	\item For French, changing \enquote{\selectlanguage{french}dir.} by \enquote{\selectlanguage{french}éd.}.
 	\item Printing only the author name  before the title, and never the editor, even if the book is anonymous.
+ 	\item Fixing \biblatex\ bug with  \expandafter\cs\expandafter{\prm{xx}cites} command when using anonymous works.\footnote{\url{https://github.com/plk/biblatex/issues/285}.}
 		
 \end{enumerate}
 
@@ -101,6 +102,10 @@
 
 \begin{changelog}
 
+\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.
+ \end{release}
 \begin{release}{2.2.1}{2015-06-06}
  \item Fix compatibility with biblatex < 3.4, broken by v. 2.2.0
 \end{release}

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-18 15:51:58 UTC (rev 41484)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty	2016-06-18 21:59:11 UTC (rev 41485)
@@ -1,4 +1,4 @@
-%% Copyright 2014 Maïeul Rouquette
+%% Copyright 2014-… Maïeul Rouquette
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either version 1.3
@@ -12,11 +12,13 @@
 % 
 % The Current Maintainer of this work is Maïeul Rouquette
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{biblatex-anonymous}[2016/06/06 v2.2.1 Manage anonymous works with biblatex]
+\ProvidesPackage{biblatex-anonymous}[2016/06/18 v2.2.2 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,userealeditor=false}
-
+\ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook]{useeditor=false,usetranslator=false}
+\ifdefined\ifuserealeditor
+ \ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook]{userealeditor=false}
+\fi
 % 2. Sorting
 
 \DeclareSortingScheme{anonymous}{
@@ -48,11 +50,12 @@
 }
 
 %%3.1 And so, prevent the spurious space in case of \cites command
-%%% Not for now, waiting from https://github.com/plk/biblatex/issues/285
+%%% Hack suggested on https://github.com/plk/biblatex/issues/285#issuecomment-226918950
+\AtEveryCitekey{\blx at initunit}
 
 %4. Tools to prevent inhering author field (require biblatex > 3.4)
 \ifdefined\DeclareDatafieldSet
-  
+ 
   \DeclareDatafieldSet{author}{
     \member[field=author]
   }



More information about the tex-live-commits mailing list