ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* issues with greeknumerals
@ 2014-04-07 18:45 Pablo Rodriguez
  2014-04-07 18:59 ` Wolfgang Schuster
  0 siblings, 1 reply; 9+ messages in thread
From: Pablo Rodriguez @ 2014-04-07 18:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have the following sample:

    \definestructureconversionset[cs][0,Greeknumerals,greeknumerals][n]
    \setupheads[sectionconversionset=cs]
    \setupinteraction[state=start]
    \placebookmarks[chapter, section]
    \starttext

    \dorecurse{5}{\chapter{Chapter}
    \section{Section}}

    \stoptext

I cannot get either Greeknumerals or greeknumerals working in PDF
bookmarks.

And greeknumerals don’t show numbering in text.

Am I missing something or is this a bug?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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] 9+ messages in thread

* Re: issues with greeknumerals
  2014-04-07 18:45 issues with greeknumerals Pablo Rodriguez
@ 2014-04-07 18:59 ` Wolfgang Schuster
  2014-04-07 19:18   ` Pablo Rodriguez
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2014-04-07 18:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 07.04.2014 um 20:45 schrieb Pablo Rodriguez <oinos@gmx.es>:

> Dear list,
> 
> I have the following sample:
> 
>    \definestructureconversionset[cs][0,Greeknumerals,greeknumerals][n]
>    \setupheads[sectionconversionset=cs]
>    \setupinteraction[state=start]
>    \placebookmarks[chapter, section]
>    \starttext
> 
>    \dorecurse{5}{\chapter{Chapter}
>    \section{Section}}
> 
>    \stoptext
> 
> I cannot get either Greeknumerals or greeknumerals working in PDF
> bookmarks.

\defineconversionset[cs][n,G,g][n]

> And greeknumerals don’t show numbering in text.

You need a font with greek letters.

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
___________________________________________________________________________________


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

* Re: issues with greeknumerals
  2014-04-07 18:59 ` Wolfgang Schuster
@ 2014-04-07 19:18   ` Pablo Rodriguez
  2014-04-07 19:25     ` Wolfgang Schuster
  0 siblings, 1 reply; 9+ messages in thread
From: Pablo Rodriguez @ 2014-04-07 19:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 04/07/2014 08:59 PM, Wolfgang Schuster wrote:
> Am 07.04.2014 um 20:45 schrieb Pablo Rodriguez:
>> [...]
>> I cannot get either Greeknumerals or greeknumerals working in PDF
>> bookmarks.
> 
> \defineconversionset[cs][n,G,g][n]

Many thanks for your help, Wolfgang.

Since Romannumerals and romannumerals (or Characters and characters) are
required, I thought it would be consistent to use Greeknumerals and
greeknumerals. But I was obviously wrong.

>> And greeknumerals don’t show numbering in text.
> 
> You need a font with greek letters.

Of course, you’re right. This was a very basic mistake.

I was misled by the fact that Latin Modern has uppercase Greek letters.

Many thanks again for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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] 9+ messages in thread

* Re: issues with greeknumerals
  2014-04-07 19:18   ` Pablo Rodriguez
@ 2014-04-07 19:25     ` Wolfgang Schuster
  2014-04-07 21:24       ` Otared Kavian
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2014-04-07 19:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 07.04.2014 um 21:18 schrieb Pablo Rodriguez <oinos@gmx.es>:

> On 04/07/2014 08:59 PM, Wolfgang Schuster wrote:
>> Am 07.04.2014 um 20:45 schrieb Pablo Rodriguez:
>>> [...]
>>> I cannot get either Greeknumerals or greeknumerals working in PDF
>>> bookmarks.
>> 
>> \defineconversionset[cs][n,G,g][n]
> 
> Many thanks for your help, Wolfgang.
> 
> Since Romannumerals and romannumerals (or Characters and characters) are
> required, I thought it would be consistent to use Greeknumerals and
> greeknumerals. But I was obviously wrong.

This could be a bug because there shouldn’t be a difference between the two conversion names.

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
___________________________________________________________________________________


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

* Re: issues with greeknumerals
  2014-04-07 19:25     ` Wolfgang Schuster
