ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* (mashriqi) Arabic-Hindi Numerals
@ 2016-01-19  4:34 Ibn Saeed
  2016-01-19  9:55 ` Ibn Saeed
  0 siblings, 1 reply; 13+ messages in thread
From: Ibn Saeed @ 2016-01-19  4:34 UTC (permalink / raw)
  To: ntg-context

Hello

I am trying to get mashriqi arabic numerals. 

i tried

\setupuserpagenumber[numberconversion=arabicnumerals]

but it does not make any change.

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: (mashriqi) Arabic-Hindi Numerals
  2016-01-19  4:34 (mashriqi) Arabic-Hindi Numerals Ibn Saeed
@ 2016-01-19  9:55 ` Ibn Saeed
  2016-01-19 10:23   ` Wolfgang Schuster
  0 siblings, 1 reply; 13+ messages in thread
From: Ibn Saeed @ 2016-01-19  9:55 UTC (permalink / raw)
  To: ntg-context



Here is my code for the header:

\setupheadertexts
       [{\righttoleft\getmarking[chapter]}]    [{\romannumerals}]
       [{\pagenumber}]        [{\righttoleft\getmarking[chapter]}]


\setuppagenumbering[
   alternative=doublesided,
   location=, 
]


___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: (mashriqi) Arabic-Hindi Numerals
  2016-01-19  9:55 ` Ibn Saeed
@ 2016-01-19 10:23   ` Wolfgang Schuster
  2016-01-19 11:30     ` Mohammad Hossein Bateni
  2016-01-19 13:43     ` Ibn Saeed
  0 siblings, 2 replies; 13+ messages in thread
From: Wolfgang Schuster @ 2016-01-19 10:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 333 bytes --]

> Ibn Saeed <mailto:ibnsaeed@gmail.com>
> 19. Januar 2016 um 10:55
>
> Here is my code for the header:
>
> \setupheadertexts
> [{\righttoleft\getmarking[chapter]}] [{\romannumerals}]
> [{\pagenumber}] [{\righttoleft\getmarking[chapter]}]
Use

     \setupheadertexts[pagenumber]

or

     \setupheadertexts[\userpagenumber]

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 1397 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: (mashriqi) Arabic-Hindi Numerals
  2016-01-19 10:23   ` Wolfgang Schuster
@ 2016-01-19 11:30     ` Mohammad Hossein Bateni
  2016-01-19 11:41       ` Otared Kavian
  2016-01-19 13:43     ` Ibn Saeed
  1 sibling, 1 reply; 13+ messages in thread
From: Mohammad Hossein Bateni @ 2016-01-19 11:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1372 bytes --]

Also \arabicnumerals is probably not what you want: this will produce an
abjad-like sequence:
ا ب ج د ه و ز ...

I guess, what you want is called \arabicdecimals, and was not part of MkIV
for a while.  (For instance, it is not in standard TeXLive 2015
distribution whose CONTEXT version is for sometime in the summer.)  Use the
CONTEXT standalone and you should be good to go.

On Tue, Jan 19, 2016 at 5:23 AM, Wolfgang Schuster <
schuster.wolfgang@gmail.com> wrote:

> Ibn Saeed <ibnsaeed@gmail.com>
> 19. Januar 2016 um 10:55
>
> Here is my code for the header:
>
> \setupheadertexts
> [{\righttoleft\getmarking[chapter]}] [{\romannumerals}]
> [{\pagenumber}] [{\righttoleft\getmarking[chapter]}]
>
> Use
>
>     \setupheadertexts[pagenumber]
>
> or
>
>     \setupheadertexts[\userpagenumber]
>
> Wolfgang
>
>
> ___________________________________________________________________________________
> 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  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 3041 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: (mashriqi) Arabic-Hindi Numerals
  2016-01-19 11:30     ` Mohammad Hossein Bateni
@ 2016-01-19 11:41       ` Otared Kavian
  2016-01-19 13:41         ` Ibn Saeed
  0 siblings, 1 reply; 13+ messages in thread
From: Otared Kavian @ 2016-01-19 11:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2330 bytes --]

Hi,

There is the command 

	\persiandecimals

is that what you are looking for?

Best regards: OK

