From e56ec94405d5d27d268f2e7426c5307d98572a84 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Wed, 17 Dec 2014 01:12:25 -0500 Subject: more general logo height definition --- wmletterhead.cls | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'wmletterhead.cls') diff --git a/wmletterhead.cls b/wmletterhead.cls index 237e066..40f1ba2 100644 --- a/wmletterhead.cls +++ b/wmletterhead.cls @@ -65,10 +65,11 @@ %% WM fancy letter head definition +\renewcommand{\wmlogoheight}{0.65in}% \fancypagestyle{firstpage}{% looks like this has no effect for the letter class \fancyhf{}% \fancyhead[R]{% - \includegraphics[height=0.5in,keepaspectratio=true]{\wmheaderlogo}% + \includegraphics[height=\wmlogoheight,keepaspectratio=true]{\wmheaderlogo}% }% \renewcommand{\headrulewidth}{0pt}% \fancyfoot[C]{\thepage}% @@ -76,7 +77,7 @@ \fancypagestyle{plain}{% this takes care of the 2nd and the following pages \fancyhf{}% \fancyhead[L]{% - \includegraphics[height=0.5in,keepaspectratio=true]{\wmheaderlogo}% + \includegraphics[height=\wmlogoheight,keepaspectratio=true]{\wmheaderlogo}% }% \renewcommand{\headrulewidth}{0pt}% \fancyfoot[C]{\thepage}% @@ -84,7 +85,7 @@ \fancypagestyle{empty}{% some how this is the very first page style \fancyhf{}% \fancyhead[L]{% - \includegraphics[height=0.5in,keepaspectratio=true]{\wmheaderlogo}% + \includegraphics[height=\wmlogoheight,keepaspectratio=true]{\wmheaderlogo}% }% \renewcommand{\headrulewidth}{0pt}% \fancyfoot[C]{\thepage}% -- cgit v1.2.3