On 09/18/2017 02:40 PM, Stephens, Kenny wrote:
> I am trying to number my bodymatter chapters differently than my
> appendix chapters but with little success.
> [...]
> Any ideas would be greatly appreciated.

Hi Kenny,

maybe this works as you many need:

    \definestructureconversionset
        [sectionnumbers]
        [I,N,KR,a,m]
        [N]

    \definestructureconversionset
        [appendix:sectionnumbers]
        [O,A,R,r,KA]
        [R]

    \setupheads[sectionconversionset=sectionnumbers]

    \starttext

    \startfrontmatter
    \completecontent
    \stopfrontmatter

    \startbodymatter
    \dorecurse{3}{\chapter{Chapter}
        \dorecurse{3}{\section{Section}}
            \dorecurse{3}{\subsection{Subsection}}
                \dorecurse{3}{\subsection{Subsection}}
                    \dorecurse{3}{\subsubsection{Subsubsection}}}
    \stopbodymatter

    \startappendices
    \dorecurse{3}{\chapter{Chapter}
        \dorecurse{3}{\section{Section}}
            \dorecurse{3}{\subsection{Subsection}}
                \dorecurse{3}{\subsection{Subsection}}
                    \dorecurse{3}{\subsubsection{Subsubsection}}}
    \stopappendices
    \stoptext

Just in case it helps,

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to