From 0db58e0ada1f7e2ca133f9ead01b3c9d64056175 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 7 Apr 2016 20:52:10 +0000 Subject: biblatex-morenames (7apr16) git-svn-id: svn://tug.org/texlive/trunk@40325 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/biblatex-morenames/morenames.dbx | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx (limited to 'Master/texmf-dist/tex/latex/biblatex-morenames/morenames.dbx') 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 -- cgit v1.2.3