completecontent, completeindex
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?
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
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
participants (3)
-
David Arnold
-
Miguel Queiros
-
Taco Hoekwater