% Cover letter using letter.cls
\documentclass[11pt]{letter}
\usepackage{xstring}
\StrBefore{\jobname}{-}[\fn]%%Get filename
\StrBehind{\jobname}{-}[\ver]%%get version
\newcommand{\vera}{-\ver}
\IfStrEq{\vera}{-}{% true part
  \def\veraa{}
}{% false part
  \def\veraa{\vera}
}
%\usepackage{lmodern}
\usepackage{newcent}
\topmargin=-1.5in    % Make letterhead start about 1 inch from top of page
\textheight=10.5in  % text height can be bigger for a longer letter
\oddsidemargin=0pt % leftmargin is 1 inch
\textwidth=6.5in   % textwidth of 6.5in leaves 1 inch for right margin
\usepackage{xr-hyper}
\usepackage[colorlinks,
  linkcolor=blue,
  anchorcolor=blue,
  citecolor=blue,
  urlcolor=black,
  filecolor=blue,
  pdfnewwindow=true,
  bookmarks=true
]{hyperref}
\usepackage{nameref}
\usepackage{lineno}
\iftrue
%\externaldocument[old-]{Manuscript_old}[Manuscript_old.pdf]
\externaldocument[new-]{ManuscriptNew\veraa}[ManuscriptNew\veraa.pdf]
\externaldocument[apd-]{Supporting\veraa}[Supporting\veraa.pdf]
\externaldocument[ren-]{RevisionNote\veraa}[RevisionNote\veraa.pdf]
\fi
\usepackage{ulem}% for delete line with \cite http://blog.sina.com.cn/s/blog_53a8a4710100nmvf.html
%\usepackage{natbib}
%\usepackage{letterbib}%need letterbib.sty
%\bibliographystyle{unsrt}  % mathematics and physical sciences
%\bibliographystyle{spmpsci}  % mathematics and physical sciences
%\bibliographystyle{spphys}  % APS-like style for physics
%\bibliography{} % name your BibTeX data base


\begin{document}
\let\raggedleft\raggedright
%\address{}
\signature{Min Yang\\
%\signature{Wei An\\
  %Professor, State Key Laboratory of Environmental Aquatic Chemistry\\
  State Key Laboratory of Environmental Aquatic Chemistry\\
  Research Center for Eco-Environmental Sciences\\
  Chinese Academy of Sciences\\
  P. O. Box 2871, Beijing, 100085 China\\
  Tel: 86-10-62923475;\\
  Fax: 86-10-62923541\\
  E-mail: \href{mailto:yangmin@rcees.ac.cn}{yangmin@rcees.ac.cn}\\
  %E-mail: anwei@rcees.ac.cn\\
}
\longindentation=0pt
\begin{letter}{}
  \opening{The Editor of \textit{Water Research}\\[2ex]\\Dear Sir,\\[-3ex]}
  \noindent

  The accompanying full-length article entitled: ``\textit{\textbf{Establishment of quantitative PCR methods for
    quantification of geosmin-producing potential and \textit{Anabaena} sp.~in freshwater systems}}" is the revised
    version of the manuscript (\textbf{WR21535}, revision NO.: \textbf{WR21535R1}) for publication in
    \textbf{\textit{Water Research}}.

    Thank you for your kind consideration of our paper. According to the comments and suggestions of the reviewer, we
    have carefully revised this manuscript, a new paragraph was added to enhance the novelty by comparing with other
    studies; besides, some spelling errors were corrected. 

    The point to point responses to your and reviewers' comments are shown in a separate sheet labeled as
    ``\textbf{Revision Note}'', with the normal text indicates the original comments and the bold text indicates our
    responses. The blue fonts (such as \S\ref{new-resdiss} \nameref{new-resdiss}, and Figure \ref{apd-fig:arganova}) in
    the revised Manuscript or revised Supporting Information indicate the hyper link to corresponding positions. Please
    click it if you want to see the details in the Manuscript or Supporting Information (Please download the
    \href[pdfnewwindow]{ManuscriptNew\veraa.pdf}{\textbf{ManuscriptNew\veraa.pdf}} and
    \href[pdfnewwindow]{Supporting\veraa.pdf}{\textbf{Supporting\veraa.pdf}} with the links given in the last two pages of this file
    \textbf{WR21535R2.pdf}, and store them with this file in the same folder in your computer with the default filename
    (ManuscriptNew\veraa.pdf, Supporting\veraa.pdf)).  I believe that the quality and readability of this revised
    manuscript have been significantly improved.

    \closing{Yours sincerely,}

    \end{letter}
    \end{document}

