diff options
Diffstat (limited to 'wmletterhead.cls')
-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}{ |