summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-anonymous
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-09-26 20:52:24 +0000
committerKarl Berry <karl@freefriends.org>2016-09-26 20:52:24 +0000
commit082b5d1bbae302ef2747a1b3abfcfee1838bf1f7 (patch)
treed74d38016e58287546da8b42c19de0b45319a0c1 /Master/texmf-dist/doc/latex/biblatex-anonymous
parent4732f49acacd10b08ae1dc07e4db851c44fb3114 (diff)
biblatex-anonymous (26sep16)
git-svn-id: svn://tug.org/texlive/trunk@42152 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.pdfbin58305 -> 58513 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-anonymous/biblatex-anonymous.tex19
2 files changed, 12 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 847a20716c1..b246a184843 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 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 <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 @@ 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}