ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Otared Kavian <otared@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Numerals in mkiv
Date: Fri, 17 Apr 2009 23:08:35 +0200	[thread overview]
Message-ID: <913904C4-2DE1-4E62-810E-76B344E13B93@gmail.com> (raw)

Hi Hans,

It seems that Arabic or Persian numerals (for instance in section  
numbers) in mkiv begin at 0, instead of 1… well it is true that in  
Mathematics natural integers begin with 0, but not in books in those  
languages :-)
Here is a minimal example:

\setupdirections[bidi=global]
\pagedir TRT
\bodydir TRT
\pardir TRT
\textdir TRT

\starttypescript[serif][arabic]
\usetypescript[serif][fallback]
\definefontsynonym [Serif][name:SimpleNaskhi] [features=arabic]
\stoptypescript

\starttypescript  [arabic]
   \definetypeface [arabic][rm] [serif] [arabic]  [default]
\stoptypescript

\usetypescript[arabic]
\setupbodyfont[arabic,12pt]

%%%%%%%%%%%%%%%%%%
% heading numbers:
    \setuphead[section][conversion=persiannumerals]  
%,numberstyle={arabic}]
%%%%%%%%%%%%%%%%%%%

\starttext
\dorecurse{5}{%
\section{بخش}\par
آزمایش
}
\stoptext

Pardon me if I have been missing something already explained elsewhere.

Best regards: OK
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2009-04-17 21:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-17 21:08 Otared Kavian [this message]
2009-04-18 12:15 ` Hans Hagen
2009-04-18 14:06   ` Otared Kavian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=913904C4-2DE1-4E62-810E-76B344E13B93@gmail.com \
    --to=otared@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).