summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/biblatex-morenames.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-morenames/documentation/biblatex-morenames.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-morenames/documentation/biblatex-morenames.tex12
1 files changed, 8 insertions, 4 deletions
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}