This file is indexed.

/usr/share/doc/texlive-doc/latex/index/agsmtst.tex is in texlive-latex-recommended-doc 2013.20140215-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
31
32
33
34
35
36
37
38
39
40
41
%%  For format this file, run the following commands:
%%  
%%  latex agsmtst.tex
%%  bibtex agsmtst.tex
%%  latex agsmtst.tex
%%  latex agsmtst.tex
%%  makeindex -o agsmtst.and agsmtst.adx
%%  latex agsmtst.tex

\documentstyle[index,autind,harvard]{article}

\newindex{aut}{adx}{and}{Name Index}

\begin{document}

\adjustcitation\cite

\adjustcitation{\citeasnoun}

%{\tt\meaning\cite}

%{\tt\meaning\citeasnoun}

\nocite*

\cite{CantoneCP90,Adamowicz92}

\cite[page 21]{AdlemanMa76}

\citeasnoun{CaludeP83}

\citeasnoun[foo]{Baker68}

\newpage

\bibliographystyle{xagsm}
\bibliography{test}

\printindex[aut]

\end{document}