Current File : //usr/share/texlive/texmf-dist/doc/latex/index/plaintst.tex |
%% For format this file, run the following commands:
%%
%% latex plaintst.tex
%% bibtex plaintst.tex
%% latex plaintst.tex
%% latex plaintst.tex
%% makeindex -o plaintst.and plaintst.adx
%% makeindex -s bibref.ist -o plaintst.bnd plaintst.bdx
%% latex plaintst.tex
\documentclass{article}
\errorcontextlines10
\usepackage{bibref,autind}
\newindex{aut}{adx}{and}{Name Index}
\begin{document}
\adjustcitation\cite
\nocite*
\cite{CantoneCP90,Adamowicz92}
\cite[page 21]{AdlemanMa76}
\cite{CaludeP83}
\newpage
Second page.
\cite{Adamowicz92}
\cite[foo]{Baker68}
\newpage
Third page.
\cite{Adamowicz92}
\newpage
\bibliographystyle{xplain}
\bibliography{test}
\printindex[aut]
\end{document}