Hello everyone,
I am trying to create a title page with
\startstandardmakeup[align=middle]
This works alright for text, but when I am trying to insert a "\framed",
a table or an "\externalfigure", those items (floats?) don't get centered.
How can I make them centered as well?
Thank you v
Hello everyone,
I am using mkiv, and my qestion is:
Is it possible to have a hyphen instead of a dot as a separator for
formula references?
I can achieve it by using
\definestructureseparatorset[default][][-]
but this changes all separators in my document (including section
headers etc.). Th
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
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