-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresponse.Rnw
61 lines (37 loc) · 1.13 KB
/
response.Rnw
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
\documentclass[12pt]{article}
\usepackage{enumerate}
\title{Response to Reviewer Comments}
\author{}
\newcommand{\argmax}{\operatorname{argmax}\displaylimits}
\let\proglang=\textsf
\let\pkg=\emph
\let\code=\texttt
%% for internal use
\newcommand{\readme}[1]{\emph{\marginpar{Ed} (#1)}}
\newcommand{\bennotes}[1]{\emph{\marginpar{Ben} (#1)}}
%\spacing{1}
\begin{document}
%\SweaveOpts{concordance=TRUE}
\maketitle
<<preliminaries, echo=FALSE, message=FALSE, warning=FALSE>>=
library("knitr")
## global knitr options
opts_chunk$set(echo=FALSE, fig.align='center', fig.show='hold', size='footnotesize', cache.path="cache/", warning=FALSE, message = FALSE)
@
\noindent We thank the editor and reviewers for again helping to improve the paper. Our responses to the comments are below.
\subsection*{Editor Comments}
\begin{enumerate}[E.1.]
\item{\em blah}
{\bf Response}:
\end{enumerate}
\subsection*{Reviewer 1 Comments}
\begin{enumerate}[{R1}.1.]
\item{\em blah}
{\bf Response}:
\end{enumerate}
\subsection*{Reviewer 2 Comments}
\begin{enumerate}[R2.1.]
\item{\em blah}
{\bf Response}:
\end{enumerate}
\end{document}