On 11/11/2014 6:40 PM, Pablo Rodriguez wrote:
Hans,

enumerating using the Spanish alphabet lacks a letter between n and o,
the ñ.

Here is the small sample that shows the missing letter:

\mainlanguage[es]
\starttext
\startitemize[a]
\dorecurse{30}{\item \recurselevel}
\stopitemize
\stoptext

Instead of changing the default letter series, how about adding the ñ
(or Ñ) after n and before o (or after N and before O) in a new
enumeration series named ñ (and Ñ).

This is the correct way to enumerate with letters in Spanish (and this
is used in legislation, such as in
https://www.boe.es/buscar/act.php?id=BOE-A-1992-28741#a49).

in next beta

\mainlanguage[es]

\startitemize[a] % spanish conversion
    \dorecurse{30}{\item \recurselevel}
\stopitemize

\startitemize[alphabetic] % default conversioon
    \dorecurse{30}{\item \recurselevel}
\stopitemize

Hans


--

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | 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
___________________________________________________________________________________

Reply via email to