texlive[42152] Master/texmf-dist: biblatex-anonymous (26sep16)

commits+karl at tug.org commits+karl at tug.org
Mon Sep 26 22:52:24 CEST 2016


Revision: 42152
          http://tug.org/svn/texlive?view=revision&revision=42152
Author:   karl
Date:     2016-09-26 22:52:24 +0200 (Mon, 26 Sep 2016)
Log Message:
-----------
biblatex-anonymous (26sep16)

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-09-26 20:52:14 UTC (rev 42151)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex	2016-09-26 20:52:24 UTC (rev 42152)
@@ -16,12 +16,12 @@
 \newcommand{\namebibstyle}[1]{\texttt{#1}}
 % Meta-datas
 \titlepage{%
-	title={Managing anonymous work with biblatex},
+	title={Managing anonymous works with biblatex},
 	subtitle={},
 	email={maieul <at> maieul <dot> net},
 	author={Maïeul Rouquette},
-	revision={2.3.0},
-	date={08/09/2016},
+	revision={2.4.0},
+	date={25/09/2016},
 	url={https://github.com/maieul/biblatex-anonymous}}
 
 \begin{document}
@@ -32,7 +32,7 @@
 
 \section{Introduction}
 
-In some scholar fields, like history or philology, we have to work with anonymous work. 
+In some scholar fields, like history or philology, we have to work with anonymous works. 
 
 This package provides facility to manage them with \biblatex, with citation and bibliography style of the \namebibstyle{verbose} family.
 
@@ -43,7 +43,7 @@
 	
 
 	\item Changing label name to author only, never editor.
-	\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 Providing a sorting scheme to put all anonymous works at the beginning 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}.}
@@ -72,9 +72,9 @@
 If you want to use the \bibfield{editor} or \bibfield{translator} for a entry concerned by this package (e.g. \bibtype{book}, \bibtype{bookinbook} etc.), you can use the \verb+useeditor=true+ or \verb+usetranslator=true+ 
 option in the \bibfield{options} field. However, in many case, such entry should be a \bibtype{proceedings} or \bibtype{collection}. 
 
-\subsection{Anonymous work edited on not anonymous books}\label{noinherit}
+\subsection{Anonymous works edited on not anonymous books}\label{noinherit}
 
-Sometime, an anonymous \bibtype{bookinbook} is printed in a NOT anonymous work.
+Sometime, an anonymous \bibtype{bookinbook} is printed in a NOT anonymous book.
 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=author} as in the following example:
@@ -102,6 +102,11 @@
 
 \begin{changelog}
 
+\begin{release}{2.4.0}{2016-09-25}
+  \item Also works for anonymous \bibtype{inreference}, \bibtype{bookinreference} and \bibtype{bookininreference}.
+  \item Fix bug added by version 2.2.2 when using the \emph{biblatex-realauthor} package.
+\end{release}
+
 \begin{release}{2.3.0}{2016-09-08}
   \item Add compatibility with \bibtype{bookininbook} and \bibtype{bookininarticle} of \emph{biblatex-bookinbook} package.
 \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-09-26 20:52:14 UTC (rev 42151)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty	2016-09-26 20:52:24 UTC (rev 42152)
@@ -12,12 +12,38 @@
 % 
 % The Current Maintainer of this work is Maïeul Rouquette
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{biblatex-anonymous}[2016/09/08 v2.3.0 Manage anonymous works with biblatex]
+\ProvidesPackage{biblatex-anonymous}[2016/09/25 v2.4.0 Manage anonymous works with biblatex]
 
 %1. Just execute bibliographic option for some entries type
-\ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook,bookininbook,bookininarticle]{useeditor=false,usetranslator=false}
-\ifdefined\ifuserealeditor
- \ExecuteBibliographyOptions[book, bookinbook, bookinarticle, bookinincollection, mvbook,inbook,bookininbook,bookininarticle]{userealeditor=false}
+\ExecuteBibliographyOptions[%
+  book,%
+  bookinbook,% 
+  bookinarticle,% 
+  bookincollection,%
+  bookinincollection,%
+  mvbook,%
+  inbook,%
+  bookininbook,%
+  bookininarticle,%
+  inreference,%
+  bookinreference,%
+  bookininreference%
+  ]{useeditor=false,usetranslator=false}
+\ifdefined\etb at tgl@blx at userealeditor
+ \ExecuteBibliographyOptions[%
+  book,%
+  bookinbook,% 
+  bookinarticle,% 
+  bookincollection,%
+  bookinincollection,%
+  mvbook,%
+  inbook,%
+  bookininbook,%
+  bookininarticle,%
+  inreference,%
+  bookinreference,%
+  bookininreference%
+  ]{userealeditor=false}
 \fi
 % 2. Sorting
 
@@ -64,6 +90,6 @@
 %5. Language specific setting
 \DefineBibliographyStrings{french}{%
 	  byeditor = %
-                {\ifuseeditor{dir\adddotspace}{éd\adddot}},
+                {\ifuseeditor{dir\adddotspace}{\'ed\adddot}},
 }
 \endinput



More information about the tex-live-commits mailing list