-
Notifications
You must be signed in to change notification settings - Fork 4
/
RW.tex
31 lines (25 loc) · 807 Bytes
/
RW.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
\documentclass{article}
%\usepackage{showframe}
\usepackage[a4paper,margin=1in]{geometry}
% allow use of accents, etc. in bibtex file
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[colorlinks=true, linkcolor=blue, citecolor=blue,breaklinks,hidelinks]{hyperref}
% Alas, this causes an error when combined with doi
% Specify formatting for backreferences is bibliography
%\usepackage[colorlinks=true, linkcolor=blue, citecolor=blue,pagebackref=true,breaklinks,hidelinks]{hyperref}
% \renewcommand*{\backref}[1]{}
% \renewcommand*{\backrefalt}[4]{\emph{[%
% \ifcase #1 Not cited.%
% \or Cited on page~#2.%
% \else Cited on pages #2.%
% \fi%
% ]
% }}
\usepackage{url,doi,natbib}
\begin{document}
\newpage
\nocite{*}
\bibliographystyle{plainnat}
\bibliography{RelatedWork}
\end{document}