diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx | 13 |
1 files changed, 13 insertions, 0 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 7b32c5e5a75..d4f5845dc2b 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 @@ -262,4 +262,17 @@ } } +% 6. Prevent trouble with abbreviated forme (verbose family) + +\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}}{}{}% + }% + \docsvlist{#1}% +} +\AtBeginDocument{% + \manuscriptaddshortened{cite:title,cite:short,cite:opcit}% +} \endinput |