[Tugindia] How to put a reference number at the top right hand corner of a page.

E. Krishnan ekmath at md5.vsnl.net.in
Fri Sep 12 23:52:37 CEST 2003


On Fri, 12 Sep 2003 indrajit at cal2.vsnl.net.in wrote:

> The editor has instructed me to write the words "Revised
> Version:No.030242" at the top right hand corner of the title page.

Load the package "fancyhdr" by "\usepackage{fancyhdr}" and include the 
following lines in your preamble (that is, before the "\begin{document}")


	\fancypagestyle{plain}{%
  	  \fancyhf{}
  	  \fancyhead[R]{Revised Version No;030242}
  	  \fancyfoot[C]{\thepage}
  	  \renewcommand{\headrulewidth}{0pt}} 


-- 
Krishnan




More information about the tugindia mailing list