\altenv vs other \...env constructs #27
josephwright
started this conversation in
General
Replies: 2 comments 1 reply
-
I'm minded to skip all the environment variants... (I think I argued for this in the past) |
Beta Was this translation helpful? Give feedback.
0 replies
-
More seriously, this doesn't look too difficult to do: \NewDocumentEnvironment { altenv } { > { \@@_overlay_arg:n } D <> { all } m m m m }
{ \bool_if:NTF #1 { #2 } { #4 } }
{ \bool_if:NTF #1 { #3 } { #5 } } So I'd just add it for the moment. If we later decide to rename or delete it that's easy to do. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you look at
beamer
, in general\overlaything
andoverlaythingenv
are related in that one can do\overlaything<spec>{...}
and
and they are basically the same.
That's not at all true for
\alt
vsaltenv
, where the latter has a lot of rather different arguments. I'm minded for the moment to skipaltenv
and if we need it to find a better name: thoughts?Beta Was this translation helpful? Give feedback.
All reactions