summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-realauthor
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-11 23:40:46 +0000
committerKarl Berry <karl@freefriends.org>2016-03-11 23:40:46 +0000
commiteb4289c0948631c7e94b75f1917b4cc218ed58a7 (patch)
treead3873f1582e0da0eacff2ebafb63395a70ed60f /Master/texmf-dist/doc/latex/biblatex-realauthor
parentcc55deed0e400e599906d8edb07221035b795b4d (diff)
biblatex-realauthor (11mar16)
git-svn-id: svn://tug.org/texlive/trunk@40005 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.pdfbin68165 -> 68796 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex13
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.bib6
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdfbin8819 -> 9458 bytes
4 files changed, 14 insertions, 5 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 8aedd9f2d26..0a3750b3957 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 7b5e3b670b8..bafc76165ff 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.2.1},
- date={28/02/2016},
+ revision={2.3.0},
+ date={03/11/2016},
url={https://github.com/maieul/biblatex-realauthor}}
% biblatex
@@ -38,6 +38,10 @@ The standard biblatex fields allow to describe the author of a work, with the so
\section{Basic use}
+\subsection{Requirement}
+
+The packages require \biblatex~3.3 or later.
+
\subsection{The .bib file}
Basically, you just have to add the real author name in the field \bibfield{realauthor}, like in the two following examples:
@@ -131,6 +135,11 @@ All issues can be submitted, in French or English, in the GitHub issues page\foo
\section{Change history}
\begin{changelog}
+
+ \begin{release}{2.3.0}{2016-03-11}
+ \item Compatibility with biblatex 3.3.
+ \end{release}
+
\begin{release}{2.2.1}{2016-02-28}
\item Correct description of datamodel specification about which entrytype can have a \bibfield{realauthor} field.
\end{release}
diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.bib b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.bib
index 9ffb7f95ab3..993de7fe25a 100644
--- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.bib
+++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.bib
@@ -26,12 +26,12 @@
}
@book{Author+realauthor,
- Author = {Theauthor, Name},
- Realauthor= {Therealauthor, Name},
+ Author = {Theauthor-Familyname, Given-name},
+ Realauthor= {Therealauthor-Familyname, Given-Name},
Title = {That is a work with an author plus a real author},
}
@book{Only-realauthor,
- Realauthor= {Therealauthor, Name},
+ Realauthor= {Therealauthor-Familyname, Given-Name},
Title = {Here a work with only a real author},
}
diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdf b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdf
index 49bc337ffd1..2b421053138 100644
--- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdf
Binary files differ