From 933098ea6de48e932ba340465406378225c4d74c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 21 Oct 2014 22:45:27 +0000 Subject: biblatex-manuscripts-philology (21oct14) git-svn-id: svn://tug.org/texlive/trunk@35415 c570f23f-e606-0410-a88d-b1316a301751 --- .../biblatex-manuscripts-philology.pdf | Bin 78679 -> 79021 bytes .../biblatex-manuscripts-philology.tex | 10 +++++++--- .../documentation/example.pdf | Bin 34685 -> 34682 bytes .../manuscripts-shared.bbx | 4 +++- 4 files changed, 10 insertions(+), 4 deletions(-) (limited to 'Master') 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 index c3f9f0c7fd5..781f1c806d0 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.pdf and b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.pdf differ 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 maieul 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 index 18fa6baf74d..6af0ef6a339 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.pdf and b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.pdf differ 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}{% -- cgit v1.2.3