diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-12-28 23:29:19 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-12-28 23:29:19 -0500 |
commit | 5f557450a55ba17fd88e9b84cb05e155c53cc424 (patch) | |
tree | c1af1929fda2d2d2bc990da9b5d60e0d1a50e665 | |
parent | 96096c665bad2ab2b6e0fe27d78ef376ec8deba6 (diff) | |
download | wmletterhead-5f557450a55ba17fd88e9b84cb05e155c53cc424.tar.gz wmletterhead-5f557450a55ba17fd88e9b84cb05e155c53cc424.zip |
reformating
-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{} - } } } |