diff options
Diffstat (limited to 'Master')
4 files changed, 32 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 283f839f19d..dd90ea0bfaa 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 fff9282f8fe..6fa9bb50fb1 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.4.0}, - date={23/06/2014}, + revision={1.5.0}, + date={08/10/2014}, url={https://github.com/maieul/biblatex-manuscripts-philology}} @@ -266,6 +266,11 @@ To use this package with the features of \verb+biblatex-realauthor+, you must us \begin{changelog} +\begin{release}{1.5.0}{2014-10-08} + \item Formating of collection+shelfmark defined in a FielFormat. + \item Compatibility with \verb+chicago-notes+. styles. +\end{release} + \begin{release}{1.4.0}{2014-06-23} \item Compatibility with \verb+biblatex-multiple-dm+.\see{biblatex-multiple-dm} \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 76d955c3fbd..8443c4c5064 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 3fc49a37d43..7b32c5e5a75 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 @@ -43,6 +43,7 @@ \newcommand{\moreinterpunct}{\addsemicolon\addspace} \newcommand{\pagetotalpagespunct}{\addcolon\addspace} + \def\recto{r} \def\verso{v} @@ -79,7 +80,7 @@ } \newbibmacro{collection+shelfmark}{% - \mkbibemph{% + \printtext[collection+shelfmark]{% \printfield{collection}% \iffieldundef{collection}{}{\setunit{\collectionshelfmarkpunct}}% \printfield{shelfmark}% @@ -118,6 +119,9 @@ \bibstring[\mkmanuscriptdescriptionlabel]{catalog}% #1% } +\DeclareFieldFormat{collection+shelfmark}{% + \printtext[title]{#1}% +} \DeclareFieldFormat{support}{\bibstring{#1}} \DeclareNameFormat{manuscript}{% @@ -186,7 +190,26 @@ \usebibmacro{related}} {}% \usebibmacro{more+annotation+catalog}% - \usebibmacro{finentry}} + \usebibmacro{finentry} + } + +\DeclareBibliographyDriver{cite:manuscript}{%For biblatex-chicago styles + \usebibmacro{bibindex}% + \usebibmacro{location+library+collection+shelfmark}% + \newunit + \printlist{language}% + \newunit\newblock + \printfield{howpublished}% + \newunit\newblock + \printfield{note}% + \newunit\newblock + \usebibmacro{support+dating} + \newunit\newblock + \setunit{\datingpagespunct} + \usebibmacro{manuscript:pages} + \usebibmacro{more+annotation+catalog}% + \usebibmacro{finentry} +} %% 5.2 Citation command \DeclareCiteCommand{\shcite}[\mkshcite] |