If you choose LaTeX, then sometimes it depends on the class you choose for the documentclass. For some classes the page numbers are typeset in persian if you define something like this beside the font definition command:<br>
\font\nazli=&quot;Nazli:script=arab,mapping=farsidigits&quot; at 12pt<br>\renewcommand{\thepage}{\nazli\the\c@page}<br><br>--Mostafa Vahedi<br><br><div class="gmail_quote">On Feb 20, 2008 9:07 AM, François Charette &lt;<a href="mailto:firmicus@ankabut.net">firmicus@ankabut.net</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Petite Chez Scheme a écrit :<br><div class="Ih2E3d">&gt; I am a TeXnician not a LaTeXnician.<br>
&gt;<br>&gt; I am using plain XeTeX to produce persian typesetting, everything is good.<br>&gt; 1) I just want to know how do you make the page numbers<br>&gt; Arabic/Persian, I tried very hard but could not do it.<br>&gt;<br>
&gt;<br>&gt; 2) I tried to make digits to be Persian/arabic in mathmode by defining:<br></div>&lt;...&gt;<br><div class="Ih2E3d">&gt; Can please anyone help me with this matter?<br>&gt;<br><br></div>Dear &quot;Petite Chez Scheme&quot;, &nbsp;&lt;&lt; I would prefer addressing you with your<br>
real name, if possible!<br><br>You can have a look at my modules for Arabic and Persian in the<br>polyglossia package<br>(<br><a href="http://scripts.sil.org/svn-view/xetex/TRUNK/texmf/tex/xelatex/polyglossia/" target="_blank">http://scripts.sil.org/svn-view/xetex/TRUNK/texmf/tex/xelatex/polyglossia/</a><br>
).<br><br>This is for XeLaTeX of course, but the idea is also valid with plain<br>XeTeX: I simply to use a fontmapping in the default font that changes<br>Western digits to Arabic or Persian ones. The files for that are under<br>
<a href="http://scripts.sil.org/svn-view/xetex/TRUNK/texmf/fonts/misc/xetex/fontmapping/" target="_blank">http://scripts.sil.org/svn-view/xetex/TRUNK/texmf/fonts/misc/xetex/fontmapping/</a><br><br>If you define<br>\font\nazli=&quot;Nazli:script=arab,mapping=farsidigits&quot; at 12pt<br>
etc., then all numbers set with this font will be Farsi.<br><br>Hope it helps,<br><br>FC<br><br>_______________________________________________<br>XeTeX mailing list<br><a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br></blockquote></div><br>