summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cnltx/cnltx.cbx
blob: 3d7493b3cf7a5d34b47d138856dcf97bbc9901d6 (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
% \@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%
%     }%
% }
\RequirePackage{cnltx-example}
\ProvidesFile{cnltx.cbx}[\cnltx@@date\space \cnltx@@version\space \cnltx@@info]

\RequireCitationStyle{alphabetic}

\renewbibmacro*{citeindex}{%
  \ifciteindex
    {%
      \indexnames{labelname}%
      \indexnames{maintainer}%
      \indexfield{indextitle}%
    }
    {}%
}


\endinput

HISTORY
2013/01/14 v0.4  - first version added to the bundle
2013/11/22 v0.9  - made independent from the `cnltx-doc' class