summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-09-26 20:52:37 +0000
committerKarl Berry <karl@freefriends.org>2016-09-26 20:52:37 +0000
commit1302eeeb3978a70f34e873a949d47684c8d5a534 (patch)
treefa12dcb35a009ba223218752fe1101ebf08be4c4
parent082b5d1bbae302ef2747a1b3abfcfee1838bf1f7 (diff)
biblatex-claves (26sep16)
git-svn-id: svn://tug.org/texlive/trunk@42153 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.pdfbin84378 -> 85397 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.tex16
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-claves/claves.bbx10
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-claves/claves.dbx2
4 files changed, 21 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.pdf b/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.pdf
index 84a4ff48ef0..b54b5a8ce1b 100644
--- a/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.tex b/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.tex
index e886c27f6a8..7b7debc1b91 100644
--- a/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-claves/documentation/biblatex-claves.tex
@@ -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 @@ Note the following points:
\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 @@ All issues can be submitted, in French or English, in the Framasoft issues page.
\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}
diff --git a/Master/texmf-dist/tex/latex/biblatex-claves/claves.bbx b/Master/texmf-dist/tex/latex/biblatex-claves/claves.bbx
index 2b8a9fa7446..e2c62d8eeb1 100644
--- a/Master/texmf-dist/tex/latex/biblatex-claves/claves.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-claves/claves.bbx
@@ -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@bibstyle}
{\RequireBibliographyStyle{\biblatexmultipledm@bibstyle}}
@@ -35,7 +35,6 @@
}%
}%
}%
-
}
% 2. Format
@@ -104,4 +103,11 @@
}
}
+
+%5. Inheritance
+
+ \DeclareDataInheritance{*}{inbook}{%
+ \noinherit{claves}%
+ }%
+
\endinput
diff --git a/Master/texmf-dist/tex/latex/biblatex-claves/claves.dbx b/Master/texmf-dist/tex/latex/biblatex-claves/claves.dbx
index f4a3a3e65ba..362b45d2504 100644
--- a/Master/texmf-dist/tex/latex/biblatex-claves/claves.dbx
+++ b/Master/texmf-dist/tex/latex/biblatex-claves/claves.dbx
@@ -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%
}