diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-12-29 11:23:02 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-12-29 11:26:00 -0500 |
commit | fe11a4c469b8a780d9431437d12205d79c9e6ed1 (patch) | |
tree | ab5e4d7834b854552246808b30128dde28688b35 | |
parent | abe992e79e5c7940f09a9e77d0d7243a45caf00c (diff) | |
download | wmletterhead-2.1.tar.gz wmletterhead-2.1.zip |
clean up unused lengthv2.1
-rw-r--r-- | wmletterhead.cls | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/wmletterhead.cls b/wmletterhead.cls index 526e509..7d35a3b 100644 --- a/wmletterhead.cls +++ b/wmletterhead.cls @@ -27,19 +27,12 @@ % WM logos parameters \newlength{\wmlogoheight} -\newlength{\wmlogowidth} -\newlength{\wmlogohpos} -\newlength{\wmlogovpos} \newlength{\wmlogoWhpos} % distance from the left logo edge to the 'W' in William \newlength{\wmlogoWvpos} % distance from the top logo edge to the 'W' in William % -------------------------------------------------- % internal use sizes to lineup logo and from (W&M) address \newlength{\wmaddressheight} % to be calculated at the opening -\newlength{\wmaddresstotalheight} -\newlength{\wmaddresswidth} -\newlength{\wmaddresshpos} - %-------------- define WM header logo file --------------------------------- \providecommand{\wmheaderlogo}{}% nologo @@ -99,9 +92,6 @@ % -------------------------------------------------- % below are measured in the Word template \setlength{\wmlogoheight}{0.65in} -\setlength{\wmlogowidth}{3.64in}% ideally should be scaled from \wmlogoheight -\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}{.15in}% same as above @@ -143,9 +133,7 @@ } \newcommand{\setwmaddresssizes}{ - \settototalheight{\wmaddresstotalheight}{\hbox{\wmaddress}}% \settoheight{\wmaddressheight}{\hbox{\wmaddress}}% - \settowidth{\wmaddresswidth}{\hbox{\wmaddress}}% } \newcommand{\wmfromwithlogo}{ |