diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-17 22:03:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-17 22:03:25 +0000 |
commit | e4be7587df5492162d7adfe6879775b191974ccc (patch) | |
tree | e5c13b35db5e8ab17bbc248d56f2a4253b425fd2 /Master/texmf-dist/tex/latex | |
parent | a875f81859a4475ddc666f8e91da785a85506697 (diff) |
biblatex-manuscripts-philology (17oct14)
git-svn-id: svn://tug.org/texlive/trunk@35392 c570f23f-e606-0410-a88d-b1316a301751
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 |