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
In a slide containing a fletcher diagram, I wanted to add a subsection title.
However, the same subsection will take different heading number accross the slides.
I expected the heading for bar not to change as the rest of the diagram is revealed (the more pause are added, the more the heading gets incremented).
Note that this example also highlights #84 which I separated because it doesn't seem related to fletcher.
The text was updated successfully, but these errors were encountered:
Pamplemousse
changed the title
Slide with fletcher diagram and subsection messes heading numbers
Slide with fletcher diagram and subsection generates different heading numbers
Sep 25, 2024
But it breaks anything more complicated than the minimum example:
Slides that have content (like a little introduction) before a subsection. You get
== heading
little intro
== heading
content
instead of the expected
little intro
== heading
content
It doesn't handle multiple levels throughout the presentation, for example a slide with a diagram under a subsection, and another slide with a diagram under a subsubsection.
In a slide containing a fletcher diagram, I wanted to add a subsection title.
However, the same subsection will take different heading number accross the slides.
The following source file:
compiled with the following command:
then we get the following three slides:
I expected the heading for
bar
not to change as the rest of the diagram is revealed (the morepause
are added, the more the heading gets incremented).Note that this example also highlights #84 which I separated because it doesn't seem related to
fletcher
.The text was updated successfully, but these errors were encountered: