diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-27 22:15:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-27 22:15:06 +0000 |
commit | 015111b3269fcfe362d570771acbccf5276900a2 (patch) | |
tree | 655120037947bf3ab5a9d97a9ade7514597985e6 /Master/texmf-dist/doc/latex/biblatex-realauthor | |
parent | 9d5786760b90c19298c64c07345a1e15617f5103 (diff) |
biblatex-realauthor (27oct14)
git-svn-id: svn://tug.org/texlive/trunk@35452 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-realauthor')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf | bin | 57774 -> 60985 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex | 24 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.pdf | bin | 12905 -> 13261 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/makefile | 1 |
5 files changed, 21 insertions, 9 deletions
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 Binary files differindex 3e8fdc8c49a..cc5dcea8544 100644 --- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf 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. diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.pdf b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.pdf Binary files differindex 223247ae935..03a2e21c1a6 100644 --- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.pdf 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 |