-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall-references.tex
executable file
·53 lines (40 loc) · 1.2 KB
/
all-references.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
\documentclass[10pt]{article}
% For url's
\usepackage{hyperref}
% Squeeze margins
\usepackage[top=1.5cm,bottom=1.5cm,right=1.25cm,left=1.25cm]{geometry}
% Compatibility of certain characters
\usepackage[T1]{fontenc}
% Citation manager
\usepackage{natbib}
% Date
\usepackage[yyyymmdd]{datetime}
\renewcommand{\dateseparator}{-}
\title{DirectionalStats.bib v1.27 (\today)}
\author{Arthur Pewsey and Eduardo García-Portugués}
\date{}
\begin{document}
\maketitle
Find most updated version at \url{https://github.com/egarpor/DirectionalStatsBib}. If you found this resource useful, you may consider citing \cite{Pewsey2021}:
\begin{verbatim}
@article{Pewsey2021,
title = {Recent advances in directional statistics},
author = {Pewsey, A. and Garc\'ia-Portugu\'es, E.},
year = {2021},
journal = {Test},
fjournal = {Test},
volume = {30},
number = {1},
pages = {1--58},
doi = {10.1007/s11749-021-00759-x}
}
\end{verbatim}
% Cite all entries
\nocite{*}
% Squeeze spaces
\setlength\bibsep{0cm}
\setlength\bibhang{0.25cm}
% Bibliography with full details
\bibliographystyle{apalike-custom}
\bibliography{DirectionalStats}
\end{document}