-
Notifications
You must be signed in to change notification settings - Fork 2
/
jourrr.tex
198 lines (146 loc) · 6.22 KB
/
jourrr.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
\documentclass{jourrr}
\usepackage{caption}
% Path to your signature (if you have one).
\signaturePath{imgs/jourrr-signature.png}
%---------------------------------------------------------------------%
% Your Data %
%---------------------------------------------------------------------%
% change according to your data
\NameSurname{Name Surname}
%---------------------------------------------------------------------%
% Article data %
%---------------------------------------------------------------------%
% journal name
\JournalName{JournalName}
% title of your manuscript (paper)
\Title{A review of journal name title}
% name of the EiC
\Editor{Prof. Name Surname}
% name of the special issue (if any)
\SpecialIssue{SI 2022}
% Manuscript ID
\ManuscriptID{1234567890}
% Name of the Associate Editor
\AssociateEditor{Prof. Name Surname}
%---------------------------------------------------------------------%
% Response letter main part %
%---------------------------------------------------------------------%
% There is no need to change the following part - here for customization.
% Line spacing
\renewcommand{\baselinestretch}{1.3}
% Addressing the Person
\PersonAddressing{Dear Editor}
% change valediction in \valediction{ \OPTION_HERE } or \valediction{ Custom text }
% \yoursfaithfully % In case we do not know the name of the Editor
% \yourssincerely % In case we know the name of the Editor
% \yourstruly % American version of Yours faithfully
% \bestregards
\valediction{\yourssincerely}
\signature{\pNameSurname (On behalf of all Authors)\newline \break
University of City}
%---------------------------------------------------------------------%
\Introduction{We sincerely thank you for your help, kindness, and the opportunity to submit our manuscript for review in your journal. We have studied each comment carefully and acted upon every point raised by the reviewers. \newline \break
In response, we have revised our manuscript as suggested. We made changes which enhanced the written quality and flow of the paper. \newline \break
Below, we have provided detailed responses to each reviewer's comments and outlined the corresponding revisions. \newline \break
We look forward to your response.}
\ReviewerThank{The authors sincerely thank both reviewers for their time and detailed feedback on the manuscript. Their thorough and constructive remarks have been invaluable in addressing the manuscript’s shortcomings and ambiguities. We greatly appreciate their efforts. Below, we provide a point-by-point response to each reviewer's comments and suggestions.}
%---------------------------------------------------------------------%
% Possible colours for reviewers are:
% red, green, blue, cyan, magenta, yellow, black, grey, white, dark grey,
% light grey, brown, lime, olive, orange, pink, purple, teal, violet
% Refer to the xcolor package for more information
%---------------------------------------------------------------------%
\begin{document}
\loadgeometry{title}
\begin{titlepage}
\large % Font size
\responseheader{
Responses to Reviewers Comments on\\
``\pJournalName``\\
(\pManuscriptID)
}
%----------------------------------------------------------------------%
% Title page %
%----------------------------------------------------------------------%
\begin{center}
Responses to Reviewers Comments on\\
``\pJournalName``\\
(\pManuscriptID)
\end{center}
% Today's date
\today
\vspace*{1\baselineskip}
\pPersonAddressing,
\pIntroduction
\vfill
\pvalediction\par
\psignature
% The following line shows your signature. Comment it out if you don't have one / plan to use digital on .pdf
\showSignature{\pSignaturePath}
\end{titlepage}
%----------------------------------------------------------------------%
% Table of contents %
%----------------------------------------------------------------------%
\tableofcontents
\clearpage
%----------------------------------------------------------------------%
% Main part %
%----------------------------------------------------------------------%
\pagestyle{empty}
% Load predefined geometry for document
\loadgeometry{doc}
% Set line spread for this part
\linespread{1.5}\selectfont
\pReviewerThank
\editorresponse \newline
\editorcomment{This is the comment from the EiC}
% comment
\associateeditorresponse \newline
\associateeditorcomment{This is the comment from the AE}
\referee{}\newline
Comments to the Author.
General comment of the reviewer to the author.
\response{true}{blue}{The authors thank Reviewer 1 for their positive mention of our work.}
\comment{This is the comment}
\response{false}{blue}{This is the response}
\comment{This is the comment}
\response{false}{blue}{This is the response}
\clearpage
\referee{}\newline
Comments to the Author.
General comment of the reviewer to the author.
\response{true}{blue}{The authors thank Reviewer 2 for their positive mention of our work.}
\comment{This is the comment}
\response{false}{blue}{The authors thank Reviewer 2 for their positive mention of our work.
\centering % example of including a figure
\includegraphics[width=2.0in]{imgs/niapy.png}
\captionof{figure}{Caption for image}
}
\comment{This is the comment}
\response{true}{red}{
\begin{center}
\begin{tabular}{|c|c|c|}
\hline
A & B & C \\
\hline
D & E & F \\
\hline
G & H & I~\cite{article1} \\
\hline
\end{tabular}
\end{center}
}
\response{true}{blue}{The authors thank Reviewer 2 for their positive mention of our work.}
% Missing reviewer, skip a number
\missingreferee
\referee{}\newline
...
% optional - we can also include references
\bibliographystyle{plain}
\bibliography{references.bib}
\vfill
\pvalediction\\
\pNameSurname
% Next line shows your signature. Comment it out if you don't have one / plan to use digital on .pdf
\showSignature{\pSignaturePath}
\end{document}