On 3/28/2013 4:36 PM, Thomas Kreuzer wrote:
Am 3/24/2013 20:43, schrieb Marcin Borkowski:
If this \hrule is TeX's primitive \hrule, then you can (maybe) type
[after={\hrule height 0.4pt\relax}] for the default (and change the
height for other dimensions).
That said, this is a low-level hack and
Am 3/24/2013 20:43, schrieb Marcin Borkowski:
If this \hrule is TeX's primitive \hrule, then you can (maybe) type
[after={\hrule height 0.4pt\relax}] for the default (and change the
height for other dimensions).
That said, this is a low-level hack and not very ConTeXt-y (even if it
works, which
Am 3/24/2013 20:43, schrieb Marcin Borkowski:
If this \hrule is TeX's primitive \hrule, then you can (maybe) type
[after={\hrule height 0.4pt\relax}] for the default (and change the
height for other dimensions).
That said, this is a low-level hack and not very ConTeXt-y (even if it
works, which
Hi Aditya,
Yes indeed you are right…
\setupbackgrounds[header][text][bottomframe=on, framethickness=0.4pt]
works fine but then the ruler of the bottomframe is too close to the text.
Since Thomas Kreuzer did not provide a minimal example, it is not clear what he
wants exactly.
Best regar
On Sun, 24 Mar 2013, Otared Kavian wrote:
You can also enclose your header in a \framed commande, such as
\framed[frame=off,bottomframe=on]
A header is already enclosed in a frame! Something like
\setupbackgrounds[header][text][bottomframe=on, framethickness=0.4pt]
should work.
Adit
Hi,
Maybe you need something like \hairline:
\setupthinrules[height=.1pt,depth=.1pt]
\setupheader[after=\hairline]
You can also enclose your header in a \framed commande, such as
\framed[frame=off,bottomframe=on]
Best regards: OK
On 24 mars 2013, at 13:32, Thomas Kreuzer wrote:
> Hel
Dnia 2013-03-24, o godz. 13:32:28
Thomas Kreuzer napisał(a):
> Hello everyone,
>
> I'd like to know if it is possible to get a thinner hrule in headers
> (mkiv).
>
> Right now I am using
>
> \setupheader[after=\hrule]
If this \hrule is TeX's primitive \hrule, then you can (maybe) type
[after=
Hello everyone,
I'd like to know if it is possible to get a thinner hrule in headers (mkiv).
Right now I am using
\setupheader[after=\hrule]
replacing hrule with thinrule or hairline results in space below the
header text and the line, and the line actually spans two lines.
How can I contro