Hi all,
it’s me again …
This time a simple question: I want to define a document environment
that offers a star alternative. Trying to say
\DeclareDocumentEnvironment{myenv}{s}{
}
{}
gives me an undefined environment in my document. Am I doing something
wrong here? If so, is there another way to achieve \begin{myenv*} in the
document?
cheers
Arno