forked from jeroen/r-dependency-versioning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRJwrapper.tex
More file actions
40 lines (28 loc) · 745 Bytes
/
RJwrapper.tex
File metadata and controls
40 lines (28 loc) · 745 Bytes
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[a4paper]{report}
\usepackage{RJournal}
\usepackage[round]{natbib}
\usepackage{setspace}
\usepackage{natbib}
\usepackage{xspace}
\usepackage[utf8]{inputenc}
\usepackage{pmboxdraw}
\bibliographystyle{abbrvnat}
%\doublespacing
%% load any required packages here
\begin{document}
%% do not edit, for illustration only
\fancyhf{}
\fancyhead[LO,RE]{\textsc{Contributed Article}}
\fancyhead[RO,LE]{\thepage}
\fancyfoot[L]{The R Journal Vol. X/Y, Month, Year}
\fancyfoot[R]{ISSN 2073-4859}
%% ArXiV version:
%\fancyhf{}
%\fancyhead[LO,RE]{\textsc{Preprint version -- \today}}
%\fancyhead[RO,LE]{\thepage}
%% replace RJtemplate with your article
\begin{article}
\input{ooms}
\end{article}
%\bibliography{ooms}
\end{document}