summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex24
1 files changed, 16 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex
index 5a1ad9ec96d..3bd6730cf7c 100644
--- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex
@@ -20,8 +20,8 @@
subtitle={New data field},
email={maieul <at> maieul <dot> net},
author={Maïeul Rouquette},
- revision={1.1.0},
- date={09/10/2014},
+ revision={2.0.0},
+ date={27/10/2014},
url={https://github.com/maieul/biblatex-realauthor}}
% biblatex
@@ -62,9 +62,17 @@ By default, the real author name is printed in brackets, with an equal, between
\cite{Simon1686}
\end{quotation}
-\subsubsection{Sorting}
+\subsection{Label field}\label{field:label}
-The package provides a sorting scheme: \verb+anonymous+realauthor+, which push the anonymous texts at the begining, but considers the \bibtype{realauthor} field to sort list by authors' name.
+This package, since version 2.0.0, declares the \bibfield{realauthor} name as the \bibfield{labelname}, if a \bibfield{author} name is not defined.
+
+That implies this field is use for:
+\begin{itemize}
+ \item Sorting.
+ \item \emph{ibid} / \emph{op. cit} abreviation.
+\end{itemize}
+
+Note that this field is not affected by \verb+useauthor+ option.
\section{Customization}
You can redefine the \cmd{mkrealauthor} command to change the way the real author name is printed. Default value is:
@@ -94,14 +102,14 @@ This package was created for Maïeul Rouquette's phd dissertation\footnote{\url{
All issues can be submitted, in French or English, in the GitHub issues page\footnote{\url{https://github.com/maieul/biblatex-realauthor/issues}.}.
-\section{Use with biblatex-manuscripts-philology}
-
-To use this package with the features of \verb+biblatex-manuscripts-philology+, you must use the package \verb+biblatex-multiple-dm+.
-
\section{Change history}
\begin{changelog}
+ \begin{release}{2.0.0}{2014-10-27}
+ \item Print the realauthor name in bracket when cited in a abreviated form.
+ \item Define \bibtype{realauthor} as \bibtype{labelname}. \see{field:label}
+ \end{release}
\begin{release}{1.1.0}{2014-10-09}
\item In a bibliographical list, print the last name before the first name of a real author, except if a \bibfield{author} is defined.