diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/index/agsmtst.tex |
Initial commit
Diffstat (limited to 'macros/latex/contrib/index/agsmtst.tex')
-rw-r--r-- | macros/latex/contrib/index/agsmtst.tex | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/macros/latex/contrib/index/agsmtst.tex b/macros/latex/contrib/index/agsmtst.tex new file mode 100644 index 0000000000..b30888df57 --- /dev/null +++ b/macros/latex/contrib/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} |