diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/index/agsmtst.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/index/agsmtst.tex | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/index/agsmtst.tex b/Master/texmf-dist/doc/latex/index/agsmtst.tex new file mode 100644 index 00000000000..b30888df577 --- /dev/null +++ b/Master/texmf-dist/doc/latex/index/agsmtst.tex @@ -0,0 +1,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} |