diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-26 22:45:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-26 22:45:12 +0000 |
commit | 1047aeae9ba9b5a7f1b980914904fef6f2a0ed81 (patch) | |
tree | 67791a3f1cdf97865c086aa0cfc88ae19c6d57bb /Master/texmf-dist | |
parent | 5ec59d92d414cc91f4563a3fb15ae210f2981a03 (diff) |
biblatex-morenames (26nov16)
git-svn-id: svn://tug.org/texlive/trunk@42587 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-morenames/documentation/biblatex-morenames.pdf | bin | 133003 -> 133180 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-morenames/documentation/biblatex-morenames.tex | 12 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor-BookineditorFromEditor.pdf | bin | 17927 -> 17926 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.pdf | bin | 17481 -> 17487 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-maineditor.pdf | bin | 21830 -> 21836 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-morenames/morenames.bbx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx | 2 |
7 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/biblatex-morenames.pdf b/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/biblatex-morenames.pdf Binary files differindex 5bf14afa344..97fcf7acbb6 100644 --- a/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/biblatex-morenames.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/biblatex-morenames.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/biblatex-morenames.tex b/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/biblatex-morenames.tex index 8b68677daf2..dd63ce3665b 100644 --- a/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/biblatex-morenames.tex +++ b/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/biblatex-morenames.tex @@ -25,8 +25,8 @@ subtitle={New fields of name type for standard biblatex entry types}, email={maieul <at> maieul <dot> net}, author={Maïeul Rouquette}, - revision={1.3.0}, - date={23/11/2016}, + revision={1.3.0a}, + date={26/11/2016}, url={https://git.framasoft.org/maieul/biblatex-morenames}} @@ -215,14 +215,14 @@ The graph~\ref{example-bookineditor} shows the fields inheritance. With the optional inheritance, the \bibfield{bookineditor} or \bibfield{ineditor} field of the subentry is inherited from the \bibfield{editor} field of the main entry, except if the subentrty has already a \bibfield{bookineditor} or \bibfield{ineditor} field. -To enable this feature for the \bibfield{ineditor} field, just add in your preamble, after loading biblatex, the following line: +To enable this feature for the \bibfield{bookineditor} field, just add in your preamble, after loading biblatex, the following line: \begin{minted}{latex} \toggletrue{BookineditorFromEditor} \end{minted} To enable this feature for the \bibfield{ineditor} field, just add in your preamble, after loading biblatex, the following line: \begin{minted}{latex} -\toggletrue{BookineditorFromEditor} +\toggletrue{IneditorFromEditor} \end{minted} You can disable these features for specific subentry using \verb+noinherit=bookineditor+ or \verb`noinherit=ineditor` in the \bibfield{options} field of this subentry. @@ -254,6 +254,10 @@ The graph~\ref{example-bookineditor-BookineditorFromEditor} shows the fields inh \begin{changelog} +\begin{release}{1.3.0a}{2016-11-26} + \item Fix typo in handbook. +\end{release} + \begin{release}{1.3.0}{2016-11-23} \item Add \verb+noinherit=bookineditor+ and \verb+noinherit=ineditor+ options for individual volume. \end{release} diff --git a/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor-BookineditorFromEditor.pdf b/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor-BookineditorFromEditor.pdf Binary files differindex fd6fdd92297..9a651f67a71 100644 --- a/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor-BookineditorFromEditor.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor-BookineditorFromEditor.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.pdf b/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.pdf Binary files differindex 635c6c21b17..a4a101d67ae 100644 --- a/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-maineditor.pdf b/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-maineditor.pdf Binary files differindex 1a3c432e40b..adda5f3cc71 100644 --- a/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-maineditor.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-maineditor.pdf diff --git a/Master/texmf-dist/tex/latex/biblatex-morenames/morenames.bbx b/Master/texmf-dist/tex/latex/biblatex-morenames/morenames.bbx index 77b1a633394..94f97563ac1 100644 --- a/Master/texmf-dist/tex/latex/biblatex-morenames/morenames.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-morenames/morenames.bbx @@ -13,7 +13,7 @@ % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files realauthor.dbx, realauthor.bbx \ProvidesFile{morenames.bbx} -[2016/11/23 v1.3.0 biblatex bibliography style to have more name fields (MR)] +[2016/11/26 v1.3.0a biblatex bibliography style to have more name fields (MR)] %0. Preamble diff --git a/Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx b/Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx index 8dda14876fb..c8be0050029 100644 --- a/Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx +++ b/Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx @@ -13,7 +13,7 @@ % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files realauthor.dbx, realauthor.bbx \ProvidesFile{morenames.dbx} -[2016/11/23 v1.3.0 biblatex bibliography style to have more name fields (MR)] +[2016/11/26 v1.3.0a biblatex bibliography style to have more name fields (MR)] %1. New fields \DeclareDatamodelFields[type=list,datatype=name]{ |