summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-manuscripts-philology/manuscripts-shared.bbx
diff options
context:
space:
mode:
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)