-
Notifications
You must be signed in to change notification settings - Fork 3
/
responseReview.tex
198 lines (154 loc) · 5.91 KB
/
responseReview.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
% ======================================================= %
% Document: TEMPLATE FOR RESPONSES TO REVIEWERS
% Author: Raula G. Kula
% Date: Oct, 2016
% ======================================================= %
\documentclass{article}
% packages
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{url}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage{etoolbox}
\usepackage{titlesec}
\usepackage{float}
\usepackage[hidelinks]{hyperref}
\usepackage{anysize}
\marginsize{2.5cm}{3cm}{1.5cm}{3.5cm}
\usepackage{listings}
\usepackage[tight,footnotesize]{subfigure}
\usepackage{tikz}
\def\checkmark{\textcolor{darkblue}{\tikz\fill[scale=0.4](0,.35) -- (.25,0) -- (1,.7) -- (.25,.15) -- cycle; fixed }}
\newcommand{\eg}{e.g.,}
\newcommand{\ie}{i.e.,}
%\newcommand\raula[1]{\nbnote{Raula}{\textcolor{blue}{#1}}}
\newcommand{\dmc}{DU}
\newcommand{\dmcfull}{System Dependency Update}
\graphicspath{{pics/}}
% and their extensions so you won't have to specify these with
% every instance of \includegraphics
\DeclareGraphicsExtensions{.pdf,.jpeg,.png}
\newcommand{\lib}[2]{$\mathcal{L}$(\texttt{#1},\textit{v.#2)}}
\newcommand{\sys}[2]{$\mathcal{S}$(\texttt{#1},\textit{v.#2)}}
\definecolor{gray}{rgb}{0.4,0.4,0.4}
\definecolor{darkblue}{rgb}{0.0,0.0,0.6}
\definecolor{cyan}{rgb}{0.0,0.6,0.6}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\lstset{
basicstyle=\ttfamily\small,
columns=fullflexible,
showstringspaces=false,
commentstyle=\color{gray}\upshape,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2
}
\lstdefinelanguage{XML}
{
backgroundcolor=\color{backcolour},
morestring=[b]",
morestring=[s]{>}{<},
morecomment=[s]{<?}{?>},
stringstyle=\color{black},
identifierstyle=\color{darkblue},
keywordstyle=\color{cyan},
morekeywords={dependency,version,dependencies}% list your attributes here
}
% macros
\newcommand{\question}[1]{\vspace{1em} \noindent \hangindent=0em \textbf{\textcolor{Maroon}{}}#1}
\newcommand{\answer}[1]{~\\\vspace{0.1em} \hangindent=2.5em \textbf{\textcolor{darkblue}{\uline{Response}:~}}\textcolor{darkblue}{#1}}
\renewcommand\thesubsection{\normalsize\color{Maroon}{\uline{\question\getCurrentSectionNumber.\arabic{subsection}}}}
\titleformat{\subsection}[runin]
{\normalsize\normalfont\bfseries}{\thesubsection}{1em}{}
\newcommand\getcurrentref[1]{%
\ifnumequal{\value{#1}}{0}
{E}
{R\the\value{#1}}%
}
\makeatletter
\renewcommand\thesection{}
\makeatother
\newcommand{\getCurrentSectionNumber}{\getcurrentref{section}}
\usepackage[normalem]{ulem}
\definecolor{darkred}{rgb}{1,.6,.6}
\DeclareRobustCommand\problemline{\bgroup\markoverwith{\textcolor{darkred}{\rule[-0.9ex]{4pt}{3pt}}}\ULon}
\DeclareRobustCommand{\problem}[1]{\problemline{#1}} % soul
\setcounter{secnumdepth}{2}
\setcounter{section}{-1}
\newcommand{\comment}[1]{\indent\indent\hangindent=2.5em{\color{darkblue}#1}}
\newcommand{\inlineComment}[1]{{\color{darkblue}-#1}}
\lstdefinelanguage{inlineText}
{
backgroundcolor=\color{backcolour},
breaklines=true,
basicstyle=\ttfamily\small\color{darkblue},
columns=flexible,
xleftmargin=2.5em,
showstringspaces=false,
commentstyle=\color{gray}\upshape,
numbers=none,
numbersep=0pt,
showspaces=false,
showstringspaces=false,
keywordstyle=\color{red},
showtabs=false,
tabsize=1,
mathescape=true,
literate=
{=}{$\leftarrow{}$}{1}
{==}{$={}$}{1},
breakindent=0pt,
resetmargins=true
% list your attributes here
}
\newcommand{\newlen}[0]{TODO}
\begin{document}
% ======================================================= %
\title{Responses to Reviewers\\~\\0000-0-00-00111\\submitted to\\Marvel Comics Journal}
%\subtitle{Subtitle}
\author{Bruce Wayne, Clark Kent and Anthony Stark}
\maketitle
% ======================================================= %
\noindent Dear Editor and Reviewers,\\
\noindent We thank you $<$ message to editors and reviewers $>$.
In the remainder of this document, we describe the changes that we have made to the paper for resubmission.
% \section{Letter from editor}
%
% $<$ insert letter from editor if relevant $>$
% ======================================================= %
\section{Response to Editor}
\subsection{} This is the normal editor comments
\answer {This is a response from authors. }
\label{E:1}
\begin{minipage}{\linewidth}
\begin{lstlisting}[language= inlineText]
<<Section 1.0, Introduction>>
...This is used for some quotes to the changed manuscript....
\end{lstlisting}
\end{minipage}
\indent\comment{This is a comment without the Response prefix, usually after a inline text}
% ======================================================= %
\section{Response to Reviewer \getCurrentSectionNumber}
\subsection{} This is the normal reviewer comments
\label{R1.1}
\answer {This is a response from authors. At the bottom we have a reference to related responses}
\comment{[Related responses: \ref{E:1}]}
\subsection{} This is the normal reviewer comments
\answer {This is a response from authors. This response will be abit longer. This is a response from authors. This response will be abit longer. This is a response from authors. This response will be abit longer. This is a response from authors. This response will be abit longer }
\label{R:R2.5} \textit{Minors:} \\
$\bullet$ \texttt{p2:} footnote 2 is out of sync \checkmark \inlineComment{add for some readers}
% ======================================================= %
\section{Response to Reviewer \getCurrentSectionNumber}
\subsection{} This is the normal reviewer comments
\label{R2.1}
\answer {This is a response from authors. }
\section{Conclusions}
Final message to editor and reviewers.
\hfill Kind regards,
\hfill The Authors
% ======================================================= %
\end{document}
% ======================================================= %