> On 19 Jan 2016, at 12:30, Mohammad Hossein Bateni <bateni@gmail.com> wrote:
> 
> Also \arabicnumerals is probably not what you want: this will produce an abjad-like sequence:
> ا ب ج د ه و ز ...
> 
> I guess, what you want is called \arabicdecimals, and was not part of MkIV for a while.  (For instance, it is not in standard TeXLive 2015 distribution whose CONTEXT version is for sometime in the summer.)  Use the CONTEXT standalone and you should be good to go.
> 
> On Tue, Jan 19, 2016 at 5:23 AM, Wolfgang Schuster <schuster.wolfgang@gmail.com <mailto:schuster.wolfgang@gmail.com>> wrote:
>> Ibn Saeed <mailto:ibnsaeed@gmail.com> 19. Januar 2016 um 10:55
>> 
>> Here is my code for the header:
>> 
>> \setupheadertexts
>> [{\righttoleft\getmarking[chapter]}] [{\romannumerals}]
>> [{\pagenumber}] [{\righttoleft\getmarking[chapter]}]
> Use
> 
>     \setupheadertexts[pagenumber]
> 
> or
> 
>     \setupheadertexts[\userpagenumber]
> 
> Wolfgang
> 
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl <mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context <http://www.ntg.nl/mailman/listinfo/ntg-context>
> webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> / http://tex.aanhet.net <http://tex.aanhet.net/>
> archive  : http://foundry.supelec.fr/projects/contextrev/ <http://foundry.supelec.fr/projects/contextrev/>
> wiki     : http://contextgarden.net <http://contextgarden.net/>
> ___________________________________________________________________________________
> 
> ___________________________________________________________________________________
> 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  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 5379 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: (mashriqi) Arabic-Hindi Numerals
  2016-01-19 11:41       ` Otared Kavian
@ 2016-01-19 13:41         ` Ibn Saeed
  0 siblings, 0 replies; 13+ messages in thread
From: Ibn Saeed @ 2016-01-19 13:41 UTC (permalink / raw)
  To: ntg-context

Otared Kavian <otared <at> gmail.com> writes:

> 
> Hi,
> There is the command 
> 
> 
> 	\persiandecimals
> 
> is that what you are looking for?
> 
> Best regards: OK
> 

No, that is not it. I am looking for Arabic Decimals. 

I think, ill have to uninstall texlive and setup ConTeXt standalone.

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: (mashriqi) Arabic-Hindi Numerals
  2016-01-19 10:23   ` Wolfgang Schuster
  2016-01-19 11:30     ` Mohammad Hossein Bateni
@ 2016-01-19 13:43     ` Ibn Saeed
  2016-01-19 14:08       ` Mohammad Hossein Bateni
  1 sibling, 1 reply; 13+ messages in thread
From: Ibn Saeed @ 2016-01-19 13:43 UTC (permalink / raw)
  To: ntg-context

Wolfgang Schuster <schuster.wolfgang <at> gmail.com> writes:

> Use
>     \setupheadertexts[pagenumber]
> or
>     \setupheadertexts[\userpagenumber]
> Wolfgang
> 


Hello Wolfgang,

Thanks for helping out again.

i tried your code :


\setupheadertexts[pagenumber]
       [{\righttoleft\getmarking[chapter]}]    [{\romannumerals}]
       [{\pagenumber}]        [{\righttoleft\getmarking[chapter]}]




\setuppagenumbering[
   alternative=doublesided,
   location=,
]

It did not work, no page numbers appeared(blank)

