-
Notifications
You must be signed in to change notification settings - Fork 7
/
njhigham.tex
39 lines (30 loc) · 1.01 KB
/
njhigham.tex
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
\documentclass[12pt]{article}
\usepackage{texnames}
\usepackage{url}
\usepackage{color}
\usepackage{graphicx}
\definecolor{hotpink}{rgb}{0.9,0,0.5}
\usepackage[colorlinks,urlcolor=blue,citecolor=hotpink,linkcolor=blue]{hyperref}
\title{Bibliography \texttt{njhigham.bib}}
\author{Nicholas J. Higham%
\thanks{%
School of Mathematics,
University of Manchester,
Manchester, M13 9PL, UK
(\texttt{[email protected]},
\url{http://www.maths.manchester.ac.uk/\string~higham})
}
}
% \date{}
\begin{document}
\maketitle
Blue denotes clickable links.
% This bibliography, and most of the papers dated 1990 onwards,
% are available by anonymous FTP from the machine at Internet address
% 130.88.16.10, in directory {\tt pub/higham}.
\nocite{*}
% \bibliographystyle{is-plain}
\bibliographystyle{myplain2-doi}
% \bibliographystyle{abbrv}
\bibliography{strings,njhigham}
\end{document}