@ 2014-04-07 21:24       ` Otared Kavian
  2014-04-07 21:37         ` Schmitz Thomas A.
  2014-04-08  3:09         ` Wolfgang Schuster
  0 siblings, 2 replies; 9+ messages in thread
From: Otared Kavian @ 2014-04-07 21:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On 7 avr. 2014, at 21:25, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:

> 
> Am 07.04.2014 um 21:18 schrieb Pablo Rodriguez <oinos@gmx.es>:
> […]
>> 
>> Since Romannumerals and romannumerals (or Characters and characters) are
>> required, I thought it would be consistent to use Greeknumerals and
>> greeknumerals. But I was obviously wrong.
> 
> This could be a bug because there shouldn’t be a difference between the two conversion names.

Maybe not, since Roman numerals i, ii, iii, iv, etc correspond really to the way Romans used to write numbers, while Greek numerals \alpha, \beta, \gamma, \delta, etc are rather our modern way of numbering items, analogous to the case one would say a), b), c), d) etc. 
Would Thomas Schmitz give us some insight?

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


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

* Re: issues with greeknumerals
  2014-04-07 21:24       ` Otared Kavian
@ 2014-04-07 21:37         ` Schmitz Thomas A.
  2014-04-08  3:09         ` Wolfgang Schuster
  1 sibling, 0 replies; 9+ messages in thread
From: Schmitz Thomas A. @ 2014-04-07 21:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On 07 Apr 2014, at 23:24, Otared Kavian <otared@gmail.com> wrote:

> Maybe not, since Roman numerals i, ii, iii, iv, etc correspond really to the way Romans used to write numbers, while Greek numerals \alpha, \beta, \gamma, \delta, etc are rather our modern way of numbering items, analogous to the case one would say a), b), c), d) etc. 
> Would Thomas Schmitz give us some insight?

In fact, I was wondering what “Greeknumerals” would translate to. The most common system used in antiquity is the “Milesian” system: α=1, β=2 etc., but 6 is expressed by ς; ι=10; ρ=100, with two archaic letters as 90 and 900; this is used in most papyri. There are other systems in use (especially in inscriptions), they involve special characters which most fonts don’t have. The simple system α=1 up to ω=24 is used to number the books in the Homeric epics, so it also has ancient precedents. If we want to be nitpicking, it shouldn’t be called “Greeknumerals,” but rather “Greekalphanumericalconversion,” which sounds like a really snappy, memorable way to express it, don’t you agree?

So: this is just the historical and philological aspect, Greeknumerals will make sense to most users.

All best

Thomas
___________________________________________________________________________________
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] 9+ messages in thread

* Re: issues with greeknumerals
  2014-04-07 21:24       ` Otared Kavian
  2014-04-07 21:37         ` Schmitz Thomas A.
@ 2014-04-08  3:09         ` Wolfgang Schuster
  2014-04-08  4:31           ` Otared Kavian
  2014-04-08 14:36           ` Pablo Rodriguez
  1 sibling, 2 replies; 9+ messages in thread
From: Wolfgang Schuster @ 2014-04-08  3:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 07.04.2014 um 23:24 schrieb Otared Kavian <otared@gmail.com>:

> On 7 avr. 2014, at 21:25, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:
> 
>> Am 07.04.2014 um 21:18 schrieb Pablo Rodriguez <oinos@gmx.es>:
>> […]
>>> 
>>> Since Romannumerals and romannumerals (or Characters and characters) are
>>> required, I thought it would be consistent to use Greeknumerals and
>>> greeknumerals. But I was obviously wrong.
>> 
>> This could be a bug because there shouldn’t be a difference between the two conversion names.
> 
> Maybe not, since Roman numerals i, ii, iii, iv, etc correspond really to the way Romans used to write numbers, while Greek numerals \alpha, \beta, \gamma, \delta, etc are rather our modern way of numbering items, analogous to the case one would say a), b), c), d) etc. 

I’m speaking about the different results when you use “G” or “Greeknumerals” as name for the conversion in \defineconversionset, while the first works in bookmarks the second doesn’t work even though there is no difference between both names.

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
___________________________________________________________________________________


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

* Re: issues with greeknumerals
  2014-04-08  3:09         ` Wolfgang Schuster
