summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/documentation/biblatex-opcit-booktitle.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/documentation/biblatex-opcit-booktitle.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/documentation/biblatex-opcit-booktitle.tex16
1 files changed, 13 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/documentation/biblatex-opcit-booktitle.tex b/Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/documentation/biblatex-opcit-booktitle.tex
index ea0b887546c..52310e91e7b 100644
--- a/Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/documentation/biblatex-opcit-booktitle.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-opcit-booktitle/documentation/biblatex-opcit-booktitle.tex
@@ -22,8 +22,8 @@
subtitle={Abbreviated references},
email={maieul <at> maieul <dot> net},
author={Maïeul Rouquette},
- revision={1.7.0},
- date={2017/02/08},
+ revision={1.8.0},
+ date={2017/03/27},
url={https://git.framasoft.org/maieul/biblatex-opcit-booktitle}}
% biblatex
@@ -181,12 +181,18 @@ To do it, just add in your \verb+.bbx+ or \verb+.dbx+ file:
\listadd\opcit@booktitle@entrytypes{<newentrytype>}
\end{minted}
-\verb+<newentrytype>+ must be the new sub-entrytype concerned. For example, the \emph{biblatex-bookintother} package contains:
+\verb+<newentrytype>+ must be the new sub-entrytype concerned. For example, the \emph{biblatex-bookinother} package contains:
\begin{minted}{latex}
\listadd\opcit@booktitle@entrytypes{inarticle}
\end{minted}
+In general, you want to have the volume number after the title of the volume. However, for some case, it could be useful to not have it. In this case, add you subtype entry to the \verb+\opcit@booktitle@entrytypes@novolume+ list. For example, the \emph{biblatex-bookinother} package contains:
+
+\begin{minted}{latex}
+\listadd\opcit@booktitle@entrytypes@novolume{inarticle}
+\end{minted}
+
Depending of the fields of the new entry, you could have to modify the \verb+inbook:rel:verbose-trad-xxx+. But in this case, please contact us, in order to know if we could provide a generic mechanism directly in this package.
\section{Credits}
@@ -203,6 +209,10 @@ All issues can be submitted, in French or English, in the Framasoft issues page\
\begin{changelog}
+\begin{release}{1.8.0}{2016-03-27}
+ \item Add support entrytype where you don't need to print volume number.
+\end{release}
+
\begin{release}{1.7.0}{2016-09-08}
\item Add support for the \option{citetracker=context} option of \biblatex.
\end{release}