Hello,
I have problems with the hollywood.cls that should help me to write a
script for a film. I am neither a latex nor a lyx freak. The speaker
and the following dialogue - there is too much vertical space between. I
speculate that the vertical space between two lists has to be
diminished. But how if \parsep or \topsep are already 0?
Thanks for helping.
Johannes Breu
Theses are the lines in the hollywood.cls-script dealing with dialogue
and speaker:
\newenvironment{dialogue}%
{\raggedright
\begin{list}{}{%
\setlength{\leftmargin}{1.2in}
\setlength{\rightmargin}{1.2in}
\setlength{\parsep}{0mm}
\setlength{\topsep}{0mm}}
\item[] \ignorespaces}
{\unskip \end{list}}
\newenvironment{narrative}%
{\raggedright
\begin{list}{}{%
\leftmargin \rightmargin
\setlength{\parsep}{2mm}
\setlength{\topsep}{2mm}}
\item[] \ignorespaces}
{\unskip \end{list}}
\newenvironment{speaker}%
{\begin{list}{}{%
\setlength{\leftmargin}{2.5in}
\setlength{\partopsep}{4mm}
\setlength{\parsep}{0mm}
\setlength{\topsep}{0mm}}
\item[] \ignorespaces}
{\unskip \end{list}}
\newenvironment{parenthetical}%
{\begin{list}{}{%
\setlength{\leftmargin}{2in}
\setlength{\parsep}{0mm}
\setlength{\topsep}{0mm}}
\item[](\ignorespaces}
{\unskip)\end{list}}