>>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. -- Jean-Pierre