File: testbib.tex

package info (click to toggle)
tetex-src 3.0.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 122,292 kB
  • ctags: 2,709
  • sloc: makefile: 2,323; perl: 1,820; sh: 1,378; lisp: 448; python: 335; xml: 175; sed: 138; ansic: 138; yacc: 52
file content (57 lines) | stat: -rw-r--r-- 1,870 bytes parent folder | download | duplicates (10)
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}