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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
\errorcontextlines=10
\documentclass{article}
\usepackage{times}
\usepackage{natbib}
\bibliographystyle{agu}
\usepackage[colorlinks,citecolor=red,pagebackref,hypertexnames=false]{hyperref}
\begin{document}
\title{Another test}
\author{Sergey Lesenko}
\maketitle
\section{Introduction}
(PDF), described in
\cite{Adobe,Deutsch}, and also available from
\TeX{} $\longrightarrow$ DVIPS\cite{Rokicki}
GhostScript\cite{Deutsch}
TeX2PDF\cite{Sojka}
\cite{Haralambous:TB16-2-162}. We may compare this route with that
\citeyear{Adobe}, and also available from
\TeX{} $\longrightarrow$ DVIPS\citeyear{Rokicki}
GhostScript\citeyear{Deutsch}
TeX2PDF\citeyear{Sojka}
\citeyear{Haralambous:TB16-2-162}. We may compare this route with that
\citeauthor{Adobe}, and also available from
\TeX{} $\longrightarrow$ DVIPS\citeauthor{Rokicki}
GhostScript\citeauthor{Deutsch}
TeX2PDF\citeauthor{Sojka}
\citeauthor{Haralambous:TB16-2-162}. We may compare this route with that
\citefullauthor{Adobe}, and also available from
\TeX{} $\longrightarrow$ DVIPS\citefullauthor{Rokicki}
GhostScript\citefullauthor{Deutsch}
TeX2PDF\citefullauthor{Sojka}
\citefullauthor{Haralambous:TB16-2-162}. We may compare this route with that
\citet{Adobe}, and also available from
\TeX{} $\longrightarrow$ DVIPS\citet{Rokicki}
GhostScript\citet{Deutsch}
TeX2PDF\citet{Sojka}
\citet{Haralambous:TB16-2-162}. We may compare this route with that
\citealt{Adobe}, and also available from
\TeX{} $\longrightarrow$ DVIPS\citealt{Rokicki}
GhostScript\citealt{Deutsch}
TeX2PDF\citealt{Sojka}
\citealt{Haralambous:TB16-2-162}. We may compare this route with that
\cite*{Adobe}, and also available from
\TeX{} $\longrightarrow$ DVIPS\cite*{Rokicki}
GhostScript\cite*{Deutsch}
TeX2PDF\cite*{Sojka}
\cite*{Haralambous:TB16-2-162}. We may compare this route with that
\bibliography{testbib}
\end{document}
|