diff options
-rw-r--r-- | wmletterhead.cls | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wmletterhead.cls b/wmletterhead.cls index 075569b..34715c3 100644 --- a/wmletterhead.cls +++ b/wmletterhead.cls @@ -255,4 +255,10 @@ #1\par\nobreak} % ------------------------------------------------------------------- +% ------------------------------------------------------------------- +% redefining closing to put vfill afterwards otherwise letter tends to be +% centered and logo slides down +\let\oldclosing\closing +\renewcommand{\closing}[1]{\oldclosing{#1}\vfill} + % vim: tabstop=2 shiftwidth=2 expandtab filetype=tex |