Hello,

I have some problems interpreting the ConTeXt manual. If I want to
have the appendices labeled as

Appendix A: My first appendix
Appendix B: My second appendix

... what is wrong with the following approach?

\setupsection
        [section]
        [appendixconversion=Character,
         appendixlabel=appendix]
\setuplabeltext
        [sl]
        [appendix=Priloga~]
\mainlanguage[sl]

\starttext
\startappendices
\section{My first appendix}
\stopappendices
\stoptext

I know that I can use something like
\setuplabeltext
        [sl]
        [section=Priloga~]
and will probably do that at the end (by defining my own header type),
I'm just wondering what I'm missing in the approach above.

Also, I suspect that conversion to Character doesn't work in MKIV (but
I don't need it at the moment).

Thanks,
    Mojca
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to