Hi, Just for the record: there are several commands in LaTeX to start a new page (from the top of my head: \newpage, \clearpage, \cleardoublepage, \clearemptydoublepage). In all cases, basically all material will be set on a page, and when the command is encountered, a new page is started and subsequent material will thus end up on the new page. But a second (or third, or more) \newpage does not count as "typesettable" and thus LaTeX will not start a new page. To skip a number of pages, you need to explicitly put nothing on the paper, like \mbox{} or so.
Wilfred --- On Fri, 22/10/10, Philip Taylor (Webmaster, Ret'd) <p.tay...@rhul.ac.uk> wrote: > From: Philip Taylor (Webmaster, Ret'd) <p.tay...@rhul.ac.uk> > Subject: Re: [XeTeX] newpage > To: "Unicode-based TeX for Mac OS X and other platforms" <xetex@tug.org> > Date: Friday, 22 October, 2010, 12:47 AM > You probably need something on each > \newpage > to prevent it from being completely blank; > maybe try something like : > > houda araj wrote: > > Hello, > > > > I put newpage instruction so I get the Arabic text on > page three. It > > doesn't work. Is any other solution for that ? > > Thanks > > > > > > \documentclass[a4paper]{book}% > > \usepackage[no-math]{fontspec} > > \usepackage{xltxtra,url,amsmath} > > \usepackage{makeidx} > > \makeindex > > \setmainfont[Script=Arabic,Scale=1.3]{Times New > Roman}% > > \usepackage{bidi} > > \begin{document} > > \begin{RTL} > > \hbox {} \newpage > > \hbox {} \newpage > > فلكم تناك ماهم ،ةلجاعلما > فيلاكت عفدي نمب نومتيه لا > ءابطلأا.صاخشلأا > > عيملج ةيحصلا ةياعرلا فيلاكتل > ،دنليات في > > \index{ةمججم تبيصأو} > > \index{یهطغضلا فيفختل} > > \end{RTL} > > > > \begin{RTL} > > \printindex > > \end{RTL} > > > > \end{document} > > > -------------------------------------------------- > Subscriptions, Archive, and List information, etc.: > http://tug.org/mailman/listinfo/xetex > -------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex