I'm trying to convert environments to commands in broadway and
hollywood.
I've gone from 39 error boxes down to 2.
The error boxes say that I am missing begin{document}
I have the following in place of the old environments in broadway.cls
The complain is about scene. Putting these lines at the begining of the
file did not help. They are currently after ProcessOptions.
The broadway.layout file was changed to reflect these changes.
\newcommand{\atrise}{\par\raggedright! AT RISE: \par}%
\newcommand{\curtain}{\filbreak\par\centering! CURTAIN \par}%
\newcommand{\scene*}{filbreak\par\centering! SCENE \par}%
\newcommand{\scene}{%
\filbreak\par\stepcounter{scenectr}\centering! SCENE \thescenectr\par}%
\newcommand{\act}{%
\stepcounter{actctr}\filbreak\setcounter{scenectr}{0}\par\centering! ACT
\theactctr\par}%
any help appreciated,
Garst