Hans Hagen wrote:

> \defineXMLenvironment
> [appendices]
> {\directsetup{appendices:start}}
> {\directsetup{appendices:stop}}
> 
> \startsetups appendices:start
> \startappendices
> \setuppagenumbering [
> way=bytext,
> partnumber=no,
> conversion=numbers,
> location={header,right}
> ]
> \startstandardmakeup [
> headerstate=empty,
> pagestate=start
> ]
> \framed [
> width=\textwidth,
> frame=off
> ] {
> \switchtobodyfont[60pt,ss]
> \setupinterlinespace[line=2.8ex]
> Appendices
> \writetolist[part]{Appendices}{}
> }
> \stopstandardmakeup
> \stopsetups
> 
> \startsetups appendices:start
> \stopappendices
> \stopsetups

This produces nothing. Fixing 'start' to 'stop' on the third to last line
doesn't change that.

Joh

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to