[Tugindia] pagestyle in thesis

E. Krishnan ekmath at md5.vsnl.net.in
Sun Jun 1 15:04:40 CEST 2003


On Sat, 31 May 2003, Viswanath P wrote:


>       I need to put just the plain page numbers without
> the chapter's title and line.  

If you want just the page numbers at the *bottom*  of the page with no 
head or lines at the head and foot, just put

	\pagestyle{empty}

in the preamble.If you want page numbers on top, on left for even and on 
right for odd pages with a line underneath, load the package "fancyhdr" 
with the command

	\usepackage{fancyhdr}  

and also have the following lines in your preamble

	\fancyhead{}
  	\fancyfoot{}
	\fancyhead[LE,RO]{\thepage}

For other customizations, see the documentation for fancyhdr

-- 
Krishnan




More information about the Tugindia mailing list