summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-06-10 23:20:23 +0000
committerKarl Berry <karl@freefriends.org>2016-06-10 23:20:23 +0000
commit17325f0c0eea49faba70f0b8aaadf824bc525942 (patch)
tree134285444c1095ff4e3776f0db8e2ae400439c04 /Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx
parente5f5295bf8e1870fc26fb7b70c3f6ba3988b134f (diff)
biblatex-manuscripts-philology (7jun16)
git-svn-id: svn://tug.org/texlive/trunk@41355 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx13
1 files changed, 10 insertions, 3 deletions
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 210f361386e..5c954dfe3a0 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}
-[2016/03/11 v1.8.0 biblatex bibliography style (MR)]
+[2016/06/07 v1.10.0 biblatex bibliography style (MR)]
\ifdef{\biblatexmultipledm@bibstyle}
{\RequireBibliographyStyle{\biblatexmultipledm@bibstyle}}
@@ -265,13 +265,20 @@
}
}
-% 6. Prevent trouble with abbreviated forme (verbose family)
+% 6. Prevent trouble with abbreviated form (verbose family)
+\newcommand{\biblatexms@patchfail}[1]{\PackageError{biblatex-manuscripts-philology}{Fail to patch #1}{}}
\RequirePackage{xpatch}
\newbibmacro{manuscript:add:shortened}{\ifentrytype{manuscript}{\usebibmacro{location+library+collection+shelfmark}}{}}
\newcommand{\manuscriptaddshortened}[1]{%
\def\do##1{%
- \xpretobibmacro{##1}{\usebibmacro{manuscript:add:shortened}}{}{}%
+ \xpretobibmacro{##1}%
+ {\usebibmacro{manuscript:add:shortened}}%
+ {}%
+ {\ifcsvoid{abx@macro@##1}%
+ {}%
+ {\biblatexms@patchfail{##1}}%
+ }%
}%
\docsvlist{#1}%
}