68 lines
1.7 KiB
TeX
68 lines
1.7 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}
|
|
for consideration as a \underline{Regular Article} to the \textit{\journal}.
|
|
This contribution has never been submitted in total nor in parts to any other journal, and has been seen and approved by all authors.
|
|
|
|
\end{letter}
|
|
|
|
|
|
|
|
\end{document}
|