32 lines
542 B
TeX
32 lines
542 B
TeX
|
\documentclass[10pt]{letter}
|
||
|
\usepackage{UPS_letterhead,color,mhchem,mathpazo,ragged2e}
|
||
|
\newcommand{\alert}[1]{\textcolor{red}{#1}}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\begin{letter}%
|
||
|
{To the Editors of the Journal of X,}
|
||
|
|
||
|
\opening{Dear Editors,}
|
||
|
|
||
|
\justifying
|
||
|
|
||
|
Please find enclosed our manuscript entitled \textit{``My article''},
|
||
|
which we would like you to consider as a Regular Article in the \textit{Journal of X}.
|
||
|
|
||
|
We suggest XXX as potential referees.
|
||
|
|
||
|
We look forward to hearing from you soon.
|
||
|
|
||
|
\closing{Sincerely,}
|
||
|
|
||
|
|
||
|
\end{letter}
|
||
|
\end{document}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|