summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-07 20:52:10 +0000
committerKarl Berry <karl@freefriends.org>2016-04-07 20:52:10 +0000
commit0db58e0ada1f7e2ca133f9ead01b3c9d64056175 (patch)
tree078b6d87be67bbdac1b073af79adf2e6b5bcd6e5 /Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx
parent8c1fff3e03414232f2e8045614360b485b8f2dd4 (diff)
biblatex-morenames (7apr16)
git-svn-id: svn://tug.org/texlive/trunk@40325 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx38
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx b/Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx
new file mode 100644
index 00000000000..970680af3b7
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx
@@ -0,0 +1,38 @@
+%% 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{morenames.dbx}
+[2016/04/06 v1.0.0 biblatex bibliography style to have more name fields (MR)]
+
+%1. New fields
+\DeclareDatamodelFields[type=list,datatype=name]{
+ maineditor,
+ ineditor,
+ bookineditor,
+}
+
+%2. For existing entry type
+\DeclareDatamodelEntryfields[collection,incollection,proceedings,inproceedings,reference,inreference]{
+ maineditor
+}
+\DeclareDatamodelEntryfields[inbook,article]{
+ ineditor
+}
+\DeclareDatamodelEntryfields[bookinbook]{
+ bookineditor
+}
+
+
+
+\endinput \ No newline at end of file