<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #ff0000 2px solid">&gt; Message du 28/08/07 23:29<BR>&gt; De : "animesh das"&nbsp;<INSIDE_ANIMESH@YAHOO.CO.IN><BR> 
<DIV><FONT size=3>I have smallMikTeX version. Whenever I write any article in LaTeX, the dvi-preview always starts with page number 1. But <FONT color=#0060bf><STRONG>I want to start my article from the page number I wish</STRONG></FONT>,say page number 35(i.e., there will&nbsp;be no page numbers between 1-34 in my article). For this requirement what should I do. Is there any command that can fulfill my requirement. Please help !</FONT></DIV>
<DIV><FONT size=3>I'll be kind enough if you suggest something in this matter as early as possible.</FONT></DIV>
<DIV><FONT size=3>I am eager to&nbsp;get your response in the mail.</FONT></DIV>
<DIV><FONT size=3>Thanking you.</FONT></DIV>
<DIV><FONT size=3>ANIMESH DAS</FONT><!--1--></DIV></HR></BLOCKQUOTE>
<DIV id=htmlSignatureBlock__>Well, what you need is not to start the preview on page 35, but to have the first page numbered 35. To do that, add</DIV>
<DIV>&nbsp;</DIV>
<DIV>\setcounter{page}{35}</DIV>
<DIV>&nbsp;</DIV>
<DIV>in the beginning of the document (just after \begin{document}, for exemplo.</DIV>