[Tugindia] New class file

Sridhar M.A. sridharma at gmail.com
Wed Oct 4 02:27:32 CEST 2006


On 10/3/06, V. Sasi Kumar <vsasi at hotpop.com> wrote:
>
> My other problem still remains -- putting the footer alone on the
> first page of each chapter. I hope it is possible.
>
The page on which the chapter starts will have the plain style. You
have to redefine the plain style to include the footer, etc. fancyhdr
provides an option to redefine the plain style. I have pasted below a
snippet from one of my files :

 \fancypagestyle{plain}{%
   \fancyhf{}%
   \lfoot{_what_ever_you_want}
   \cfoot{_what_ever_you_wan}
   \rfoot{\slshape\thepage}
   \renewcommand{\headrulewidth}{0pt}
   \renewcommand{\footrulewidth}{0.4pt}}

Change it to your requirements.

Regards,

-- 
Sridhar M.A.


More information about the tugindia mailing list