blob: 142467d2af2978ca0d0d4291d8444989ef50d614 (
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
|
\@ifclassloaded{cnltx-doc}{}{%
\GenericError
{(cnltx.cbx)\@spaces\@spaces\@spaces\@spaces}
{cnltx citation style error: invalid class}
{See the cnltx bundle documentation for explanation.}
{%
The `cnltx' citation style can only be used with the `cnltx-doc'
document class%
}%
}
\ProvidesFile{cnltx.cbx}[\cnltx@@date\space \cnltx@@version\space \cnltx@@info]
\RequireCitationStyle{alphabetic}
\renewbibmacro*{citeindex}{%
\ifciteindex
{%
\indexnames{labelname}%
\indexnames{maintainer}%
\indexfield{indextitle}%
}
{}%
}
\endinput
|