From f5358c75949759a1b77f8d03488a7d5dec1be653 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 12 Feb 2016 00:25:03 +0000 Subject: biblatex-manuscripts-philology (10feb16) git-svn-id: svn://tug.org/texlive/trunk@39680 c570f23f-e606-0410-a88d-b1316a301751 --- .../english-manuscripts.lbx | 4 +- .../french-manuscripts.lbx | 4 +- .../italian-manuscripts.lbx | 50 ++++++++++++++++++++++ .../manuscripts-noautoshorthand.bbx | 4 +- .../manuscripts-noautoshorthand.dbx | 4 +- .../manuscripts-shared.bbx | 4 +- .../manuscripts-shared.dbx | 4 +- .../biblatex-manuscripts-philology/manuscripts.bbx | 4 +- .../biblatex-manuscripts-philology/manuscripts.dbx | 4 +- 9 files changed, 66 insertions(+), 16 deletions(-) create mode 100644 Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/italian-manuscripts.lbx (limited to 'Master/texmf-dist/tex/latex/biblatex-manuscripts-philology') diff --git a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/english-manuscripts.lbx b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/english-manuscripts.lbx index 1550d8aeea1..64d2e3ab187 100644 --- a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/english-manuscripts.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/english-manuscripts.lbx @@ -1,4 +1,4 @@ -%% Copyright 2013 Maïeul Rouquette +%% Copyright 2013-… Maïeul Rouquette % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -12,7 +12,7 @@ % % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files manuscripts*.dbx, manuscripts*.bbx, manuscripts*.lbx -\ProvidesFile{english-manuscripts.lbx}[2015/11/01 v1.6.2 manuscripts biblatex localisation] +\ProvidesFile{english-manuscripts.lbx}[2016/02/11 v1.7.0 manuscripts biblatex localisation] \InheritBibliographyStrings{english} \InheritBibliographyExtras{english} diff --git a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/french-manuscripts.lbx b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/french-manuscripts.lbx index 5a5fdbbaa75..3b2e7205b5a 100644 --- a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/french-manuscripts.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/french-manuscripts.lbx @@ -1,4 +1,4 @@ -%% Copyright 2013 Maïeul Rouquette +%% Copyright 2013-… Maïeul Rouquette % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -12,7 +12,7 @@ % % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files manuscripts*.dbx, manuscripts*.bbx, manuscripts*.lbx -\ProvidesFile{french-manuscripts.lbx}[2015/11/01 v1.6.2 manuscripts biblatex localisation] +\ProvidesFile{french-manuscripts.lbx}[2016/02/11 v1.7.0 manuscripts biblatex localisation] \InheritBibliographyStrings{french} \InheritBibliographyExtras{french} diff --git a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/italian-manuscripts.lbx b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/italian-manuscripts.lbx new file mode 100644 index 00000000000..9d024c1debc --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/italian-manuscripts.lbx @@ -0,0 +1,50 @@ +%% Copyright 2013-… 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 manuscripts*.dbx, manuscripts*.bbx, manuscripts*.lbx +\ProvidesFile{italian-manuscripts.lbx}[2016/02/10 v1.7.0 manuscripts biblatex localisation] +\InheritBibliographyStrings{italian} +\InheritBibliographyExtras{italian} + +\NewBibliographyString{1column} +\NewBibliographyString{2column} +\NewBibliographyString{catalog} +\NewBibliographyString{folio} +\NewBibliographyString{folios} +\NewBibliographyString{inflayer} +\NewBibliographyString{suplayer} +\NewBibliographyString{origin} +\NewBibliographyString{owner} +\NewBibliographyString{paper} +\NewBibliographyString{papyrus} +\NewBibliographyString{pergament} +\NewBibliographyString{scribe} + +\DeclareBibliographyStrings{% + 1column = {{una colonna}{1\addnbspace col\adddot}}, + 2column = {{due colonne}{2\addnbspace col\adddot}}, + catalog = {{catalogo}{cat\adddot}}, + folio = {{folio}{f\adddot}}, + folios = {{folios}{ff\adddot}}, + inflayer = {{scrittura inferiore}{script\adddotspace inf\adddot}}, + suplayer = {{scrittura superiore}{script\adddotspace sup\adddot}}, + origin = {{origine}{orig\adddot}}, + owner = {{possessore}{poss\adddot}}, + paper = {{carta}{chart\adddot}}, + papyrus = {{papiro}{pap\adddot}}, + pergament = {{pergamena}{membr\adddot}}, + scribe = {{scriba}{scr\adddot}} +} + + +\endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-noautoshorthand.bbx b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-noautoshorthand.bbx index d64a6fb6800..de9da378619 100644 --- a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-noautoshorthand.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-noautoshorthand.bbx @@ -1,4 +1,4 @@ -%% Copyright 2013 Maïeul Rouquette +%% Copyright 2013-… Maïeul Rouquette % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -13,7 +13,7 @@ % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files manuscripts*.dbx, manuscripts*.bbx, manuscripts*.lbx \ProvidesFile{manuscripts-noautoshorthand.bbx} -[2015/11/01 v1.6.2 biblatex bibliography style (MR)] +[2016/02/11 v1.7.0 biblatex bibliography style (MR)] \RequireBibliographyStyle{manuscripts-shared} diff --git a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-noautoshorthand.dbx b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-noautoshorthand.dbx index eaf7c2ca581..45f5c26b3e1 100644 --- a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-noautoshorthand.dbx +++ b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-noautoshorthand.dbx @@ -1,4 +1,4 @@ -%% Copyright 2013 Maïeul Rouquette +%% Copyright 2013-… Maïeul Rouquette % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -13,5 +13,5 @@ % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files manuscripts*.dbx, manuscripts*.bbx, manuscripts*.lbx \ProvidesFile{manuscripts-noautoshorthand.dbx} -[2015/11/01 v1.6.2 biblatex bibliography style (MR)] +[2016/02/11 v1.7.0 biblatex bibliography style (MR)] \blx@inputonce{manuscripts-shared.dbx}{}{}{}{}{} \ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx index e7eee9d47f2..f964e9594da 100644 --- a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx @@ -1,4 +1,4 @@ -%% Copyright 2013 Maïeul Rouquette +%% Copyright 2013-… Maïeul Rouquette % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -14,7 +14,7 @@ % This work consists of the files manuscripts*.dbx, manuscripts*.bbx, manuscripts*.lbx \ProvidesFile{manuscripts-commons} -[2015/11/01 v1.6.2 biblatex bibliography style (MR)] +[2016/02/11 v1.7.0 biblatex bibliography style (MR)] \ifdef{\biblatexmultipledm@bibstyle} {\RequireBibliographyStyle{\biblatexmultipledm@bibstyle}} diff --git a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.dbx b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.dbx index 65cb3bff32e..a3ebe20cbb5 100644 --- a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.dbx +++ b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.dbx @@ -1,4 +1,4 @@ -%% Copyright 2013 Maïeul Rouquette +%% Copyright 2013-… Maïeul Rouquette % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -13,7 +13,7 @@ % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files manuscripts.dbx, manuscripts.bbx, french-manuscripts.lbx and english-manuscripts.lbx \ProvidesFile{manuscripts-shared.dbx} -[2015/11/01 v1.6.2 biblatex bibliography style (MR)] +[2016/02/11 v1.7.0 biblatex bibliography style (MR)] \DeclareDatamodelEntrytypes{manuscript} \DeclareDatamodelFields[type=field,datatype=literal]{catalog,dating,shortlibrary,columns, collection,shortcollection,usualtitle,shelfmark,sortshelfmark,support,columns,layer} \DeclareDatamodelFields[type=list,datatype=name]{scribe,owner} diff --git a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts.bbx b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts.bbx index d5336412791..1fab5f92adc 100644 --- a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts.bbx @@ -1,4 +1,4 @@ -%% Copyright 2013 Maïeul Rouquette +%% Copyright 2013-… Maïeul Rouquette % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -13,7 +13,7 @@ % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files manuscripts*.dbx, manuscripts*.bbx, manuscripts*.lbx \ProvidesFile{manuscripts.bbx} -[2015/11/01 v1.6.2 biblatex bibliography style (MR)] +[2016/02/11 v1.7.0 biblatex bibliography style (MR)] \RequireBibliographyStyle{manuscripts-shared} diff --git a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts.dbx b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts.dbx index 038dca15453..ac9d183998c 100644 --- a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts.dbx +++ b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts.dbx @@ -1,4 +1,4 @@ -%% Copyright 2013 Maïeul Rouquette +%% Copyright 2013-… Maïeul Rouquette % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -13,5 +13,5 @@ % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files manuscripts*.dbx, manuscripts*.bbx, manuscripts*.lbx \ProvidesFile{manuscripts.dbx} -[2015/11/01 v1.6.2 biblatex bibliography style (MR)] +[2016/02/11 v1.7.0 biblatex bibliography style (MR)] \blx@inputonce{manuscripts-shared.dbx}{}{}{}{}{} \ No newline at end of file -- cgit v1.2.3