summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jourrr/jourrr.cls
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/jourrr/jourrr.cls')
-rw-r--r--macros/latex/contrib/jourrr/jourrr.cls23
1 files changed, 14 insertions, 9 deletions
diff --git a/macros/latex/contrib/jourrr/jourrr.cls b/macros/latex/contrib/jourrr/jourrr.cls
index 42420539c7..f72d7077fc 100644
--- a/macros/latex/contrib/jourrr/jourrr.cls
+++ b/macros/latex/contrib/jourrr/jourrr.cls
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{jourrr}[2023/06/04 Response to reviewers template]
+\ProvidesClass{jourrr}[2023/10/14 A LaTeX template for a journal rebuttal letter]
% load class
\LoadClass[11pt,a4paper]{article} % Font size and paper type
@@ -163,22 +163,27 @@
\setcounter{aecommentcounter}{1}
\newcommand{\referee}[0]{\underline{\large The authors’ reply to the Reviewer \therefereecounter:} \phantomsection \addcontentsline{toc}{section}{Author's reply to reviewer \therefereecounter} \\ \newline
-\textbf{\Large Referee \therefereecounter:} \addtocounter{refereecounter}{1}\\\setcounter{commentcounter}{1}}
+\textbf{\Large Reviewer \therefereecounter:} \addtocounter{refereecounter}{1}\\\setcounter{commentcounter}{1}}
+
+\newcommand{\missingreferee}[0]{\addtocounter{refereecounter}{1}}
\newcommand{\response}[3]{%
-\hspace{-0.3cm}
- \begin{tabular}{p{14cm} w{c}{3cm}}
- \textbf{Response:} {\color{#2} #3} & {\Huge \completed{#1}} \\ % Set font of checkbox here
- \end{tabular} %
+ \noindent
+ \begin{minipage}[t]{0.955\linewidth}
+ \textbf{Response:} \color{#2}#3
+ \end{minipage}%
+ \hfill
+ \begin{minipage}[t]{0.15\linewidth}
+ {\Huge \completed{#1}}
+ \end{minipage}
+ \vspace{1em} % adding some space after the command for separation
}
-
\newcommand{\comment}[1]{\textbf{Comment \thecommentcounter:} #1 \addtocounter{commentcounter}{1}}
-
% macros for responding editor/associate editor
\newcommand{\editorcomment}[1]{\textbf{Editor's Comment \theeiccommentcounter: } #1\addtocounter{eiccommentcounter}{1}}
-\newcommand{\editorresponse}[0]{\underline{\large The authors’ reply to the Editor-in-Chief} \phantomsection \addcontentsline{toc}{section}{Editor in Chief}}
+\newcommand{\editorresponse}[0]{\underline{\large The authors’ reply to the Editor-in-Chief} \phantomsection \addcontentsline{toc}{section}{Editor-in-Chief}}
\newcommand{\associateeditorcomment}[1]{\textbf{Associate Editor's Comment \theaecommentcounter: } #1\addtocounter{aecommentcounter}{1}}
\newcommand{\associateeditorresponse}[0]{\underline{\large The authors’ reply to the Associate Editor} \phantomsection \addcontentsline{toc}{section}{Associate Editor}}