Hi Wolfgang, Wolfgang Schuster 写道:
Am 18.04.2009 um 06:21 schrieb Wei-Wei Guo:
Dear all,
I use \setupbackgrounds to draw a line under header. It works fine. When I setup a cover makeup and use it, the lines under headers are gone.
The "headerstate=none" causes the problem. But I don't want the lines under headers appear in cover. What should I do?
headerstate=high
Sorry for posting one by one. I just found that \definemakeup could make the whole header disappear. %======================================= \setupheadertexts[] \setupheadertexts[pagenumber][MyHeader][][] \definemakeup[cover] [headerstate=high, footerstate=high, pagestate=stop,] \starttext \startcovermakeup \midaligned{My Title} \stopcovermakeup \input knuth \inleft{\ConTeXt }Other text\footnote{\LaTeX }. \stoptext %===================================== Am I setting something wrong? Best wishes, Wei-Wei