It works, but dosn't solve the problem 'cause:Date: Tue, 01 Apr 2003 13:09:14 +0200 From: Marcin Bukat <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: non standard page layout
Hello! Could anyone point me how to get such page layout?
--------------------------------------- | HEADER | |**************************************| | | | | | BODY | | | | | |**************************************| |footnotes (if there are any or empty | |place) | ---------------------------------------
so ************************ represents horisontal lines (~0.6pt).
Header is no problem (fancy header come in help) but how to obtain such footnote placement?
The footnoterule may be tuned I guess, a direct solution from report.cls:
\renewcommand\footnoterule{%
\kern-3\p@
% [EMAIL PROTECTED] % defaults to 40% \columnwidth
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Not tested, but should work.
There may exist packages to do this.
1. If there is no footnote, there is no horizontal line present
2. I have no control on space between bottom horizontal line and 'body text' (Yes I sould mention about this earlyer)
anyway thanks wo