From 015111b3269fcfe362d570771acbccf5276900a2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 27 Oct 2014 22:15:06 +0000 Subject: biblatex-realauthor (27oct14) git-svn-id: svn://tug.org/texlive/trunk@35452 c570f23f-e606-0410-a88d-b1316a301751 --- .../documentation/biblatex-realauthor.pdf | Bin 57774 -> 60985 bytes .../documentation/biblatex-realauthor.tex | 24 ++++++++++++++------- .../biblatex-realauthor/documentation/example.pdf | Bin 12905 -> 13261 bytes .../biblatex-realauthor/documentation/example.tex | 5 ++++- .../biblatex-realauthor/documentation/makefile | 1 + 5 files changed, 21 insertions(+), 9 deletions(-) (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf index 3e8fdc8c49a..cc5dcea8544 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf and b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf differ 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 maieul 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. diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.pdf b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.pdf index 223247ae935..03a2e21c1a6 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.pdf and b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex index 3dbeb656ad1..7d6c0902b43 100644 --- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex +++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex @@ -2,11 +2,14 @@ \usepackage{polyglossia} \setmainlanguage{french} \usepackage{fontspec,xpatch} -\usepackage[citestyle=verbose,bibstyle=realauthor]{biblatex} +\usepackage[citestyle=verbose-trad2,bibstyle=realauthor]{biblatex} \bibliography{example.bib} \begin{document} +\cite{LeClerc1686} + +\cite{Simon1686} \cite{LeClerc1686} diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/makefile b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/makefile index 452e5147638..2c554c76c4c 100644 --- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/makefile +++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/makefile @@ -1,5 +1,6 @@ all: *tex *bib xelatex --shell-escape biblatex-realauthor.tex + biber biblatex-realauthor xelatex --shell-escape biblatex-realauthor.tex xelatex --shell-escape example.tex biber example -- cgit v1.2.3