You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for all the amazing recent updates you have made!
I am finding that some slides I am preparing with a combination of pauses and figures have been returning the warning: layout did not converge within 5 attempts message and am not exactly sure why that is.
Here is a MWE that results in this issue:
#import "@preview/touying:0.5.2": *
#import themes.dewdrop: *
#show: dewdrop-theme
= A
#figure(image("square.svg", height: 40%))
#pause 1
= B
2 #pause
= C
I've attached square.svg as a file here:
For whatever reason, any of the following adjustments renders the slides without any problems:
Removing the figure
Removing either of the lines containing pauses
Removing section headers B or C
Any insight as to what I may be doing wrong here or how to avoid this would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
I do still have an (at least similar) issue with typst 0.12.0:
#import"@preview/touying:0.5.3": *
#importthemes.metropolis: *
#show: metropolis-theme.with(
// config-common(enable-frozen-states-and-counters: false)
)
#figure(
"B",
)
#pause
- U
#pagebreak()
+ V
#pause
W
#pagebreak()
Y
#pause
Z
Here, I also get a layout did not converge within 5 attempts that is fixed by config-common(enable-frozen-states-and-counters: false).
Hello,
Thank you for all the amazing recent updates you have made!
I am finding that some slides I am preparing with a combination of pauses and figures have been returning the
warning: layout did not converge within 5 attempts
message and am not exactly sure why that is.Here is a MWE that results in this issue:
I've attached square.svg as a file here:
For whatever reason, any of the following adjustments renders the slides without any problems:
Any insight as to what I may be doing wrong here or how to avoid this would be greatly appreciated!
The text was updated successfully, but these errors were encountered: