Re: [NTG-context] completecontent, completeindex

2006-08-09 Thread Miguel Queiros

> If you use \completecontent or \completeindex, how do you manipulate  
> the heads of these constructs?
> 
> Can I change the text of the header, Contents to Table of Contents?

I'v done that using: 

\setupheadtext[pt][content=Índice]

That will change the header, for Portuguese, notice the [pt].

You can do something similar for the List of Figures and the List of
tables using:

\setupheadtext[pt][figures=Lista de Figuras]
\setupheadtext[pt][tables=Lista de Tabelas]

> Can I change the color?

You can change the color of your chapters, sections etc. 
Try using the following:

\setuphead[chapter][color=darkblue]
\setuphead[section][color=darkblue]
\setuphead[subsection][color=darkblue]
\setuphead[subject][color=darkblue]
\setuphead[subsubject][color=darkblue]

Don't forget \setupcolors[state=start]

Miguel Queirós


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


Re: [NTG-context] completecontent, completeindex

2006-08-06 Thread David Arnold
Taco,

Thanks. We're trying that now. See:

http://msenux.redwoods.edu/IntAlgText/chapter0/chapter0.pdf

On Aug 6, 2006, at 2:12 AM, Taco Hoekwater wrote:

> David Arnold wrote:
>> All,
>>
>> If you use \completecontent or \completeindex, how do you manipulate
>> the heads of these constructs?
>
> Most answers are "no". Simply use \place... and heading of your  
> choice.
> (\complete. commands do not do more than that)
>
> Cheers, Taco
> ___
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

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


Re: [NTG-context] completecontent, completeindex

2006-08-06 Thread Taco Hoekwater
David Arnold wrote:
> All,
> 
> If you use \completecontent or \completeindex, how do you manipulate  
> the heads of these constructs?

Most answers are "no". Simply use \place... and heading of your choice.
(\complete. commands do not do more than that)

Cheers, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] completecontent, completeindex

2006-08-05 Thread David Arnold
All,

If you use \completecontent or \completeindex, how do you manipulate  
the heads of these constructs?

Can I change the text of the header, Contents to Table of Contents?

Can I change the color?

Can I change the font size and style?

Can I suppress the headertext? Somewhat like \setuphead[chapter] 
[header=high]?

Can I do other stuff I normally do with heads?

Can I flush the head to the right edge of the page?
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context