On 2014–01–19 Pablo Rodriguez wrote:

> on a document I have, I want to have footnotes in appendices, but they
> are numbered in uppercase Roman numbers. Here is a sample:
> 
> \starttext
> \startappendices
> a\footnote{b.}
> \stopappendices
> \stoptext
> 
> How can I change it to Arabic numbers?

  \setupnotation
    [footnote]
    [numberconversion=numerals]

> I would be also interested to know how to change chapter and
> section numbers only for appendices.

  \definestructureconversionset
    [structure]
    %% part,  chapter,    section,       subsection, subsubsection
    [numbers, characters, Romannumerals, numbers,    romannumerals]
    [numbers]

  \startsectionblockenvironment [appendix]
    \setupheads [sectionconversionset=structure]
  \stopsectionblockenvironment

Marco

Attachment: signature.asc
Description: Digital signature

___________________________________________________________________________________
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