-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I am not sure if this is a bug / limitation or there is an option to correct it. To me, it looks a bug.
If I use \note within \only,
\only<2>{
\note{...}
}
splitshow gets confuse and shows main slide in the helper display while skipping it from main display. Following works nicely.
\only<2>{
}
\note{...}
Metadata
Metadata
Assignees
Labels
No labels