7 Mar
2007
7 Mar
'07
7:36 p.m.
On Wed, 7 Mar 2007, Sanjoy Mahajan wrote:
\definefont[titlefont][SansBold at 14.4pt] %Or 14.4*d
\setuphead[title][style=\titlefont]
That's useful. One problem: When the title spans multiple lines, then the \baselineskip won't be large enough. That's why I like using the builtin font-change operators.
Are you sure? The baseline looks ok to me. \definefont[titlefont][SansBold at 30pt] \setuphead[title][style=\titlefont] \starttext \title{Hello world! hello hello hello hello hello} \stoptext Aditya