28 Oct
2011
28 Oct
'11
10:41 a.m.
Am 28.10.2011 um 12:18 schrieb Alasdair McAndrew:
The title page of a book of notes contains
{\tfe This is the title of my book}
{\tfe\setupinterlinespace …\par}
where I have previously defined
\definebodyfont[10pt,11pt,12pt][rm][tfe=Bold at 32pt]
However, the title is long and is broken into two lines, which are squashed together vertically. How can I ensure that \tfe uses more interline space?
When you use \tfe only for the title of the book there is a simple method for which you don’t need the \definebodyfont setting: {\definedfont[Serif at 32pt]\setupinterlinespace …\par} Wolfgang