From 082b5d1bbae302ef2747a1b3abfcfee1838bf1f7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 26 Sep 2016 20:52:24 +0000 Subject: biblatex-anonymous (26sep16) git-svn-id: svn://tug.org/texlive/trunk@42152 c570f23f-e606-0410-a88d-b1316a301751 --- .../biblatex-anonymous/biblatex-anonymous.pdf | Bin 58305 -> 58513 bytes .../biblatex-anonymous/biblatex-anonymous.tex | 19 +++++++---- .../biblatex-anonymous/biblatex-anonymous.sty | 36 ++++++++++++++++++--- 3 files changed, 43 insertions(+), 12 deletions(-) (limited to 'Master') 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 847a20716c1..b246a184843 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf and b/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf 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 44a268745f1..cb9d2221a51 100644 --- a/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex +++ b/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex @@ -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 maieul 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 @@ This package does those things for \bibtype{book}, \bibtype{bookinbook}, \bibty \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 your bibliographies to have all anonymous works at the begining, you 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 @@ All issues can be submitted, in French or English, in the GitHub issues page\foo \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} 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 b3cd059fb27..20ba199e0ae 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,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@tgl@blx@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 -- cgit v1.2.3