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