diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-21 22:45:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-21 22:45:27 +0000 |
commit | 933098ea6de48e932ba340465406378225c4d74c (patch) | |
tree | 07098f8dc5309fa7994ab2662f4cf00529d83855 /Master | |
parent | 20a50a5631815267511fafb54473c3c26d5bec0c (diff) |
biblatex-manuscripts-philology (21oct14)
git-svn-id: svn://tug.org/texlive/trunk@35415 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
4 files changed, 10 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 c3f9f0c7fd5..781f1c806d0 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 ef0cfb554e7..686f5a510b5 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.6.0}, - date={16/10/2014}, + revision={1.6.1}, + date={21/10/2014}, url={https://github.com/maieul/biblatex-manuscripts-philology}} @@ -224,7 +224,7 @@ You can redefine, with \cs{renewcommand} some commands defined in \file{manuscri \begin{ltxsyntax} \csitem{collectionshelfmarkpunct} the punct between \bibfield{collection} and \bibfield{shelfmark}. By default \cs{addspace}. -\csitem{datingpagespunct} the punct between \bibfield{dating} and \bibfield{pages}. By default \cs{isdot}\cs{addcomma}\cs{addspace}. +\csitem{datingpagespunct} the punct between \bibfield{dating} and \bibfield{pages}. By default \cs{addcomma}\cs{addspace}. The \cs{isdot} is automatically called when printing \bibfield{dating} field. \csitem{librarycollectionpunct} the punct between \bibfield{library} and \bibfield{collection}. By default \cs{addcomma}\cs{addspace}. @@ -266,6 +266,10 @@ To use this package with the features of \verb+biblatex-realauthor+, you must us \begin{changelog} +\begin{release}{1.6.1}{2014-10-21} + \item Add \cs{isdot} after each printing of the \bibfield{dating} field, to allow to use abbreviations with a dot (like \enquote{c.}) without adding a uppercase after. Consequently, \cs{isdot} is deleted from \cs{datingpagespunct}. +\end{release} + \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} 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 18fa6baf74d..6af0ef6a339 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 d4f5845dc2b..a88f85c8bdc 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 @@ -28,7 +28,7 @@ \newcommand{\collectionshelfmarkpunct}{\addspace} -\newcommand{\datingpagespunct}{\isdot\addcomma\addspace} +\newcommand{\datingpagespunct}{\addcomma\addspace} \newcommand{\librarycollectionpunct}{\addcomma\addspace} @@ -122,6 +122,8 @@ \DeclareFieldFormat{collection+shelfmark}{% \printtext[title]{#1}% } +\DeclareFieldFormat{dating}{#1\isdot} + \DeclareFieldFormat{support}{\bibstring{#1}} \DeclareNameFormat{manuscript}{% |