summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-anonymous
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-06-21 21:25:08 +0000
committerKarl Berry <karl@freefriends.org>2016-06-21 21:25:08 +0000
commit3d198db0c2f8ca6c73d6d51066996dd5f7882b67 (patch)
tree64d12a5c0c4050770c529a699e0f1730a7f0a279 /Master/texmf-dist/doc/latex/biblatex-anonymous
parentc83263c0db8d6eb3405f292769f552707219383e (diff)
biblatex-anonymous (21jun16)
git-svn-id: svn://tug.org/texlive/trunk@41514 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-anonymous')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.pdfbin57536 -> 57235 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex18
2 files changed, 11 insertions, 7 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
index 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
Binary files 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 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.