1\usepackage{graphicx}
2\usepackage{makeidx}
3\pagestyle{headings}
4
5%% Set PDF 1.5 and compression, including object compression
6%% Needed for MiKTeX -- most other distributions default to this
7\ifx\pdfoutput\undefined
8\else
9  \ifx\pdfoutput\relax
10  \else
11    \ifnum\pdfoutput>0
12      % PDF output
13      \pdfminorversion=5
14      \pdfcompresslevel=9
15      \pdfobjcompresslevel=2
16    \fi
17  \fi
18\fi
19
20\makeatletter
21\renewcommand\@pnumwidth{2.05em} % over 1000 pages
22\makeatother
23
24\makeindex
25\sloppy{}
26
27\begin{document}
28\pagenumbering{Roman}
29
30\begin{titlepage}
31  \strut\vfill
32
33  \begin{center}
34    \Huge
35    \textbf{R: A Language and Environment for Statistical Computing}
36
37    \LARGE
38    \par\vspace*{6\medskipamount}
39    \textbf{Reference Index}
40
41    \par\vspace*{6\medskipamount}
42    The \R\ Core Team
43
44    \large
45    \par\vspace*{3\medskipamount}
46    Version \input{version}
47  \end{center}
48
49  \vfill
50  \vfill
51  \noindent
52  Copyright ({\copyright}) 1999--2012 R Foundation for Statistical Computing.
53
54  \noindent
55  Permission is granted to make and distribute verbatim copies of this
56  manual provided the copyright notice and this permission notice are
57  preserved on all copies.
58
59  \noindent
60  Permission is granted to copy and distribute modified versions of this
61  manual under the conditions for verbatim copying, provided that the
62  entire resulting derived work is distributed under the terms of a
63  permission notice identical to this one.
64
65  \noindent
66  Permission is granted to copy and distribute translations of this manual
67  into another language, under the above conditions for modified versions,
68  except that this permission notice may be stated in a translation
69  approved by the R Core Team.
70
71  \par\bigskip\noindent
72  R is free software and comes with ABSOLUTELY NO WARRANTY.  You are
73  welcome to redistribute it under the terms of the GNU General Public
74  License.  For more information about these matters, see
75  \textsf{https://www.gnu.org/copyleft/gpl.html}.
76\end{titlepage}
77
78\pagenumbering{roman}
79\tableofcontents
80\cleardoublepage
81
82\pagenumbering{arabic}
83
84%%% Local variables: ***
85%%% mode: LaTeX ***
86%%% End: ***
87