-
Notifications
You must be signed in to change notification settings - Fork 5
/
review-response.tex
63 lines (44 loc) · 1.31 KB
/
review-response.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
%%% Author: Peter W. V. Tran-Jørgensen
%%% URL: https://github.com/peterwvj/revision-letter
\documentclass[a4paper]{article}
% Needed to create links for comments
\usepackage{hyperref}
% Include the 'reviewer comment' and 'response' environments
\input{include/defs}
\begin{document}
\title{Responses to Review Comments on ``Title of Your Paper'' \\
\vspace{0.5em} \large \emph{First round of reviewing}}
\author{First Author \and Second Author \and Third Author}
\maketitle
\setlength\parindent{0pt}
\noindent Introduce the revision letter and acknowledge the reviewers'
hard work.
\section{Reviewer 1}\label{sec:reviewer1}
\begin{revcom}[com1:first-comment]
First comment to be addressed.
\end{revcom}
\begin{response}
Here is the response.
\end{response}
\begin{revcom}[com1:second-comment]
Second comment to be addressed.
\end{revcom}
\begin{response}
See response to comment~\ref{com1:first-comment}.
\end{response}
\section{Reviewer 2}\label{sec:reviewer2}
\begin{revcom}
First comment to be addressed.
\end{revcom}
\begin{response}
Here is the response.
\end{response}
\begin{revcom}[com2:second-comment]
Second comment to be addressed.
\end{revcom}
\begin{response}
Response to comment~\ref{com2:second-comment}.
\end{response}
\bibliographystyle{splncs03}
\bibliography{refs}
\end{document}