From 7db884cf2eaf8a6a653e5249a4f2395ff6eb57dd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 26 Nov 2017 23:26:06 +0000 Subject: biblatex-manuscripts-philology (26nov17) git-svn-id: svn://tug.org/texlive/trunk@45912 c570f23f-e606-0410-a88d-b1316a301751 --- .../biblatex-manuscripts-philology-example.pdf | Bin 36152 -> 35880 bytes .../biblatex-manuscripts-philology-example.tex | 1 + .../biblatex-manuscripts-philology.pdf | Bin 84644 -> 85108 bytes .../biblatex-manuscripts-philology.tex | 7 +++++-- .../english-manuscripts.lbx | 6 +++++- .../french-manuscripts.lbx | 6 +++++- .../italian-manuscripts.lbx | 6 +++++- .../manuscripts-noautoshorthand.bbx | 4 ++-- .../manuscripts-noautoshorthand.dbx | 4 ++-- .../manuscripts-shared.bbx | 13 ++++++++----- .../manuscripts-shared.dbx | 2 +- .../biblatex-manuscripts-philology/manuscripts.bbx | 3 +-- .../biblatex-manuscripts-philology/manuscripts.dbx | 4 ++-- 13 files changed, 37 insertions(+), 19 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology-example.pdf b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology-example.pdf index 8fc9131592f..20138c6dd8e 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology-example.pdf and b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology-example.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology-example.tex b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology-example.tex index 956f4b52b87..409e4f3476b 100644 --- a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology-example.tex +++ b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology-example.tex @@ -5,6 +5,7 @@ \setmainfont{Linux Libertine O} \usepackage[backend=biber,bibstyle=manuscripts,citestyle=verbose]{biblatex} \addbibresource{biblatex-manuscripts-philology-example.bib} +\setcounter{highnamepenalty}{100000} \begin{document} \title{biblatex-manuscripts-philology-examples} \author{Maïeul Rouquette} diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.pdf b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.pdf index 68d86e865c8..efb20c5785e 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.pdf and b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.tex b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.tex index 7d44d5e8e5d..645693774a8 100644 --- a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.tex +++ b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.tex @@ -20,8 +20,8 @@ subtitle={New data types}, email={maieul maieul net}, author={Maïeul Rouquette}, - revision={1.12.2}, - date={31/01/2017}, + revision={1.12.3}, + date={26/11/2017}, url={https://github.com/maieul/biblatex-manuscripts-philology}} @@ -298,6 +298,9 @@ To use this package with the features of \verb+biblatex-realauthor+, you must us \begin{changelog} +\begin{release}{1.12.3}{2017-11-26} + \item Add compatibility with biblatex 3.8. +\end{release} \begin{release}{1.12.2}{2017-01-31} \item Fix spurious space after citation of a manuscript. \end{release} 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 8578db31f61..087f066abf8 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 @@ -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}[2017/01/31 v1.12.2 manuscripts biblatex localisation]% +\ProvidesFile{english-manuscripts.lbx}[2017/11/26 v1.12.3 manuscripts biblatex localisation]% \InheritBibliographyStrings{english} \InheritBibliographyExtras{english} @@ -21,6 +21,8 @@ \NewBibliographyString{catalog} \NewBibliographyString{folio} \NewBibliographyString{folios} +\NewBibliographyString{foliototal} +\NewBibliographyString{foliototals} \NewBibliographyString{inflayer} \NewBibliographyString{suplayer} \NewBibliographyString{origin} @@ -36,6 +38,8 @@ catalog = {{catalog}{cat\adddot}}, folio = {{folio}{f\adddot}}, folios = {{folios}{ff\adddot}}, + foliototal = {{folio}{f\adddot}}, + foliototals = {{folios}{ff\adddot}}, inflayer = {{inferior layer}{inf\adddotspace lay\adddot}}, suplayer = {{superior layer}{sup\adddotspace lay\adddot}}, origin = {{origin}{orig\adddot}}, 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 be94e77817c..62dde5d3295 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 @@ -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}[2017/01/31 v1.12.2 manuscripts biblatex localisation]% +\ProvidesFile{french-manuscripts.lbx}[2017/11/26 v1.12.3 manuscripts biblatex localisation]% \InheritBibliographyStrings{french} \InheritBibliographyExtras{french} @@ -21,6 +21,8 @@ \NewBibliographyString{catalog} \NewBibliographyString{folio} \NewBibliographyString{folios} +\NewBibliographyString{foliototal} +\NewBibliographyString{foliototals} \NewBibliographyString{inflayer} \NewBibliographyString{suplayer} \NewBibliographyString{origin} @@ -36,6 +38,8 @@ catalog = {{catalogue}{cat\adddot}}, folio = {{folio}{f\adddot}}, folios = {{folios}{f\adddot}}, + foliototal = {{folio}{f\adddot}}, + foliototals = {{folios}{f\adddot}}, inflayer = {{couche inférieure}{c\adddotspace inf\adddot}}, suplayer = {{couche supérieure}{c\adddotspace sup\adddot}}, origin = {{origine}{orig\adddot}}, 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 index 0160541f62c..e8c5b2bec5c 100644 --- a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/italian-manuscripts.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/italian-manuscripts.lbx @@ -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{italian-manuscripts.lbx}[2017/01/31 v1.12.2 manuscripts biblatex localisation]% +\ProvidesFile{italian-manuscripts.lbx}[2017/11/26 v1.12.3 manuscripts biblatex localisation]% \InheritBibliographyStrings{italian} \InheritBibliographyExtras{italian} @@ -21,6 +21,8 @@ \NewBibliographyString{catalog} \NewBibliographyString{folio} \NewBibliographyString{folios} +\NewBibliographyString{foliototal} +\NewBibliographyString{foliototals} \NewBibliographyString{inflayer} \NewBibliographyString{suplayer} \NewBibliographyString{origin} @@ -36,6 +38,8 @@ catalog = {{catalogo}{cat\adddot}}, folio = {{folio}{f\adddot}}, folios = {{folios}{ff\adddot}}, + foliototal = {{folio}{f\adddot}}, + foliototals = {{folios}{f\adddot}}, inflayer = {{scrittura inferiore}{script\adddotspace inf\adddot}}, suplayer = {{scrittura superiore}{script\adddotspace sup\adddot}}, origin = {{origine}{orig\adddot}}, 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 e0c6e84f239..51e621c9bc1 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 @@ -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} -[2017/01/31 v1.12.2 biblatex bibliography style (MR)]% +[2017/11/26 v1.12.3 biblatex bibliography style (MR)]% \RequireBibliographyStyle{manuscripts-shared} @@ -30,4 +30,4 @@ } } } -\endinput \ No newline at end of file +\endinput 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 1cc294ba5ad..043382f749a 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 @@ -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} -[2017/01/31 v1.12.2 biblatex bibliography style (MR)] -\blx@inputonce{manuscripts-shared.dbx}{}{}{}{}{} \ No newline at end of file +[2017/11/26 v1.12.3 biblatex bibliography style (MR)] +\blx@inputonce{manuscripts-shared.dbx}{}{}{}{}{} 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 576b9467d0e..412c448e333 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 @@ -14,7 +14,7 @@ % This work consists of the files manuscripts*.dbx, manuscripts*.bbx, manuscripts*.lbx \ProvidesFile{manuscripts-commons} -[2017/01/31 v1.12.2 biblatex bibliography style (MR)]% +[2017/11/26 1.12.3 biblatex bibliography style (MR)]% \ifdef{\biblatexmultipledm@bibstyle} {\RequireBibliographyStyle{\biblatexmultipledm@bibstyle}} @@ -271,6 +271,9 @@ %% 5.6 Sorting +\ifdef{\DeclareSortingTemplate}% + {} + {\let\DeclareSortingTemplate\DeclareSortingScheme} \def\bbx@manuscripts@sorting{ \sort{ @@ -292,7 +295,7 @@ } -\DeclareSortingScheme{manuscripts}{ +\DeclareSortingTemplate{manuscripts}{ \sort{ \field{presort} } @@ -304,7 +307,7 @@ % Adaptation from biblatex.def -\DeclareSortingScheme{nty+manuscripts}{ +\DeclareSortingTemplate{nty+manuscripts}{ \sort{ \field{presort} } @@ -334,7 +337,7 @@ \bbx@manuscripts@sorting } -\DeclareSortingScheme{nyt+manuscripts}{ +\DeclareSortingTemplate{nyt+manuscripts}{ \sort{ \field{presort} } @@ -364,7 +367,7 @@ \bbx@manuscripts@sorting } -\DeclareSortingScheme{nyvt+manuscripts}{ +\DeclareSortingTemplate{nyvt+manuscripts}{ \sort{ \field{presort} } 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 6dc0c4d638f..2f0cbf6d6a0 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 @@ -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}% -[2017/01/31 v1.12.2 biblatex bibliography style (MR)]% +[2017/11/26 v1.12.3 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 6dee53bde3a..0e6f0bb84ed 100644 --- a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts.bbx @@ -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}% -[2017/01/31 v1.12.2 biblatex bibliography style (MR)]% +[2017/11/19 v1.12.3 biblatex bibliography style (MR)]% \RequireBibliographyStyle{manuscripts-shared} @@ -34,4 +34,3 @@ } } } -\endinput 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 021c95bf279..5cb30bdfa8e 100644 --- a/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts.dbx +++ b/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts.dbx @@ -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} -[2017/01/31 v1.12.2 biblatex bibliography style (MR)] -\blx@inputonce{manuscripts-shared.dbx}{}{}{}{}{} \ No newline at end of file +[2017/11/26 v1.12.3 biblatex bibliography style (MR)] +\blx@inputonce{manuscripts-shared.dbx}{}{}{}{}{} -- cgit v1.2.3