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

Somendra M Bhattacharjee somen at iopb.res.in
Fri Sep 12 20:15:52 CEST 2003



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

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


One option is to put this just after \maketitle:

\vspace{-6cm}
 \begin{flushright}{refNo: 030244789}\end{flushright}
\vspace{5cm}

(replace -6cm, 5cm by appropriate lengths)

A code is given below:

smb

**********
\documentclass[12pt]{article}
\begin{document}
\title{this is a title}
\author{author}
\maketitle
\vspace{-6cm}
 \begin{flushright}{refNo: 030244789}\end{flushright}
\vspace{5cm}

This is a title page
\newpage
this is the second page

\end{document}



More information about the tugindia mailing list