<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi!<br>
    <br>
    I've had a similar problem but wasn't sure whether it was a XeTeX
    issue in your case, or whether the solution was specific to the
    particular macros I was using, but this works for me.<br>
    <br>
    You may have something like:<br>
    <br>
     
    \def\regular{"Kalimati:script=deva;+abvs;+blws;+calt;mapping=devnums"}<br>
    <br>
    to define a font.<br>
    <br>
    The key may be the 'mapping' option.<br>
    <br>
    This refers to a couple of files that must have the same name as the
    options and have the extension .map and .tec so in this case they
    would be devnums.map and devnums.tec. Different systems may have
    different versions of this with different names.<br>
    <br>
    If you go to the location where XeTeX is installed, look for <br>
    <br>
    &lt;xetex directory&gt;\fonts\misc\xetex\fontmapping<br>
    <br>
    See if there is anything there that might be related to a Devanagari
    mapping. If not, let me know. If there is, then write the filename
    into the font definition as above.<br>
    <br>
    Hope this helps.<br>
    <br>
    Alastair (Kathmandu!)<br>
    <br>
    <br>
    <br>
    <br>
    On 16-Sep-2010 23:09, Ujjwol Lamichhane wrote:
    <blockquote
      cite="mid:AANLkTikA-mwvAvRaUFnypv8hgKcHP6st6DnGGPS8YN0y@mail.gmail.com"
      type="cite">Hi, <br>
      I have been using XeTeX for typsetting Devanāgarī documents and it
      is going great. But I have encountered one issue, that whenever i
      use commands like \section, \begin{enumerate},\footnote or any
      command that generates numbering the numbering appears in the
      roman. Like<br>
      1,2,3 but I want to it in Devanāgarī like १, २, ३ ,४ ....<br>
      Any possible way/best practices to make this happen ?<br>
      <br>
        <br clear="all">
      PS: Once fixed, this could be used for other Indic Scripts too.<br>
      -- <br>
      Ujjwol Lamichhane<br>
      <a moz-do-not-send="true" href="http://ujjwol.com.np/">http://ujjwol.com.np/</a><br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>


--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  <a class="moz-txt-link-freetext" href="http://tug.org/mailman/listinfo/xetex">http://tug.org/mailman/listinfo/xetex</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>