-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRJournal_template.tex
116 lines (92 loc) · 3.14 KB
/
RJournal_template.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
\documentclass[a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage{etex}
\usepackage{RJournal}
\usepackage[round]{natbib}
\usepackage{hyperref}
\usepackage{booktabs}
\let\equation\gather % equation env can cause issues with hyperref
\let\endequation\endgather
\usepackage{amsmath,amssymb,array}
\usepackage{multicol}
\usepackage{import} % to get files from article directories
%%% packages, etc., for particular articles
\begin{document}
\sectionhead{}
\volume{8}
\volnumber{2}
\year{2016}
\month{December}
\titlepage
\vspace*{1in}
\begin{center}
\begin{minipage}{0.65\textwidth}
\begin{center}
The \R{} Journal is a peer-reviewed publication of
the \R{} Foundation for Statistical Computing. Communications
regarding this publication should be addressed to the editors. All
articles are licensed under the Creative Commons Attribution 4.0
International license (CC BY 4.0, \url{http://creativecommons.org/licenses/by/4.0/}).
\bigskip
Prospective authors will find detailed and up-to-date submission
instructions on the Journal's homepage.
\bigskip
\textbf{Editor-in-Chief:}\\
Roger Bivand, Norwegian School of Economics, Bergen, Norway
\bigskip
\textbf{Executive editors:}\\
Michael Lawrence, Genentech, Inc., San Francisco, USA\\
John Verzani, City University of New York, USA\\
Norman Matloff, University of California, Davis, USA
\bigskip
\textbf{Email:}\\
\texttt{[email protected]}
\bigskip
\textbf{\R{} Journal Homepage:}\\
\url{https://journal.r-project.org/}
\bigskip
\textbf{Editorial advisory board:}\\
Bettina Gruen, Johannes Kepler Universität Linz, Austria\\
Deepayan Sarkar, Indian Statistical Institute, Delhi, India\\
Friedrich Leisch, University of Natural Resources and Life Sciences,
Vienna, Austria\\
Hadley Wickham, RStudio, Houston, Texas, USA\\
Heather Turner, University of Warwick, Coventry, UK\\
John Fox, McMaster University, Hamilton, Ontario, Canada\\
Kurt Hornik, WU Wirtschaftsuniversität Wien, Vienna, Austria\\
Paul Murrell, University of Auckland, New Zealand\\
Peter Dalgaard, Copenhagen Business School, Denmark\\
Martyn Plummer, International Agency for Research on Cancer, Lyon, France\\
Vincent Carey, Harvard Medical School, Boston, USA\\
Torsten Hothorn, University of Zurich, Switzerland
\bigskip The R Journal is indexed/abstracted by EBSCO and Thomson Reuters.
\end{center}
\end{minipage}
\end{center}
\newpage
\begin{article}
\input{editorial}
\end{article}
\cleardoublepage
\sectionhead{Contributed Research Articles}
\addtocontents{toc}{\protect\subsection*{Contributed Research Articles}\protect}
% include import stanzas here
\sectionhead{News and Notes}
\addtocontents{toc}{\protect\subsection*{News and Notes}\protect}
\begin{article}
\subimport{news/}{foundation.tex}
\end{article}
\newpage
\begin{article}
\subimport{news/}{cran.tex}
\end{article}
\newpage
\begin{article}
\subimport{news/}{bioc.tex}
\end{article}
\newpage
\begin{article}
\subimport{news/}{ch.tex}
\end{article}
\newpage
\end{document}