diff options
Diffstat (limited to 'wmletterhead.cls')
-rw-r--r-- | wmletterhead.cls | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/wmletterhead.cls b/wmletterhead.cls index a48af69..0faa98a 100644 --- a/wmletterhead.cls +++ b/wmletterhead.cls @@ -149,14 +149,14 @@ %\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]{\textwidth-\wmaddresswidth}{ + \hskip -\wmlogoWhpos + \includegraphics[height=\wmlogoheight{},keepaspectratio=true]{\wmheaderlogo} + } } + \parbox[t]{\wmaddresswidth}{ + \wmaddress{} } - \parbox[t]{\wmaddresswidth}{ - \wmaddress{} - } } } |