@ 2014-04-08  4:31           ` Otared Kavian
  2014-04-08 14:36           ` Pablo Rodriguez
  1 sibling, 0 replies; 9+ messages in thread
From: Otared Kavian @ 2014-04-08  4:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks Thomas and Wolfgang for your attention.

Actually the issue with the name of conversions exist also with Persiannumerals, which in ConTeXt results in the so called « Abjad numerals », instead of resulting in the use of Persian digits (or Eastern Arabic digits).

Best regards: OK

On 8 avr. 2014, at 05:09, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:

> 
> Am 07.04.2014 um 23:24 schrieb Otared Kavian <otared@gmail.com>:
> 
>> On 7 avr. 2014, at 21:25, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:
>> 
>>> Am 07.04.2014 um 21:18 schrieb Pablo Rodriguez <oinos@gmx.es>:
>>> […]
>>>> 
>>>> Since Romannumerals and romannumerals (or Characters and characters) are
>>>> required, I thought it would be consistent to use Greeknumerals and
>>>> greeknumerals. But I was obviously wrong.
>>> 
>>> This could be a bug because there shouldn’t be a difference between the two conversion names.
>> 
>> Maybe not, since Roman numerals i, ii, iii, iv, etc correspond really to the way Romans used to write numbers, while Greek numerals \alpha, \beta, \gamma, \delta, etc are rather our modern way of numbering items, analogous to the case one would say a), b), c), d) etc. 
> 
> I’m speaking about the different results when you use “G” or “Greeknumerals” as name for the conversion in \defineconversionset, while the first works in bookmarks the second doesn’t work even though there is no difference between both names.
> 
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 9+ messages in thread

* Re: issues with greeknumerals
  2014-04-08  3:09         ` Wolfgang Schuster
  2014-04-08  4:31           ` Otared Kavian
@ 2014-04-08 14:36           ` Pablo Rodriguez
  1 sibling, 0 replies; 9+ messages in thread
From: Pablo Rodriguez @ 2014-04-08 14:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 04/08/2014 05:09 AM, Wolfgang Schuster wrote:
> [...]
> I’m speaking about the different results when you use “G” or
> “Greeknumerals” as name for the conversion in \defineconversionset,
> while the first works in bookmarks the second doesn’t work even though
> there is no difference between both names.

Many thanks, Wolfgang, Otared and Thomas, for your replies.

As a user I don’t understand why \defineconversionset needs complete
names for some numerals and initials for others. And this is only
required for PDF bookmarks, since everything else works fine.

Here you have an example which shows the original issue:

  \defineconversionset[cs][0,Romannumerals,Characters,n,g][n]

PDF bookmarks wouldn’t work with initials only:

  \defineconversionset[cs][0,I,a,n,g][n]

You are the experts: wouldn’t it be easier that PDF bookmarks would
accept both intials and full names? The required mixture isn’t easier
for users.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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] 9+ messages in thread

end of thread, other threads:[~2014-04-08 14:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-07 18:45 issues with greeknumerals Pablo Rodriguez
2014-04-07 18:59 ` Wolfgang Schuster
2014-04-07 19:18   ` Pablo Rodriguez
2014-04-07 19:25     ` Wolfgang Schuster
2014-04-07 21:24       ` Otared Kavian
2014-04-07 21:37         ` Schmitz Thomas A.
2014-04-08  3:09         ` Wolfgang Schuster
2014-04-08  4:31           ` Otared Kavian
2014-04-08 14:36           ` Pablo Rodriguez

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