Line in headers ?...
Hi, How I can make line under text in headers like that: pagenumber section title | chapter title pagenumber --------------------------- | ---------------------------- odd and even page in ascii art ;) I have \setupheadertexts[text][pagenumber][section][chapter][pagenumber] and I tried use style=\Command for \setupheader where Command is framed with bottom frame but there are problems with aligment - is it other way to do it ?... -- Best regards, Martin
"^Nitram^"
pagenumber section title | chapter title pagenumber --------------------------- | ----------------------------
odd and even page in ascii art ;)
:) The line thing is an FAQ: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \startuniqueMPgraphic{nice} draw bottomboundary OverlayBox % leftenlarged 6pt rightenlarged 6pt shifted (0,.75HeaderHeight) ; setbounds currentpicture to OverlayBox ; % forces dimensions \stopuniqueMPgraphic \defineoverlay[nice][\uniqueMPgraphic{nice}] \setupbackgrounds[header][text][background=nice] \starttext \input ward \stoptext %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setupheadertexts[text][pagenumber][section][chapter][pagenumber]
that should be OK!? Patrick -- You are your own rainbow!
participants (2)
-
^Nitram^
-
Patrick Gundlach