On 11/17/2014 07:06 PM, Hans Hagen wrote:
> On 11/15/2014 11:36 AM, Pablo Rodriguez wrote:
>> [...]
>> I’m happy to wikify also title numbering, but first I would like to
>> be sure that I’m not missing anything.
> 
> first make an example showing this so that we can see what is wrong

Hans,

here you have the samples for Slovenian:

    \mainlanguage[sl]
    \definestructureconversionset[sectionnumbers]
        [characters,a,alphabetic][n]
    \setupinteraction[state=start]
    \placebookmarks[part,chapter,section]
        [part,chapter,section]
    \setupinteractionscreen[option=bookmark]
    \setupheads[sectionconversionset=sectionnumbers]
    \setuphead[part][placehead=yes, page=]
    \setuphead[chapter][page=]
    \starttext
    \dorecurse{5}{\part{Part \recurselevel}}
    \dorecurse{5}{\chapter{Chapter \recurselevel}}
    \dorecurse{5}{\section{Section \recurselevel}}
    \startitemize[a, packed][start=3]
    \dorecurse{3}{\item test\endgraf}
    \stopitemize
    \stoptext

and Spanish:

    \mainlanguage[es]
    \definestructureconversionset[sectionnumbers]
        [characters,a,alphabetic][n]
    \setupinteraction[state=start]
    \placebookmarks[part,chapter,section]
        [part,chapter,section]
    \setupinteractionscreen[option=bookmark]
    \setupheads[sectionconversionset=sectionnumbers]
    \setuphead[part][placehead=yes, page=]
    \setuphead[chapter][page=]
    \starttext
    \setupheadnumber[part][13]
    \setupheadnumber[chapter][13]
    \setupheadnumber[section][13]
    \dorecurse{3}{\part{Part \recurselevel}}
    \dorecurse{3}{\chapter{Chapter \recurselevel}}
    \dorecurse{3}{\section{Section \recurselevel}}
    \startitemize[a, packed][start=3]
    \dorecurse{3}{\item test\endgraf}
    \stopitemize
    \stoptext

Their behaviors aren’t exactly the same. This is the reason I send two
samples.

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
___________________________________________________________________________________

Reply via email to