diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-12-28 14:34:25 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-12-28 14:34:25 -0500 |
commit | 96096c665bad2ab2b6e0fe27d78ef376ec8deba6 (patch) | |
tree | 1df70e2bd47b0f0890a02b2efea25c74feb26824 /wmletterhead.cls | |
parent | f8b59443812f5bd553202078503c44e121680f55 (diff) | |
download | wmletterhead-96096c665bad2ab2b6e0fe27d78ef376ec8deba6.tar.gz wmletterhead-96096c665bad2ab2b6e0fe27d78ef376ec8deba6.zip |
header redone
Diffstat (limited to 'wmletterhead.cls')
-rw-r--r-- | wmletterhead.cls | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/wmletterhead.cls b/wmletterhead.cls index 5edf14b..a48af69 100644 --- a/wmletterhead.cls +++ b/wmletterhead.cls @@ -83,7 +83,7 @@ \setlength{\wmlogohpos}{0.76in}% ideally should be calculated from \wmleftmargin and \wmlogoheight \setlength{\wmlogovpos}{0.75in}% same as above \setlength{\wmlogoWhpos}{0.82in}% same as above -\setlength{\wmlogoWvpos}{0.50in}% same as above +\setlength{\wmlogoWvpos}{.15in}% same as above % -------------------------------------------------- % Required by WM @@ -132,7 +132,6 @@ \ifx\@empty\fromaddress {} \else - \raggedleft% \begin{tabular}{l@{}}\ignorespaces \fromaddress% \end{tabular}% @@ -146,11 +145,18 @@ \newcommand{\wmfromwithlogo}{ \setwmaddresssizes - \hskip -\wmlogoWhpos - \includegraphics[height=\wmlogoheight{},keepaspectratio=true]{\wmheaderlogo} - \hfill - \parbox[t]{\wmaddresswidth}{ - \wmaddress{} + %\hskip -\wmlogoWhpos + %\includegraphics[height=\wmlogoheight{},keepaspectratio=true]{\wmheaderlogo} + \parbox[t]{\textwidth}{ + \raisebox{\wmlogoWvpos}{ + \parbox[t]{\textwidth-\wmaddresswidth}{ + \hskip -\wmlogoWhpos + \includegraphics[height=\wmlogoheight{},keepaspectratio=true]{\wmheaderlogo} + } + } + \parbox[t]{\wmaddresswidth}{ + \wmaddress{} + } } } |