20 Jan
2020
20 Jan
'20
7:05 a.m.
Am 2020-01-20 um 05:57 schrieb Wolfgang Schuster
: I already learned that \setuplayout[grid=strut] makes more problems than it solves while fontfeature dimensions=strut is good;I should avoid frames in section titles (not necessarily, but it’s more controllable without); how to get more control over makeups and that columnsets are somewhat fastidious, esp. with floats…
Use \setuplayout[grid=yes] when "grid=strut" doesn't work.
That’s what I do.
\setuppapersize[A6] \showframe[text] \setupalign[flushleft,broad,nothyphenated] \define[2]\MySection{\vbox{#2}}
Put the alignment command in the box.
\define[2]\MySection {\vbox{\setupalign[flushleft,broad,nothyphenated]#2}}
Oh yes, thank you! Could have tried that myself. Best, Hraban