Date: Tue, 01 Apr 2003 15:17:17 +0200
From: Marcin Bukat <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: non standard page layout


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.


It works, but dosn't solve the problem 'cause:
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)


Still if you have not found a package, you may gon on and
hack the whole \footnote command, may be understandable...



Im afraid don't know (la)tex enough to hack this command :<


wo



Reply via email to