summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jourrr
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-10-15 03:01:29 +0000
committerNorbert Preining <norbert@preining.info>2023-10-15 03:01:29 +0000
commit967ed7c471b7ea6d818e72b7ec41c6c491e6930a (patch)
treecc3ff5710fc75cf92f86e363a04cefb640deb65b /macros/latex/contrib/jourrr
parent315010c30c0dab68a71ca741364438a7a0b1261f (diff)
CTAN sync 202310150301
Diffstat (limited to 'macros/latex/contrib/jourrr')
-rw-r--r--macros/latex/contrib/jourrr/README.md6
-rw-r--r--macros/latex/contrib/jourrr/jourrr.cls23
-rw-r--r--macros/latex/contrib/jourrr/jourrr.pdfbin82561 -> 84352 bytes
-rw-r--r--macros/latex/contrib/jourrr/jourrr.tex48
4 files changed, 51 insertions, 26 deletions
diff --git a/macros/latex/contrib/jourrr/README.md b/macros/latex/contrib/jourrr/README.md
index bfa7620553..3a4e1f9e62 100644
--- a/macros/latex/contrib/jourrr/README.md
+++ b/macros/latex/contrib/jourrr/README.md
@@ -1,7 +1,8 @@
# A LaTeX template for a journal rebuttal letter (response to editors/reviewers)
-<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
+[![CTAN](https://img.shields.io/ctan/v/jourrr.svg)](https://ctan.org/pkg/jourrr)
+![GitHub repo size](https://img.shields.io/github/repo-size/firefly-cpp/latex-response-reviewers?style=flat-square)
+[![GitHub license](https://img.shields.io/github/license/firefly-cpp/latex-response-reviewers.svg)](https://github.com/firefly-cpp/latex-response-reviewers/blob/master/LICENSE)
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
-<!-- ALL-CONTRIBUTORS-BADGE:END -->
## About
@@ -23,6 +24,7 @@ The repository hosts a template for writing responses to editors'/reviewers' com
## Download/Install
+Please install the `jourrr` package through the package manager of your TeX distribution or download it directly from: [CTAN](https://www.ctan.org/pkg/jourrr).
## Related templates
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}}
diff --git a/macros/latex/contrib/jourrr/jourrr.pdf b/macros/latex/contrib/jourrr/jourrr.pdf
index 118ed72e8e..c6460e913e 100644
--- a/macros/latex/contrib/jourrr/jourrr.pdf
+++ b/macros/latex/contrib/jourrr/jourrr.pdf
Binary files differ
diff --git a/macros/latex/contrib/jourrr/jourrr.tex b/macros/latex/contrib/jourrr/jourrr.tex
index 6998b73061..5a309f2956 100644
--- a/macros/latex/contrib/jourrr/jourrr.tex
+++ b/macros/latex/contrib/jourrr/jourrr.tex
@@ -2,14 +2,14 @@
% Path to your signature (if you have one).
\signaturePath{imgs/jourrr-signature.png}
-%----------------------------------------------------------------------
-% Your Data
-%----------------------------------------------------------------------
+%---------------------------------------------------------------------%
+% Your Data %
+%---------------------------------------------------------------------%
% change according to your data
\NameSurname{Name Surname}
-%----------------------------------------------------------------------
-% Article data
-%----------------------------------------------------------------------
+%---------------------------------------------------------------------%
+% Article data %
+%---------------------------------------------------------------------%
% journal name
\JournalName{JournalName}
% title of your paper
@@ -25,9 +25,9 @@
\AssociateEditor{Prof. Name Surname}
-%----------------------------------------------------------------------
-% Response letter main part
-%----------------------------------------------------------------------
+%---------------------------------------------------------------------%
+% Response letter main part %
+%---------------------------------------------------------------------%
% No need to change the following part - here for customization
% Line spacing
\renewcommand{\baselinestretch}{1.3}
@@ -44,7 +44,7 @@
\signature{\pNameSurname (On behalf of all Authors)\newline \break
University of City}
-%----------------------------------------------------------------------
+%---------------------------------------------------------------------%
\Introduction{We would like to Thank you very much for your help, kindness, and your willingness by giving us a chance to submit our manuscript to the review process of your journal. We have studied each comment carefully and had acted upon every point raised by the reviewers. \newline \break
We also revised our manuscript as suggested by reviewers. We made changes which enhance the written quality and flow of the paper. \newline \break
@@ -52,12 +52,12 @@ Below, we have highlighted responses to each comment from the reviewers and indi
Looking forward to hearing from you soon.}
\ReviewerThank{Authors would like to sincerely thank the both Reviewers for the time spent on reading and commenting the manuscript. The given remarks are very thorough and extremely helpful to overcome the shortcomings and ambiguities in the manuscript. The Reviewer's effort is highly appreciated. In what follows, a point-by-point reply to the Reviewer’s remarks, comments and suggestions is given.}
-%----------------------------------------------------------------------
+%---------------------------------------------------------------------%
% Possible colors for reviewers are:
% red, green, blue, cyan, magenta, yellow, black, gray, white, darkgray,
% lightgray, brown, lime, olive, orange, pink, purple, teal, violet
% Refer to the xcolor package for more information
-%----------------------------------------------------------------------
+%---------------------------------------------------------------------%
\begin{document}
\loadgeometry{title}
@@ -99,7 +99,7 @@ Responses to Reviewers Comments on\\
\end{titlepage}
%----------------------------------------------------------------------%
-% Table of contents %
+% Table of contents %
%----------------------------------------------------------------------%
\tableofcontents
@@ -142,6 +142,8 @@ General comment of reviewer to the author.
\response{false}{blue}{This is the response}
+\clearpage
+
\referee{}\newline
Comments to the Author.
@@ -151,11 +153,27 @@ General comment of reviewer to the author.
\comment{This is the comment}
-\response{false}{blue}{This is the response}
+\response{false}{blue}{Authors thanks the Reviewer 1 for his/her positive mention about our work. Authors thanks the Reviewer 1 for his/her positive mention about our work. Authors thanks the Reviewer 1 for his/her positive mention about our work.}
\comment{This is the comment}
-\response{false}{blue}{This is the response}
+\response{true}{red}{
+ \begin{center}
+ \begin{tabular}{|c|c|c|}
+ \hline
+ A & B & C \\
+ \hline
+ D & E & F \\
+ \hline
+ G & H & I \\
+ \hline
+ \end{tabular}
+ \end{center}
+}
+\response{true}{blue}{Authors thanks the Reviewer 1 for his/her positive mention about our work.}
+
+% Missing reviewer, skip a number
+\missingreferee
\referee{}\newline
...