Tagged Questions
1
vote
1answer
73 views
Draw a line under the headertext in ConTeXt
Sometimes, in order to seperate the headertext from the text area, I need draw a line just under the headertext.
\setuppagenumbering
[location=,
alternative=doublesided]
\definepagebreak
...
4
votes
1answer
66 views
How to disable the header at any page in ConTeXt?
I haven't written an article since I paid my attention to ConTeXt. Now it is a chance to do it. I have tried to set the header, but failed.
The structure of this article is like this:
... title ...
3
votes
1answer
196 views
Remove line below header on title page
How to remove the line below header on title page using this minimal example:
\setuppapersize[A4]
\setuplayout
[width=fit, height=fit,
topspace=2cm, header=\lineheight, ...
2
votes
1answer
128 views
fancyhdr equivalent in ConTeXt
In LaTeX the fancyhdr package provides the lhead, chead and rhead macros that allow me to create the left, center and right parts of the header. These macros also enable me to treat each part of the ...
3
votes
2answers
144 views
Font setup in header (ConTeXt)
I use \setupheadertexts [][section][chapter][] to get the section- and chapter-title in the header of the odd- and even pages. How to change the font, like its size, or making it bold or italic? ...
4
votes
1answer
68 views
Altering page setups within postponed blocks
I'm using \startpostponing–\stoppostponing to add two pages that interrupt the flow of normal text. When I was splitting the text manually, the interrupting pages used \setupfooter and ...
3
votes
2answers
210 views
How to place a small table of contents in the footer in ConTeXt?
I would like to place a small table of contents in the footer in ConTeXt, which only shows the sections within the current chapter, but it does not appear. This is what I tried:
...
5
votes
1answer
270 views
Show current section or chapter in header in ConTeXt
I've found this command:
\setupheadertexts[][{\getmarking[sectionnumber]\ \getmarking[section]}]
to show the current section in the header. But how can I show either the current chapter or the ...
7
votes
1answer
253 views
Different content if command returns empty text (ConTeXt)
I have the following code in my ConTeXt environment:
\startsetups[sectioninfo]
\ss
\rlap{\userpagenumber}
\hfill
§ \getmarking[sectionnumber][current]
\emspace
\bf ...
7
votes
2answers
215 views
How can I get multiple subject names in the header/footer of a ConTeXt document?
I am setting up a ConTeXt document that requires a very particular style for the footers. I need the first and last \subjects followed by the page number in the right corner of the page, like so:
...