> And another question (in other topic): how we can do lines at  
> header and
> footer like fancyheaders in latex?


For your headers try this:

---

\setupheader
        [text]
        [after=\hrule]

\starttext
\input tufte
\stoptext

---

You can change the actual content of your headers via  
\setupheadertexts ...

Instead of the \hrule command above you could also resort to  
\thinrule. The global behaviour of \thinrule can then be customized  
via \setupthinrules ... However, this comes at the cost of  
introducing additional vertical space between your header text and  
the rule. On the contrary \hrule sticks to the text. Choose whatever  
suits you best.

(To the experts: is this \thinrule behaviour intended?)

Best wishes,
Oliver
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to