diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-12-17 01:06:42 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-12-17 01:06:42 -0500 |
commit | 7616dc57cab40311384c8adfa81ac8b3acaab116 (patch) | |
tree | 3580c65eb8a113b647fbd4dfbf8ae5f5cfe3059f | |
parent | 91ccc47c694230025867a86aa464a385fdf17641 (diff) | |
download | wmletterhead-7616dc57cab40311384c8adfa81ac8b3acaab116.tar.gz wmletterhead-7616dc57cab40311384c8adfa81ac8b3acaab116.zip |
suppressed horizontal line in the header
-rw-r--r-- | wmletterhead.cls | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wmletterhead.cls b/wmletterhead.cls index 554a789..237e066 100644 --- a/wmletterhead.cls +++ b/wmletterhead.cls @@ -70,6 +70,7 @@ \fancyhead[R]{% \includegraphics[height=0.5in,keepaspectratio=true]{\wmheaderlogo}% }% + \renewcommand{\headrulewidth}{0pt}% \fancyfoot[C]{\thepage}% } \fancypagestyle{plain}{% this takes care of the 2nd and the following pages @@ -77,6 +78,7 @@ \fancyhead[L]{% \includegraphics[height=0.5in,keepaspectratio=true]{\wmheaderlogo}% }% + \renewcommand{\headrulewidth}{0pt}% \fancyfoot[C]{\thepage}% } \fancypagestyle{empty}{% some how this is the very first page style @@ -84,6 +86,7 @@ \fancyhead[L]{% \includegraphics[height=0.5in,keepaspectratio=true]{\wmheaderlogo}% }% + \renewcommand{\headrulewidth}{0pt}% \fancyfoot[C]{\thepage}% } \pagestyle{plain}% important! if switched to fancy pages 2, 3, ... do not have logo |