Custom command for '\begin{environment}...\end{environment}'
- by user328369
To enter a bit of dialogue using the screenplay package, I have to use
\begin{dialogue}{Johnny} Some dialogue. \end{dialogue}
\begin{dialogue}{Jane} I see. \end{dialogue}
It gets a bit tedious after a while. Is it possible to specify a custom command so that I can use something like
\dialogue{Johnny} Some dialogue.
\dialogue{Jane} I see.
instead?