texlive[42153] Master/texmf-dist: biblatex-claves (26sep16)
commits+karl at tug.org
commits+karl at tug.org
Mon Sep 26 22:52:37 CEST 2016
Revision: 42153
http://tug.org/svn/texlive?view=revision&revision=42153
Author: karl
Date: 2016-09-26 22:52:37 +0200 (Mon, 26 Sep 2016)
Log Message:
-----------
biblatex-claves (26sep16)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.pdf
trunk/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.tex
trunk/Master/texmf-dist/tex/latex/biblatex-claves/claves.bbx
trunk/Master/texmf-dist/tex/latex/biblatex-claves/claves.dbx
Modified: trunk/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.tex 2016-09-26 20:52:24 UTC (rev 42152)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.tex 2016-09-26 20:52:37 UTC (rev 42153)
@@ -24,8 +24,8 @@
subtitle={New fields},
email={maieul <at> maieul <dot> net},
author={Maïeul Rouquette},
- revision={1.0.0},
- date={2016/09/11},
+ revision={1.1.0},
+ date={2016/09/25},
url={https://git.framasoft.org/maieul/biblatex-claves}}
\usepackage[citestyle=verbose,bibstyle=claves]{biblatex}
@@ -43,7 +43,7 @@
When studying antic and medieval literature, we may find many different texts published with the same title, or, in contrary, the same text published with different titles.
To avoid confusion, scholars have published \claves, which are books listing ancient texts, identifying them by an identifier --- a number or a string of text.
-For example, for early Christianity, we have the \citetitle{BHG_3},\footcites{BHG_3}{BHG_auctarium}{BHG_novum_auctarium}, the \citetitle{CANT},\footcite{CANT} and other \claves.
+For example, for early Christianity, we have the \citetitle{BHG_3} (BHG),\footcites{BHG_3}{BHG_auctarium}{BHG_novum_auctarium}, the \citetitle{CANT} (CANT),\footcite{CANT} and other \claves.
It could be useful to print the identifier of a texts in one specific \clavis, or in many \claves.
@@ -163,6 +163,10 @@
\clavesadddashinset
\end{minted}
\end{itemize}
+
+\section{Notes about inheritance}
+
+The \bibfield{claves} field are not inherited from the main entry when a subentry is an \bibtype{inbook} entry.
\section{Credits}
This package was created for Maïeul Rouquette's phd dissertation\footnote{\url{http://apocryphes.hypothese.org}.} in 2016.
@@ -176,7 +180,11 @@
\begin{changelog}
-\begin{release}{1.0.0}{2016-09-1}
+\begin{release}{1.1.0}{2016-09-25}
+\item Prevent inheritance of the \bibfield{claves} field for \bibtype{inbook} entries.
+\end{release}
+
+\begin{release}{1.0.0}{2016-09-11}
\item First public release.
\end{release}
Modified: trunk/Master/texmf-dist/tex/latex/biblatex-claves/claves.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-claves/claves.bbx 2016-09-26 20:52:24 UTC (rev 42152)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-claves/claves.bbx 2016-09-26 20:52:37 UTC (rev 42153)
@@ -14,7 +14,7 @@
% This work consists of the files claves.dbx, claves.bbx
% 0. Preamble
-\ProvidesFile{claves.dbx}[2016/09/11 v1.0.0 biblatex bibliography style (MR)]
+\ProvidesFile{claves.dbx}[2016/09/25 v1.1.0 biblatex bibliography style (MR)]
\ifdef{\biblatexmultipledm at bibstyle}
{\RequireBibliographyStyle{\biblatexmultipledm at bibstyle}}
@@ -35,7 +35,6 @@
}%
}%
}%
-
}
% 2. Format
@@ -104,4 +103,11 @@
}
}
+
+%5. Inheritance
+
+ \DeclareDataInheritance{*}{inbook}{%
+ \noinherit{claves}%
+ }%
+
\endinput
Modified: trunk/Master/texmf-dist/tex/latex/biblatex-claves/claves.dbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-claves/claves.dbx 2016-09-26 20:52:24 UTC (rev 42152)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-claves/claves.dbx 2016-09-26 20:52:37 UTC (rev 42153)
@@ -13,7 +13,7 @@
% The Current Maintainer of this work is Maïeul Rouquette
% This work consists of the files claves.dbx, claves.bbx
\ProvidesFile{claves.dbx}
-[2016/09/11 v1.0.0 biblatex bibliography style (MR)]
+[2016/09/25 v1.1.0 biblatex bibliography style (MR)]
\DeclareDatamodelFields[type=field,datatype=literal]{%
claves%
}
More information about the tex-live-commits
mailing list