summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-realauthor
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-11-02 21:54:49 +0000
committerKarl Berry <karl@freefriends.org>2014-11-02 21:54:49 +0000
commitc8269d3ac75f65acc9541fa375e372a96d56b0e5 (patch)
treef1154270390f41d55bc068b0c7c1cb28cf2b46a3 /Master/texmf-dist/doc/latex/biblatex-realauthor
parent3f560b5e12d54303b6b365a5190b731c888afb73 (diff)
biblatex-realauthor (30oct14)
git-svn-id: svn://tug.org/texlive/trunk@35492 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.pdfbin60985 -> 64397 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex23
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.bib19
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.pdfbin13261 -> 8818 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex27
5 files changed, 57 insertions, 12 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
index cc5dcea8544..276145a8743 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
Binary files 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 3bd6730cf7c..589c8fae42f 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={2.0.0},
- date={27/10/2014},
+ revision={2.1.0},
+ date={30/10/2014},
url={https://github.com/maieul/biblatex-realauthor}}
% biblatex
@@ -62,7 +62,7 @@ By default, the real author name is printed in brackets, with an equal, between
\cite{Simon1686}
\end{quotation}
-\subsection{Label field}\label{field:label}
+
This package, since version 2.0.0, declares the \bibfield{realauthor} name as the \bibfield{labelname}, if a \bibfield{author} name is not defined.
@@ -73,6 +73,16 @@ That implies this field is use for:
\end{itemize}
Note that this field is not affected by \verb+useauthor+ option.
+
+\subsection{Sorting}\label{sorting}
+
+The default sorting schemes \verb+nty+ is problematic, because it doesn't consider the \bibfield{realauthor} field as a name. That is why the package provides two sorting scheme:
+
+\begin{itemize}
+ \item \verb|anonymous|, which but considers the \bibfield{realauthor} field to sort list by authors' name. If an entry has both \bibfield{realauthor} and \bibfield{author}, only the \bibfield{author} field we be used.
+ \item \verb|anonymous+realauthor|, which push the anonymous texts at the begininng of the list (as the \verb+anonymous+ sorting of the \emph{biblatex-anonymous+} package), but considers the \bibfield{realauthor} field to sort list by authors' name (as the \verb+realauthor+ sorting).
+\end{itemize}
+ See the example file to have an illustration.
\section{Customization}
You can redefine the \cmd{mkrealauthor} command to change the way the real author name is printed. Default value is:
@@ -106,6 +116,11 @@ All issues can be submitted, in French or English, in the GitHub issues page\foo
\begin{changelog}
+ \begin{release}{2.1.0}{2014-10-30}
+ \item Add new \verb|realauthor| scheme. \see{sorting}
+ \end{release}
+
+
\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}
@@ -113,7 +128,7 @@ All issues can be submitted, in French or English, in the GitHub issues page\foo
\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.
-\item Add \verb+anonymous+realauthor+ sorting scheme.
+\item Add \verb|anonymous+realauthor| sorting scheme. \see{sorting}
\item Compatibility with \bibtype{article} entry.
\end{release}
diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.bib b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.bib
index 656db6137ed..9ffb7f95ab3 100644
--- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.bib
+++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.bib
@@ -16,3 +16,22 @@
sentimens de quelques Theologiens de Hollande
sur l'Histoire Critique du Vieux Testament},
Year = {1686}}
+
+@book{noauthor-norealauthor,
+ Title = {Here an anonymous work},
+ }
+
+@book{noauthor-norealauthor2,
+ Title = {Why not an other anonymous work?},
+ }
+
+@book{Author+realauthor,
+ Author = {Theauthor, Name},
+ Realauthor= {Therealauthor, Name},
+ Title = {That is a work with an author plus a real author},
+ }
+
+@book{Only-realauthor,
+ Realauthor= {Therealauthor, Name},
+ Title = {Here a work with only a real author},
+ }
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 03a2e21c1a6..39ba6da84d0 100644
--- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.pdf
Binary files 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 7d6c0902b43..c3a68ba5ec7 100644
--- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example.tex
@@ -1,19 +1,30 @@
\documentclass{article}
-\usepackage{polyglossia}
-\setmainlanguage{french}
-\usepackage{fontspec,xpatch}
-\usepackage[citestyle=verbose-trad2,bibstyle=realauthor]{biblatex}
+
+\usepackage[bibstyle=verbose, citestyle=verbose-trad2,bibstyle=realauthor]{biblatex}
+
\bibliography{example.bib}
\begin{document}
-\cite{LeClerc1686}
+\cite{Author+realauthor}
+
+\cite{Only-realauthor}
+
+\cite{noauthor-norealauthor}
+
+\cite{Author+realauthor}
+
+\cite{Only-realauthor}
+
+\cite{noauthor-norealauthor}
+
+\cite{noauthor-norealauthor2}
-\cite{Simon1686}
+\printbibliography[sorting=nty,title={Default sorting (nty)}]
-\cite{LeClerc1686}
+\printbibliography[sorting=realauthor,title={realauthor sorting}]
-\cite{Simon1686}
+\printbibliography[sorting=anonymous+realauthor,title={anonymous+realauthor sorting}]
\end{document}