-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
72 lines (55 loc) · 1.94 KB
/
main.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
% Load packages
\documentclass[11pt]{article}
\usepackage[a4paper, total={6.5in, 9in}]{geometry}
\usepackage{pbyp}
\setlength{\parindent}{0pt} % No indents
\begin{document}
\begin{center}
\Large\bfseries A \LaTeX{} template for writing beautiful point-by-point responses
\end{center}
We would like to thank the reviewers \rev{1}, \rev{2}, \rev{3}, and the \revAE for their thorough review of our manuscript. Please find our point-by-point response below.
% Question by AE
\begin{question}{\QuestionRevAE{Q1}}\label{AE:Q1}
This is a comment by the associate editor.
\end{question}
\begin{response}
This is our response to this comment.
\end{response}
% There may be some general comments by the reviewers
\begin{question}{\QuestionRevA{General}}\label{R1:general}
This is a general comment about your paper
\end{question}
\begin{response}
This is our response to this general comment.
\end{response}
% First question by reviewer 1
\begin{question}{\QuestionRevA{Q1}}\label{R1:Q1}
I have some question.
\end{question}
\begin{response}
Here is our response. Please also see our response to \cref{AE:Q1}.
\end{response}
% First question by reviewer 2
\begin{question}{\QuestionRevB{Q1}}\label{R2:Q1}
I also have some question.
\end{question}
\begin{response}
Here is our response. We also updated this in the manuscript (\addlines)
\begin{revised}
We greatly improved our manuscript by incorporating everything that the reviewer suggested! We even reference \cite{knuth1986} as they requested!
\end{revised}
Thank you for the great comments!
\end{response}
% Second question by reviewer 2
\begin{question}{\QuestionRevB{Q2}}\label{R2:Q2}
I have another question
\end{question}
\begin{response}
Here is our response. Please also see our responses to \cref{AE:Q1,R1:Q1,R2:Q1}.
\end{response}
% References
\begin{thebibliography}{10}
\bibitem{knuth1986}
Donald E. Knuth (1986) \emph{The \TeX{} Book}, Addison-Wesley Professional.
\end{thebibliography}
\end{document}