I am using TexLive 2015.
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: (mashriqi) Arabic-Hindi Numerals
  2016-01-19 13:43     ` Ibn Saeed
@ 2016-01-19 14:08       ` Mohammad Hossein Bateni
  2016-01-19 15:08         ` Ibn Saeed
                           ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Mohammad Hossein Bateni @ 2016-01-19 14:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1779 bytes --]

You do not *need* to uninstall TeXLive.  ConTeXt Standalone can work side
by side and it's very simple to install
<http://wiki.contextgarden.net/ConTeXt_Standalone>.  You can pick to use
the standalone for some of your compilations.

\persiandecimals and \arabicdecimals are very similar.  The difference is
(almost) only in digits for 0,4,5,6.  However, Ibn Saeed most probably
needs \arabicdecimals to typeset "mashiriqi" numerals.

The important thing is that neither one exists in TeXLive Context.  It was
there in MkII but not in MkIV for some reason.  It was added to MkIV
sometime in the fall.

On Tue, Jan 19, 2016 at 8:43 AM, Ibn Saeed <ibnsaeed@gmail.com> wrote:

> Wolfgang Schuster <schuster.wolfgang <at> gmail.com> writes:
>
> > Use
> >     \setupheadertexts[pagenumber]
> > or
> >     \setupheadertexts[\userpagenumber]
> > Wolfgang
> >
>
>
> Hello Wolfgang,
>
> Thanks for helping out again.
>
> i tried your code :
>
>
> \setupheadertexts[pagenumber]
>        [{\righttoleft\getmarking[chapter]}]    [{\romannumerals}]
>        [{\pagenumber}]        [{\righttoleft\getmarking[chapter]}]
>
>
>
>
> \setuppagenumbering[
>    alternative=doublesided,
>    location=,
> ]
>
> It did not work, no page numbers appeared(blank)
>
> I am using TexLive 2015.
>
> ___________________________________________________________________________________
> 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  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2931 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: (mashriqi) Arabic-Hindi Numerals
  2016-01-19 14:08       ` Mohammad Hossein Bateni
@ 2016-01-19 15:08         ` Ibn Saeed
  2016-01-19 17:18         ` Ibn Saeed
  2016-01-19 17:23         ` Ibn Saeed
  2 siblings, 0 replies; 13+ messages in thread
From: Ibn Saeed @ 2016-01-19 15:08 UTC (permalink / raw)
  To: ntg-context

Mohammad Hossein Bateni <bateni <at> gmail.com> writes:

> 
> 
> You do not need to uninstall TeXLive.  ConTeXt Standalone can work side by 
side and it's very simple to install.  You can pick to use the standalone for 
some of your compilations.
> \persiandecimals and \arabicdecimals are very similar.  The difference is 
(almost) only in digits for 0,4,5,6.  However, Ibn Saeed most probably needs 
\arabicdecimals to typeset "mashiriqi" numerals.
> 
> The important thing is that neither one exists in TeXLive Context.  It was 
there in MkII but not in MkIV for some reason.  It was added to MkIV sometime 
in the fall.
> 
> 

Thank you Mohammad. Ill install the standalone version
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: (mashriqi) Arabic-Hindi Numerals
  2016-01-19 14:08       ` Mohammad Hossein Bateni
  2016-01-19 15:08         ` Ibn Saeed
@ 2016-01-19 17:18         ` Ibn Saeed
  2016-01-19 17:23         ` Ibn Saeed
  2 siblings, 0 replies; 13+ messages in thread
From: Ibn Saeed @ 2016-01-19 17:18 UTC (permalink / raw)
  To: ntg-context

Mohammad Hossein Bateni <bateni <at> gmail.com> writes:

> 
> 
> You do not need to uninstall TeXLive.  ConTeXt Standalone can work side by 
side and it's very simple to install.  You can pick to use the standalone for 
some of your compilations.
> \persiandecimals and \arabicdecimals are very similar.  The difference is 
(almost) only in digits for 0,4,5,6.  However, Ibn Saeed most probably needs 
\arabicdecimals to typeset "mashiriqi" numerals.
> 
> The important thing is that neither one exists in TeXLive Context.  It was 
there in MkII but not in MkIV for some reason.  It was added to MkIV sometime 
in the fall.



I have installed ConTeXt standalone version 0.63. i dont know if its beta or 
stable release.

How do i use \arabicdecimals now ? where should i place the code 
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: (mashriqi) Arabic-Hindi Numerals
  2016-01-19 14:08       ` Mohammad Hossein Bateni
  2016-01-19 15:08         ` Ibn Saeed
  2016-01-19 17:18         ` Ibn Saeed
@ 2016-01-19 17:23         ` Ibn Saeed
  2016-01-19 22:15           ` Wolfgang Schuster
  2 siblings, 1 reply; 13+ messages in thread
From: Ibn Saeed @ 2016-01-19 17:23 UTC (permalink / raw)
  To: ntg-context

Mohammad Hossein Bateni <bateni <at> gmail.com> writes:

> 
> 
> You do not need to uninstall TeXLive.  ConTeXt Standalone can work side by 
side and it's very simple to install.  You can pick to use the standalone for 
some of your compilations.
> \persiandecimals and \arabicdecimals are very similar.  The difference is 
(almost) only in digits for 0,4,5,6.  However, Ibn Saeed most probably needs 
\arabicdecimals to typeset "mashiriqi" numerals.
> 
> The important thing is that neither one exists in TeXLive Context.  It was 
there in MkII but not in MkIV for some reason.  It was added to MkIV sometime 
in the fall.


