On 2012-03-07 Emmanuel Asante <emmanuela.asa...@gmail.com> wrote:

> I tried to setup a page header with two lines using a command like this:
> 
>    \setupheadertexts[Left Text][Right Text 1. \crlf  Right Text 2]
> 
> but the \crlf command gets ignored. How do I achieve this?


\setupheadertexts [Left Text] [\setups{header:right}]

\startsetups header:right
        \framed [align=broad,frame=off]
                {Right Text 1. \\  Right Text 2}
\stopsetups

\starttext
        Foo Bar
\stoptext


Marco


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to