summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-lni/LNI.cbx
blob: cbf199efdb0a753054f0acab987f584755a33414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\ProvidesFile{LNI.cbx}[\LNI@cbxid]
  \RequireCitationStyle{alphabetic}

%enable hyperlinked author names when using \citeauthor
%source: http://tex.stackexchange.com/a/75916/9075
\DeclareCiteCommand{\citeauthor}
  {\boolfalse{citetracker}%
   \boolfalse{pagetracker}%
   \usebibmacro{prenote}}
  {\ifciteindex
     {\indexnames{labelname}}
     {}%
   \printtext[bibhyperref]{\printnames{labelname}}}
  {\multicitedelim}
  {\usebibmacro{postnote}}

\endinput
%% End of file `LNI.cbx'.