diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-21 21:25:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-21 21:25:08 +0000 |
commit | 3d198db0c2f8ca6c73d6d51066996dd5f7882b67 (patch) | |
tree | 64d12a5c0c4050770c529a699e0f1730a7f0a279 /Master/texmf-dist | |
parent | c83263c0db8d6eb3405f292769f552707219383e (diff) |
biblatex-anonymous (21jun16)
git-svn-id: svn://tug.org/texlive/trunk@41514 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf | bin | 57536 -> 57235 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex | 18 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty | 2 |
3 files changed, 12 insertions, 8 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 Binary files differindex a237e9065ec..052f3b1fa89 100644 --- a/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdf 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 5702ad6063b..cc9f1d14524 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.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 @@ option in the \bibfield{options} field. However, in many case, such entry should 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 @@ 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} + \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. 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 484df10f44d..e5d987228f9 100644 --- a/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty +++ b/Master/texmf-dist/tex/latex/biblatex-anonymous/biblatex-anonymous.sty @@ -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} |