188 lines
4.9 KiB
TeX
188 lines
4.9 KiB
TeX
\ProvidesFile{authoryear-fhdw.cbx}
|
|
[\abx@cbxid]
|
|
|
|
% Change labeldate to labeldateparts in order to be able to compile against the latest TeXLive versions
|
|
% See https://tex.stackexchange.com/a/330515 for details
|
|
\ExecuteBibliographyOptions{labeldateparts,uniquename,uniquelist,autocite=inline}
|
|
|
|
\renewcommand*{\iffinalcitedelim}{\iflastcitekey}
|
|
|
|
\newbool{cbx:parens}
|
|
|
|
\newbibmacro*{cite}{%
|
|
\iffieldundef{shorthand}
|
|
{\ifthenelse{\ifnameundef{labelname}\OR\iffieldundef{labelyear}}
|
|
{\usebibmacro{cite:label}%
|
|
\setunit{\addspace}}
|
|
{\printnames{labelname}%
|
|
\setunit{\nameyeardelim}}%
|
|
\usebibmacro{cite:labelyear+extrayear}}
|
|
{\usebibmacro{cite:shorthand}}}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\DeclareNameAlias{author}{sortname}
|
|
|
|
\renewbibmacro*{author}{%
|
|
\ifboolexpr{
|
|
test \ifuseauthor
|
|
and
|
|
not test {\ifnameundef{author}}
|
|
}
|
|
{\usebibmacro{bbx:dashcheck}
|
|
{\bibnamedash}
|
|
{\usebibmacro{bbx:savehash}%
|
|
\printnames{author}%
|
|
\iffieldundef{authortype}
|
|
{\setunit{\addspace}}
|
|
{\setunit{\addcomma\space}}}%
|
|
\iffieldundef{authortype}
|
|
{}
|
|
{\usebibmacro{authorstrg}%
|
|
\setunit{\addspace}}}%
|
|
{\global\undef\bbx@lasthash
|
|
\usebibmacro{labeltitle}%
|
|
\setunit*{\addspace}}%
|
|
\usebibmacro{date+extrayear}}
|
|
|
|
\newbibmacro*{cite2}{%
|
|
\iffieldundef{shorthand}
|
|
{\ifthenelse{\ifnameundef{labelname}\OR\iffieldundef{labelyear}}
|
|
{\usebibmacro{cite:label}%
|
|
\setunit{\addspace}}
|
|
{\printnames{author}%
|
|
\setunit{\addspace}}%
|
|
\usebibmacro{cite:labelyear+extrayear2}}
|
|
{\usebibmacro{cite:shorthand}}}
|
|
|
|
|
|
\newbibmacro*{cite:labelyear+extrayear2}{%
|
|
\iffieldundef{labelyear}
|
|
{}
|
|
{\printtext[bibhyperref]{%
|
|
(\printfield{labelyear}%
|
|
\printfield{extrayear})}}}
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\newbibmacro*{citeyear}{%
|
|
\iffieldundef{shorthand}
|
|
{\iffieldundef{labelyear}
|
|
{\usebibmacro{cite:label}}
|
|
{\usebibmacro{cite:labelyear+extrayear}}}
|
|
{\usebibmacro{cite:shorthand}}}
|
|
|
|
\newbibmacro*{textcite}{%
|
|
\ifnameundef{labelname}
|
|
{\iffieldundef{shorthand}
|
|
{\usebibmacro{cite:label}%
|
|
\setunit{%
|
|
\global\booltrue{cbx:parens}%
|
|
\addspace\bibopenparen}%
|
|
\ifnumequal{\value{citecount}}{1}
|
|
{\usebibmacro{prenote}}
|
|
{}%
|
|
\usebibmacro{cite:labelyear+extrayear}}
|
|
{\usebibmacro{cite:shorthand}}}
|
|
{\printnames{labelname}%
|
|
\setunit{%
|
|
\global\booltrue{cbx:parens}%
|
|
\addspace\bibopenparen}%
|
|
\ifnumequal{\value{citecount}}{1}
|
|
{\usebibmacro{prenote}}
|
|
{}%
|
|
\usebibmacro{citeyear}}}
|
|
|
|
\newbibmacro*{cite:shorthand}{%
|
|
\printtext[bibhyperref]{\printfield{shorthand}}}
|
|
|
|
\newbibmacro*{cite:label}{%
|
|
\iffieldundef{label}
|
|
{\printtext[bibhyperref]{\printfield[citetitle]{labeltitle}}}
|
|
{\printtext[bibhyperref]{\printfield{label}}}}
|
|
|
|
\newbibmacro*{cite:labelyear+extrayear}{%
|
|
\iffieldundef{labelyear}
|
|
{}
|
|
{\printtext[bibhyperref]{%
|
|
\printfield{labelyear}%
|
|
\printfield{extrayear}}}}
|
|
|
|
\newbibmacro*{textcite:postnote}{%
|
|
\iffieldundef{postnote}
|
|
{\ifbool{cbx:parens}
|
|
{\bibcloseparen}
|
|
{}}
|
|
{\ifbool{cbx:parens}
|
|
{\setunit{\postnotedelim}}
|
|
{\setunit{\addspace\bibopenparen}}%
|
|
\printfield{postnote}\bibcloseparen}}
|
|
|
|
\DeclareCiteCommand{\cite}
|
|
{\usebibmacro{prenote}}
|
|
{\usebibmacro{citeindex}%
|
|
\usebibmacro{cite2}
|
|
}
|
|
{\multicitedelim}
|
|
{\usebibmacro{postnote}}
|
|
|
|
\DeclareCiteCommand*{\cite}
|
|
{\usebibmacro{prenote}}
|
|
{\usebibmacro{citeindex}%
|
|
\usebibmacro{citeyear}}
|
|
{\multicitedelim}
|
|
{\usebibmacro{postnote}}
|
|
|
|
\DeclareCiteCommand{\parencite}[\mkbibparens]
|
|
{\usebibmacro{prenote}}
|
|
{\usebibmacro{citeindex}%
|
|
\usebibmacro{cite}}
|
|
{\multicitedelim}
|
|
{\usebibmacro{postnote}}
|
|
|
|
\DeclareCiteCommand*{\parencite}[\mkbibparens]
|
|
{\usebibmacro{prenote}}
|
|
{\usebibmacro{citeindex}%
|
|
\usebibmacro{citeyear}}
|
|
{\multicitedelim}
|
|
{\usebibmacro{postnote}}
|
|
|
|
\DeclareCiteCommand{\footcite}[\mkbibfootnote]
|
|
{\usebibmacro{prenote}}
|
|
{\usebibmacro{citeindex}%
|
|
\usebibmacro{cite}}
|
|
{\multicitedelim}
|
|
{\usebibmacro{postnote}}
|
|
|
|
\DeclareCiteCommand{\footcitetext}[\mkbibfootnotetext]
|
|
{\usebibmacro{prenote}}
|
|
{\usebibmacro{citeindex}%
|
|
\usebibmacro{cite}}
|
|
{\multicitedelim}
|
|
{\usebibmacro{postnote}}
|
|
|
|
\DeclareCiteCommand{\smartcite}[\iffootnote\mkbibparens\mkbibfootnote]
|
|
{\usebibmacro{prenote}}
|
|
{\usebibmacro{citeindex}%
|
|
\usebibmacro{cite}}
|
|
{\multicitedelim}
|
|
{\usebibmacro{postnote}}
|
|
|
|
\DeclareCiteCommand{\textcite}
|
|
{\boolfalse{cbx:parens}}
|
|
{\usebibmacro{citeindex}%
|
|
\iffirstcitekey
|
|
{\setcounter{textcitetotal}{1}}
|
|
{\stepcounter{textcitetotal}%
|
|
\textcitedelim}%
|
|
\usebibmacro{textcite}}
|
|
{\ifbool{cbx:parens}
|
|
{\bibcloseparen\global\boolfalse{cbx:parens}}
|
|
{}}
|
|
{\usebibmacro{textcite:postnote}}
|
|
|
|
\DeclareMultiCiteCommand{\textcites}{\textcite}{}
|
|
|
|
\endinput
|