Re: Y-offset of dynamic text after break

2023-10-22 Thread Jean Abou Samra
Le dimanche 22 octobre 2023 à 13:48 -0700, Knute Snortum a écrit : > Is it true then that using extra-offset in these situations are the only way > to move the dynamic text? No, because there are still limits on how close vertical axis groups can get even without considering their outlines. Try \t

Re: Y-offset of dynamic text after break

2023-10-22 Thread Knute Snortum
Thanks for the explanation. Is it true then that using extra-offset in these situations are the only way to move the dynamic text? -- Knute Snortum On Sun, Oct 22, 2023 at 12:30 PM Jean Abou Samra wrote: > Hi, > > The DynamicText's Y-offset controls its position relative to its baseline, > wh

Re: Y-offset of dynamic text after break

2023-10-22 Thread Jean Abou Samra
Hi, The DynamicText's Y-offset controls its position relative to its baseline, which is the VerticalAxisGroup of the Dynamics context. Without `\break`, the VerticalAxisGroup contains two dynamics, "f" and "p", with "p" offset compared to "f", which forces them to be at different positions. Wit