I updated ConTeXt as per your advice to the latest version.

I tried the following code on ConTeXt 0.63 running in AucTeX Spacemacs Editor.

\setupheadertexts
       [{\righttoleft\getmarking[chapter]}]    [{\arabicdecimals\pagenumber}]
       [{\arabicdecimals\pagenumber}]        
[{\righttoleft\getmarking[chapter]}]


This time it worked perfectly.

Thank you very much Mohammad Hossein Bateni
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: (mashriqi) Arabic-Hindi Numerals
  2016-01-19 17:23         ` Ibn Saeed
@ 2016-01-19 22:15           ` Wolfgang Schuster
  2016-01-20  4:33             ` Ibn Saeed
  0 siblings, 1 reply; 13+ messages in thread
From: Wolfgang Schuster @ 2016-01-19 22:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1719 bytes --]

> Ibn Saeed <mailto:ibnsaeed@gmail.com>
> 19. Januar 2016 um 18:23
> Mohammad Hossein Bateni<bateni<at>  gmail.com>  writes:
>
>> You do not need to uninstall TeXLive.  ConTeXt Standalone can work side by
> side and it's very simple to install.  You can pick to use the standalone for
> some of your compilations.
>> \persiandecimals and \arabicdecimals are very similar.  The difference is
> (almost) only in digits for 0,4,5,6.  However, Ibn Saeed most probably needs
> \arabicdecimals to typeset "mashiriqi" numerals.
>> The important thing is that neither one exists in TeXLive Context.  It was
> there in MkII but not in MkIV for some reason.  It was added to MkIV sometime
> in the fall.
>
>
> I updated ConTeXt as per your advice to the latest version.
>
> I tried the following code on ConTeXt 0.63 running in AucTeX Spacemacs Editor.
When you talk about context versions you have to use the date from the 
last line (context --version):

mtx-context     | ConTeXt Process Management 0.63
mtx-context     |
mtx-context     | main context file: context.mkiv
mtx-context     | current version: 2016.01.18 22:21
> \setupheadertexts
>         [{\righttoleft\getmarking[chapter]}]    [{\arabicdecimals\pagenumber}]
>         [{\arabicdecimals\pagenumber}]
> [{\righttoleft\getmarking[chapter]}]
You can separate the settings and the content:

\setupheader[style=\righttoleft]

\setupheadertexts
   [chapter]    [pagenumber]
   [pagenumber] [chapter]

\setuppagenumbering
   [alternative=doublesided,
    style=\lefttoright,
    location=]

\setupuserpagenumber[numberconversion=Characters] % 
numberconversion=arabicdecimals

\starttext
\dorecurse{10}{\expanded{\chapter{Chapter \recurselevel}}}
\stoptext

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 3393 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: (mashriqi) Arabic-Hindi Numerals
  2016-01-19 22:15           ` Wolfgang Schuster
@ 2016-01-20  4:33             ` Ibn Saeed
  0 siblings, 0 replies; 13+ messages in thread
From: Ibn Saeed @ 2016-01-20  4:33 UTC (permalink / raw)
  To: ntg-context


> \setupuserpagenumber[numberconversion=Characters]
> Wolfgang


Thank you very much Wolfgang.Its nice seperation of settings and content.

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-01-20  4:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-19  4:34 (mashriqi) Arabic-Hindi Numerals Ibn Saeed
2016-01-19  9:55 ` Ibn Saeed
2016-01-19 10:23   ` Wolfgang Schuster
2016-01-19 11:30     ` Mohammad Hossein Bateni
2016-01-19 11:41       ` Otared Kavian
2016-01-19 13:41         ` Ibn Saeed
2016-01-19 13:43     ` Ibn Saeed
2016-01-19 14:08       ` Mohammad Hossein Bateni
2016-01-19 15:08         ` Ibn Saeed
2016-01-19 17:18         ` Ibn Saeed
2016-01-19 17:23         ` Ibn Saeed
2016-01-19 22:15           ` Wolfgang Schuster
2016-01-20  4:33             ` Ibn Saeed

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).