11 Jan
2020
11 Jan
'20
7:49 p.m.
Henning Hraban Ramm schrieb am 11.01.2020 um 20:11:
Am 2020-01-11 um 20:05 schrieb Wolfgang Schuster
mailto:wolfgang.schuster.lists@gmail.com>: Henning Hraban Ramm schrieb am 11.01.2020 um 19:59:
But I need to keep the line spacing, even if accents collide. E.g.
\setupbodyfont[rm,20pt] \setupinterlinespace[8mm] \setuplayout[ width=10cm, %grid=yes, % different, but bad either way grid=strut, ] \showgrid
That works in my simple example, but not in my actual project (see attached image). Besides, the setting moves my chapter titles into the topspace??
Add this before you set the fonts (page 156 in fonts-mkiv.pdf): \definefontfeature [default] [default] [dimensions=strut] Wolfgang