ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez <oinos@gmx.es>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: enumeration with the Spanish alphabet
Date: Mon, 17 Nov 2014 19:46:50 +0100	[thread overview]
Message-ID: <546A429A.4020200@gmx.es> (raw)
In-Reply-To: <546A3937.4080602@wxs.nl>

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	other threads:[~2014-11-17 18:46 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-11 17:40 Pablo Rodriguez
2014-11-11 18:25 ` Hans Hagen
2014-11-11 21:28   ` Pablo Rodriguez
2014-11-12  0:38 ` Hans Hagen
2014-11-12 15:23   ` Pablo Rodriguez
2014-11-12 17:18     ` Hans Hagen
2014-11-12 17:40       ` Wolfgang Schuster
2014-11-12 18:40         ` Pablo Rodriguez
2014-11-12 20:35         ` Hans Hagen
2014-11-13 18:39           ` Pablo Rodriguez
2014-11-13 23:28             ` Hans Hagen
2014-11-15 10:36               ` Pablo Rodriguez
2014-11-17 18:06                 ` Hans Hagen
2014-11-17 18:46                   ` Pablo Rodriguez [this message]
2014-11-12 18:00       ` Pablo Rodriguez
2014-11-12 18:11         ` Pablo Rodriguez

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=546A429A.4020200@gmx.es \
    --to=oinos@gmx.es \
    --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).