Skip to content

Instantly share code, notes, and snippets.

@EvanBurchard
Created March 21, 2016 22:10
Show Gist options
  • Save EvanBurchard/44dc74b5cae8ed689e50 to your computer and use it in GitHub Desktop.
Save EvanBurchard/44dc74b5cae8ed689e50 to your computer and use it in GitHub Desktop.
some of the CTAN stage defaults are weird.
\renewcommand{\opensd}[1]{%
\begin{changemargin}{0in}{0in}
\begin{em}
#1
\end{em}
\\
\end{changemargin}
}
\renewcommand{\scene}{%
\begin{changemargin}{2.5in}{0in}
\stepcounter{scenecounter}
\ifthenelse{\value{scenecounter} > 1}{\newpage}{}
\underline{\textsc{Scene} \arabic{scenecounter}}
\ifthenelse{\value{scenecounter} = 1}{\doublespace}{}
\end{changemargin}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment