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 | |
parent | a875f81859a4475ddc666f8e91da785a85506697 (diff) |
biblatex-manuscripts-philology (17oct14)
git-svn-id: svn://tug.org/texlive/trunk@35392 c570f23f-e606-0410-a88d-b1316a301751
4 files changed, 21 insertions, 4 deletions
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 Binary files differindex dd90ea0bfaa..c3f9f0c7fd5 100644 --- 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 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 6fa9bb50fb1..ef0cfb554e7 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 @@ -19,8 +19,8 @@ subtitle={New data types}, email={maieul <at> maieul <dot> net}, author={Maïeul Rouquette}, - revision={1.5.0}, - date={08/10/2014}, + revision={1.6.0}, + date={16/10/2014}, url={https://github.com/maieul/biblatex-manuscripts-philology}} @@ -257,7 +257,7 @@ Some specific localization strings are defined in the \file{manucripts-xxx.lbx} The \file{manuscripts-shared.bbx} file defines bibmacros and field formats (read the \biblatex handbook to know more about bibmacro and field format). We can't list all of them, but you can look on them to know how to customize more finely the manuscripts description. -\section{Use with biblatex-realauthor}\ref{biblatex-multiple-dm} +\section{Use with biblatex-realauthor}\label{biblatex-multiple-dm} To use this package with the features of \verb+biblatex-realauthor+, you must use the package \verb+biblatex-multiple-dm+. @@ -266,9 +266,13 @@ To use this package with the features of \verb+biblatex-realauthor+, you must us \begin{changelog} +\begin{release}{1.6.0}{2014-10-16} + \item Patching some bibmacros to prevent lost of manuscript descriptions when using op. cit abreviation. +\end{release} + \begin{release}{1.5.0}{2014-10-08} \item Formating of collection+shelfmark defined in a FielFormat. - \item Compatibility with \verb+chicago-notes+. styles. + \item Compatibility with \verb+chicago-notes+ styles. \end{release} \begin{release}{1.4.0}{2014-06-23} diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.pdf b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.pdf Binary files differindex 8443c4c5064..18fa6baf74d 100644 --- a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.pdf 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 |