Well, I finally hacked it myself all the way. It was trivial. I simply replaced

>   [EMAIL PROTECTED]@{}}%
>     \toname\\ \toaddress
>   \end{tabular}\par

by these lines taken from the original letter class

    [EMAIL PROTECTED]
      \toname\\ \toaddress \\*[2\parskip]%
      [EMAIL PROTECTED] \end{tabular}\par}%

I have little idea as to what they mean, but they seem to achieve the
desired effect. Those interested will find attached the latest
frletter class. I will put the layout, template and pdf output on the
Wiki.

Does anyone know how should I submit this "new" class to CTAN?

Liviu

On 10/20/07, Liviu Andronic <[EMAIL PROTECTED]> wrote:
> This is how I need it hacked: [4]. In words, I would simply need to
> keep the "send to address" left-aligned but somewhere next to the
> right-edge of the page, and between "my address" and "opening". It
> would essentially look and feel like the "my address" field
> (screenshot: [5]) from the original letter class, but would be
> immediately before the "opening" field.

> % changed the opening
> \renewcommand*{\opening}[1]{%
>   \thispagestyle{firstpage}%
>   [EMAIL PROTECTED]
>   \else  %if there is a from address
>     [EMAIL PROTECTED]@{}}%
>       \fromaddress
>     \end{tabular}\par%
>   \fi
>   [EMAIL PROTECTED]@{}}%
>     \toname\\ \toaddress
>   \end{tabular}\par
>   [EMAIL PROTECTED]  Put the date on a line of it's own
> %    [EMAIL PROTECTED]
>   \vspace{2\parskip}%
>   #1\par\nobreak
>   \vspace{2\parskip}%
> }

Attachment: frletter.cls
Description: Binary data

Reply via email to