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
When using the metroset command midway to change the background color from light to dark (for example to make a section or frame stand out), the text disappears when the change is reverted, for example:
In this example, "Content1" would be visible but "Content2" not anymore.
I was trying to find the origin of this problem in how the metroset command is defined, but without success. Does someone know how this can be fixed or circumvented?
The text was updated successfully, but these errors were encountered:
I have the exact same problem. Having searched a bit, I found the answer in issue #295. it seems a simple use of {} will do the trick. You just enclose \metroset{background=dark} together with the frame you want to set with dark inside a pair of {}. No need to set the background back to light. In you example, you want Test1 to be dark, so you just do:
When using the
metroset
command midway to change the background color from light to dark (for example to make a section or frame stand out), the text disappears when the change is reverted, for example:In this example, "Content1" would be visible but "Content2" not anymore.
I was trying to find the origin of this problem in how the
metroset
command is defined, but without success. Does someone know how this can be fixed or circumvented?The text was updated successfully, but these errors were encountered: