ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bug with numbering in bookmarks?
@ 2016-02-11 17:00 Pablo Rodriguez
  2016-02-11 18:50 ` Jan U. Hasecke
  2016-02-11 21:26 ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Pablo Rodriguez @ 2016-02-11 17:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have the following code:

    \mainlanguage[es]
    \setupinteraction
        [state=start,
         color=,
         style=,
         contrastcolor=,
         focus=standard]

    \enabledirectives
        [references.border]

    \placebookmarks
        [part,chapter]
        [part,chapter]
    \definestructureconversionset[sectionnumbers]
    [0,a][n]
    \setupheads[sectionconversionset=sectionnumbers]
    \starttext
    \completecontent
    \dorecurse{35}{\chapter{Chapter \recurselevel}}
    \stoptext

Chapter ñ (number 15) is fine in both the text title and the table of
contents. But in the PDF bookmarks, letter is o instead ñ.

I’m afraid this may be a bug. Could anyone confirm this?

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

* Re: bug with numbering in bookmarks?
  2016-02-11 17:00 bug with numbering in bookmarks? Pablo Rodriguez
@ 2016-02-11 18:50 ` Jan U. Hasecke
  2016-02-11 21:26 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Jan U. Hasecke @ 2016-02-11 18:50 UTC (permalink / raw)
  To: ntg-context

Am 11.02.2016 um 18:00 schrieb Pablo Rodriguez:
> Dear list,
> 
> I have the following code:
> 
>     \mainlanguage[es]
>     \setupinteraction
>         [state=start,
>          color=,
>          style=,
>          contrastcolor=,
>          focus=standard]
> 
>     \enabledirectives
>         [references.border]
> 
>     \placebookmarks
>         [part,chapter]
>         [part,chapter]
>     \definestructureconversionset[sectionnumbers]
>     [0,a][n]
>     \setupheads[sectionconversionset=sectionnumbers]
>     \starttext
>     \completecontent
>     \dorecurse{35}{\chapter{Chapter \recurselevel}}
>     \stoptext
> 
> Chapter ñ (number 15) is fine in both the text title and the table of
> contents. But in the PDF bookmarks, letter is o instead ñ.
> 
> I’m afraid this may be a bug. Could anyone confirm this?
> 
> Many thanks for your help,
> 
> 
> Pablo
> 

I get the same result.

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

* Re: bug with numbering in bookmarks?
  2016-02-11 17:00 bug with numbering in bookmarks? Pablo Rodriguez
  2016-02-11 18:50 ` Jan U. Hasecke
@ 2016-02-11 21:26 ` Hans Hagen
  2016-02-11 22:11   ` Pablo Rodriguez
  1 sibling, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2016-02-11 21:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2/11/2016 6:00 PM, Pablo Rodriguez wrote:
> Dear list,
>
> I have the following code:
>
>      \mainlanguage[es]
>      \setupinteraction
>          [state=start,
>           color=,
>           style=,
>           contrastcolor=,
>           focus=standard]
>
>      \enabledirectives
>          [references.border]
>
>      \placebookmarks
>          [part,chapter]
>          [part,chapter]
>      \definestructureconversionset[sectionnumbers]
>      [0,a][n]
>      \setupheads[sectionconversionset=sectionnumbers]
>      \starttext
>      \completecontent
>      \dorecurse{35}{\chapter{Chapter \recurselevel}}
>      \stoptext
>
> Chapter ñ (number 15) is fine in both the text title and the table of
> contents. But in the PDF bookmarks, letter is o instead ñ.
>
> I’m afraid this may be a bug. Could anyone confirm this?

i'll add the synonyms but better just use the more verbose 'characters' 
instead of 'a' (which works ok here)

-

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 4+ messages in thread

* Re: bug with numbering in bookmarks?
  2016-02-11 21:26 ` Hans Hagen
@ 2016-02-11 22:11   ` Pablo Rodriguez
  0 siblings, 0 replies; 4+ messages in thread
From: Pablo Rodriguez @ 2016-02-11 22:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02/11/2016 10:26 PM, Hans Hagen wrote:
> On 2/11/2016 6:00 PM, Pablo Rodriguez wrote:
>> [...]
>> Chapter ñ (number 15) is fine in both the text title and the table of
>> contents. But in the PDF bookmarks, letter is o instead ñ.
>>
>> I’m afraid this may be a bug. Could anyone confirm this?
> 
> i'll add the synonyms but better just use the more verbose 'characters' 
> instead of 'a' (which works ok here)

You’re right, Hans, 'characters' works fine.

Sorry, because I tested 'characters', but I didn’t realize it worked.

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

end of thread, other threads:[~2016-02-11 22:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-11 17:00 bug with numbering in bookmarks? Pablo Rodriguez
2016-02-11 18:50 ` Jan U. Hasecke
2016-02-11 21:26 ` Hans Hagen
2016-02-11 22:11   ` 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).