At 11:58 PM 1/11/2003 -0700, you wrote:
Greetings! I've recently ran into two trivial tasks that I can't seem to get ConTeXt to do. If someone could (1) point out my mistakes or (2) point me to the peoper documentation, it would be very helpful and much apperciated.
Task 1: Setting up Top/Header texts. I want to have a _multiline_ header. I tried using \setheadertexts and \settoptexts. Both _ignored_ the use of "\\" to break lines, and complained when I used \par. It looks like I can only have single line headers. I want something as follows: (best viewed with fixed width font)
\starttext \setuplayout[header=12cm,footer=4cm,height=middle] \setupheadertexts [\vtop{\hsize7cm \raggedright \input tufte\endgraf}] [\vtop{\hsize7cm \raggedleft \input zapf \endgraf}] \setupfootertexts [\vbox{\raggedleft this\endgraf that}] [\vbox{\raggedright this\endgraf that \endgraf else}] \input tufte \stoptext ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------