blob: 06b24c8a265733d3939a2950b0dcd94391846b93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
% authoryear-luh-ipw.cbx, Oliver Heins (heins@sopos.org) 2011
\ProvidesFile{verbose-inote-luh-ipw.cbx}[2011/11/01 v0.1 biblatex citation style for use with biblatex 1.x]
\RequireCitationStyle{verbose-inote}
\renewbibmacro*{cite:save}{%
\csxdef{cbx@t@\thefield{entrykey}}{\the\value{instcount}}}
%% Klammern um seenote
\renewbibmacro*{footcite:note}{%
\ifnameundef{labelname}
{\printfield{label}}
{\printnames{labelname}}%
\ifsingletitle
{}
{\setunit*{\nametitledelim}%
\printfield[title]{labeltitle}}%
\setunit*{\addspace}%
\printtext{%
\mkbibparens{%
\bibstring{seenote}\addnbspace
\ref{cbx@\csuse{cbx@f@\thefield{entrykey}}}%
\iftoggle{cbx:pageref}
{\ifsamepage{\the\value{instcount}}
{\csuse{cbx@f@\thefield{entrykey}}}
{}
{\addcomma\space\bibstring{page}\addnbspace
\pageref{cbx@\csuse{cbx@f@\thefield{entrykey}}}}}
{}}}}
\endinput
|