new_project/response_letter/response_letter.tex
2024-02-06 20:10:37 +01:00

88 lines
2.2 KiB
TeX

\documentclass[10pt]{cnrslet}
\usepackage{xcolor,mhchem,mathpazo,ragged2e}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{txfonts}
\newcommand{\alert}[1]{\textcolor{red}{#1}}
\usepackage[UKenglish]{datetime}
% Formal environment
\usepackage[strict]{changepage}
\definecolor{darkblue}{rgb}{0.0, 0.0, 0.55}
\definecolor{formalshade}{rgb}{0.95,0.95,1}
\usepackage{framed}
\newcommand{\ajwt}[1]{{\color{red}{#1}}}
\newenvironment{formal}{%
\def\FrameCommand{%
{\color{darkblue}\vrule width 2pt}%
{\color{formalshade}\vrule width 4pt}%
\colorbox{formalshade}%
}%
\MakeFramed{\advance\hsize-\width\FrameRestore}%
\noindent\hspace{-4.55pt}% disable indenting first paragraph
\begin{adjustwidth}{}{7pt}%
\vspace{-4pt}%
}
{%
\vspace{4pt}\end{adjustwidth}\endMakeFramed%
\vspace{-8pt}
}
% Paper specifics
\newcommand{\journal}{Journal}
\newcommand{\papertitle}{Title}
\begin{document}
\newdateformat{UKvardate}{%
\THEDAY\ \monthname[\THEMONTH], \THEYEAR}
\UKvardate\renewcommand{\headrulewidth}{0pt}
\fromwhom{}{Pierre-Fran\c{c}ois Loos}{}{Laboratoire de Chimie et Physique Quantiques (UMR5626)}{loos@irsamc.ups-tlse.fr}{+33 5 6155 7339}{}
\setsalutation{To}
\renewcommand{\yoursdetails}{Yours sincerely, the authors}
\begin{letter}%
{the Editors of \textit{\journal{}}}
%\opening{Dear Editors,}
\vspace{-1em}
\justifying
Please find attached a manuscript entitled
\vspace{-1.25em}
\begin{center}
\textbf{\papertitle{}}
\end{center}
\vspace{-1.25em}
that we recently submitted as a \underline{Regular Article} to the \textit{\journal}.
We thank the reviewers for their constructive comments and for supporting publication of the present manuscript.
Our detailed responses to their comments can be found below.
For convenience, changes are highlighted in red in the revised version of the manuscript. We look forward to hearing from you.
\end{letter}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
{\large \bf Response to Reviewer 1:}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{formal}
bla bla bla
\end{formal}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
{\large \bf Response to Reviewer 2:}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{formal}
bla bla bla
\end{formal}
\end{document}