summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.dbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-07 20:51:23 +0000
committerKarl Berry <karl@freefriends.org>2016-04-07 20:51:23 +0000
commit8c1fff3e03414232f2e8045614360b485b8f2dd4 (patch)
tree1fe22f9ba6c16fae94a2d2505380627b7c5f5e7c /Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.dbx
parenta20ff407ba11c229f9f174d1db6ae99ccfb0c9d0 (diff)
biblatex-bookinother (7apr16)
git-svn-id: svn://tug.org/texlive/trunk@40324 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.dbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.dbx65
1 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.dbx b/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.dbx
new file mode 100644
index 00000000000..20bfc857a5c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.dbx
@@ -0,0 +1,65 @@
+%% Copyright 2016-… Maïeul Rouquette
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Maïeul Rouquette
+% This work consists of the files realauthor.dbx, realauthor.bbx
+\ProvidesFile{bookinother.dbx}
+[2016/04/06 v2.0.0 biblatex bibliography style to have entry type for book edited in other entry type (MR)]
+
+%1. New fields
+
+\DeclareDatamodelFields[type=list,datatype=name]{
+ bookeditor,
+ bookineditor,
+}
+
+%2. For bookinother entrytypes
+\DeclareDatamodelEntryfields[
+ bookinarticle,
+ inarticle,
+ bookinthesis,bookinmathesis,bookinphdthesis,
+ inthesis,inmathesis,inphdthesis,
+ bookincollection,bookinproceedings,bookinreference,%
+ bookinincollection,bookininproceedings,bookininreference,%
+ inincollection,ininproceedings,ininreference%
+ ]{%
+ bookeditor,
+ bookineditor
+}
+
+\DeclareDatamodelEntryfields[
+ bookinarticle,
+ inarticle,
+ bookinincollection,bookininproceedings,bookininreference,%
+ inincollection,ininproceedings,ininreference,%
+ bookinjournal%
+ ]{%
+ bookineditor
+}
+%3. For standard entry type
+\DeclareDatamodelEntryfields[
+ bookincollection,bookinproceedings,bookinreference
+]{%
+ bookeditor,
+ bookineditor
+}
+%4. Fields declared by morenames.dbx, for bookinother entrytypes
+\DeclareDatamodelEntryfields[%
+ bookincollection,bookinproceedings,bookinreference,%
+ bookinincollection,bookininproceedings,bookininreference,%
+ inincollection,ininproceedings,ininreference%
+ ]{
+ maineditor
+}
+
+
+\endinput \ No newline at end of file