This file is indexed.

/usr/share/texlive/texmf-dist/tex/latex/droit-fr/droit-fr.cbx is in texlive-lang-french 2014.20141024-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
\ProvidesFile{droit-fr.cbx}[2014/01/30 v0.4 style droit francais]

\RequireCitationStyle{verbose-ibid}

\renewcommand*{\mkibid}{\emph} % mots latins en italique

% indexation des auteurs seulement
\renewbibmacro*{citeindex}{%
  \ifciteindex
    {\indexnames{labelname}}
    {}}

% pas de version raccourcie des note de bas de page passée la 1ère référence.
\renewbibmacro*{cite:short}{%
  \usebibmacro{cite:full:citepages}%
  \printtext{%
    \usedriver
      {\DeclareNameAlias{sortname}{default}}
      {\thefield{entrytype}}}%
  \usebibmacro{shorthandintro}}

% commande de citation générique, dérivée de \smartcite.
\DeclareCiteCommand{\cite}[\iffootnote\bibfootnotewrapper\mkbibfootnote]
  {\usebibmacro{prenote}}
  {\usebibmacro{citeindex}%
   \usebibmacro{cite}}
  {\multicitedelim}
  {\usebibmacro{cite:postnote}}

\endinput