diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-source-division/biblatex-source-division.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-source-division/biblatex-source-division.tex | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-source-division/biblatex-source-division.tex b/Master/texmf-dist/doc/latex/biblatex-source-division/biblatex-source-division.tex index 561ac1ba158..e3531e519ae 100644 --- a/Master/texmf-dist/doc/latex/biblatex-source-division/biblatex-source-division.tex +++ b/Master/texmf-dist/doc/latex/biblatex-source-division/biblatex-source-division.tex @@ -24,8 +24,8 @@ email={maieul <at> maieul <dot> net}, author={Maïeul Rouquette}, subtitle={}, - revision={1.1.0}, - date={19/01/2014}, + revision={2.1.0}, + date={17/03/2014}, url={https://github.com/maieul/biblatex-source-division}} % Hyphen \hyphenation{Ma-de-lei-ne} @@ -75,7 +75,7 @@ It must be loaded after the \biblatex package. \usepackage{biblatex-source-division} \end{minted} -When citing a reference (with \cmd{cite}, \cmd{footcite} or other citation command), the division of source is added in parenthesis in the \opt{prenote} arg. The syntax of the rest of the \opt{prenote} arg is the normal syntax of \biblatex. +When citing a reference (with \cmd{cite}, \cmd{footcite} or other citation command), the division of source is added in parenthesis in the \opt{postnote} arg. The syntax of the rest of the \opt{postnote} arg is the normal syntax of \biblatex. For example, our \file{.bib} for us texts in this documentation introduction is: @@ -93,22 +93,26 @@ And we called them with : The division of source is put on the \bibfield{titleaddon} field. So you can stylize it with all the tools of biblatex. -\subsection{Limitation} +\section{Revision History} +\begin{changelog} -This package redefines the standard bibmacro \verb+prenote+. If you want to redefine it, ensure to load the \verb+getsourcedivision+ bibmacro: +\begin{release}{2.1.0}{2014-03-17} +\item Compatibiliy with \cs{<x>volcites} commands. +\item Add the source division after \emph{maintitle} when using a multi-volume book. +\item Use \cmd{AtEveryCitekey} instead of patching \verb+prenote+ macro. +\end{release} -\begin{minted}{latex} -\renewbibmacro*{prenote}{% - \usebibmacro{getsourcedivision}% - ... your customisation} -\end{minted} -\section{Revision History} -\begin{changelog} +\begin{release}{2.0.0}{2014-03-15} +\item Use the \emph{xpatch} package to prevent overriding of the \verb+prenote+ macro. +\item Add the source division after \emph{op. cit.} and \emph{ibid.}. +\end{release} + \begin{release}{1.1.0}{2014-01-19} \item Compatibility with \cs{<x>volcite} commands. \end{release} + \begin{release}{1.0.3}{2014-01-16} \item Fixes bug when no postnote arg is used. \end{release} |