summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-29 21:25:33 +0000
committerKarl Berry <karl@freefriends.org>2018-09-29 21:25:33 +0000
commit0a07d00af20143947cb66d788e41fe3a50461e46 (patch)
tree2a1606c06e67b727a7f445cd6e8281f3d12f2bcf /Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx
parent97d51707d7f722f34ff34ff8d53b5f57d314679f (diff)
biblatex-manuscripts-philology (29sep18)
git-svn-id: svn://tug.org/texlive/trunk@48786 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx26
1 files changed, 23 insertions, 3 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 e8125b70481..51734923b6c 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
@@ -14,7 +14,7 @@
% This work consists of the files manuscripts*.dbx, manuscripts*.bbx, manuscripts*.lbx
\ProvidesFile{manuscripts-commons}
-[2018/09/20 2.0.0a biblatex bibliography style (MR)]%
+[2018/09/30 2.1.0 biblatex bibliography style (MR)]%
\ifdef{\biblatexmultipledm@bibstyle}
{\RequireBibliographyStyle{\biblatexmultipledm@bibstyle}}
@@ -46,6 +46,7 @@
\newcommand{\pagetotalpagespunct}{\addcolon\addspace}
\newcommand{\columnslayerpunct}{\addsemicolon\addspace}%
+\newcommand{\multidetailscitedelim}{\endgraf}
\def\recto{r}
\def\verso{v}
@@ -210,7 +211,17 @@
\renewcommand*{\makelabel}[1]{##1\hss}}}
{\endlist}
{\item\iffieldundef{shorthand}{\hspace{-\labelwidth}\hspace{-\labelsep}}}
-
+
+
+\defbibenvironment{details-noshorthand}
+ {\toggletrue{shorthand:details}%
+ \list{}{%
+ \leftmargin\bibhang
+ \itemindent-\leftmargin
+ \itemsep\bibitemsep
+ \parsep\bibparsep}}
+ {\endlist}
+ {\item}
% 5. Others
%% 5.1 Driver
\DeclareBibliographyDriver{manuscript}{%
@@ -262,7 +273,7 @@
\usebibmacro{finentry}%
}
-%% 5.2 Citation command
+%% 5.2 Citation commands
\DeclareCiteCommand{\shcite}[\mkshcite]
{\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
@@ -271,6 +282,15 @@
{\usebibmacro{cite:postnote}}
+\DeclareCiteCommand{\detailscite}%
+ {\usebibmacro{prenote}}%
+ {\usedriver%
+ {\toggletrue{shorthand:details}}%
+ {\thefield{entrytype}}}%
+ {\multidetailscitedelim}%
+ {\usebibmacro{postnote}}%
+
+\DeclareMultiCiteCommand{\detailscites}{\detailscite}{\multidetailscitedelim}%
%% 5.3 NumCheckSetup (should not be changed)