1999-09-27 18:44:28 +00:00
|
|
|
%% Author: Garst R. Reese reese@isn.net
|
|
|
|
%% This is file `hollywood.cls', which provides the current
|
|
|
|
%% preferred format for submission of "spec" scripts
|
|
|
|
%% It is a pretty dull and uninteresting format, but it sells
|
|
|
|
%% Derived from report.cls. There is probably still a lot of stuff
|
|
|
|
%% that could be deleted.
|
|
|
|
\NeedsTeXFormat{LaTeX2e}
|
|
|
|
\ProvidesClass{hollywood} [1998/10/27 v1.0 uses hollywood.layout]
|
2000-09-14 13:50:47 +00:00
|
|
|
\usepackage{fancyhdr}
|
|
|
|
\usepackage{extramarks}
|
|
|
|
\usepackage{ifthen}
|
|
|
|
\usepackage{lastpage}
|
|
|
|
\pagestyle{fancy}
|
1999-09-27 18:44:28 +00:00
|
|
|
\renewcommand{\ref}[1]{#1}
|
|
|
|
\newcommand\@ptsize{}
|
|
|
|
\newif\if@restonecol
|
|
|
|
\newif\if@titlepage
|
|
|
|
\@titlepagetrue
|
|
|
|
\newif\if@openright
|
|
|
|
\DeclareOption{letterpaper}
|
|
|
|
{\setlength\paperheight {11in}%
|
|
|
|
\setlength\paperwidth {8.5in}}
|
2000-05-22 13:20:51 +00:00
|
|
|
\DeclareFontFamily{OT1}{pcr}{\hyphenchar\font=-1}
|
|
|
|
\DeclareFontShape{OT1}{pcr}{m}{n}{<12> pcrr7t}{}
|
|
|
|
\DeclareFontFamily{T1}{pcr}{\hyphenchar\font=-1}
|
|
|
|
\DeclareFontShape{T1}{pcr}{m}{n}{<12> pcrr8t}{}
|
1999-09-27 18:44:28 +00:00
|
|
|
\DeclareOption{12pt}{\renewcommand\@ptsize{0}}
|
|
|
|
\DeclareOption{12pt}{\renewcommand\@ptsize{1}}
|
|
|
|
\DeclareOption{12pt}{\renewcommand\@ptsize{2}}
|
|
|
|
\DeclareOption{oneside}{\@twosidefalse \@mparswitchfalse}
|
|
|
|
\DeclareOption{twoside}{\@twosidetrue \@mparswitchtrue}
|
|
|
|
\DeclareOption{draft}{\setlength\overfullrule{5pt}}
|
|
|
|
\DeclareOption{final}{\setlength\overfullrule{0pt}}
|
|
|
|
\DeclareOption{titlepage}{\@titlepagetrue}
|
|
|
|
\DeclareOption{notitlepage}{\@titlepagefalse}
|
|
|
|
\DeclareOption{openright}{\@openrighttrue}
|
|
|
|
\DeclareOption{openany}{\@openrightfalse}
|
|
|
|
\DeclareOption{onecolumn}{\@twocolumnfalse}
|
|
|
|
\ExecuteOptions{letterpaper,12pt,oneside,onecolumn,final,openany}
|
|
|
|
\ProcessOptions
|
|
|
|
\input{size1\@ptsize.clo}
|
|
|
|
\setlength\lineskip{1\p@}
|
|
|
|
\setlength\normallineskip{1\p@}
|
|
|
|
\renewcommand\baselinestretch{}
|
|
|
|
\setlength\parskip{0\p@ \@plus \p@}
|
|
|
|
\@lowpenalty 51
|
|
|
|
\@medpenalty 151
|
|
|
|
\@highpenalty 301
|
|
|
|
\setcounter{topnumber}{2}
|
2000-09-14 13:50:47 +00:00
|
|
|
\renewcommand{\headrulewidth}{0pt}
|
1999-09-27 18:44:28 +00:00
|
|
|
\renewcommand\topfraction{.7}
|
|
|
|
\setcounter{bottomnumber}{1}
|
|
|
|
\renewcommand\bottomfraction{.3}
|
|
|
|
\setcounter{totalnumber}{3}
|
|
|
|
\renewcommand\textfraction{.2}
|
|
|
|
\renewcommand\floatpagefraction{.5}
|
|
|
|
\setcounter{dbltopnumber}{2}
|
|
|
|
\renewcommand\dbltopfraction{.7}
|
|
|
|
\renewcommand\dblfloatpagefraction{.5}
|
|
|
|
\def\ps@headings{%
|
|
|
|
\let\@oddfoot\@empty
|
|
|
|
\def\@oddhead{{\slshape\rightmark}\hfil\thepage}%
|
|
|
|
\let\@mkboth\markboth
|
|
|
|
}
|
|
|
|
\def\ps@myheadings{%
|
|
|
|
\let\@oddfoot\@empty\let\@evenfoot\@empty
|
|
|
|
\def\@evenhead{\thepage\hfil\slshape\leftmark}%
|
|
|
|
\def\@oddhead{{\slshape\rightmark}\hfil\thepage}%
|
|
|
|
\let\@mkboth\@gobbletwo
|
|
|
|
}
|
|
|
|
\if@titlepage
|
|
|
|
\newcommand{\address}{\renewcommand{\@address}}
|
|
|
|
\newcommand{\@address}{}
|
|
|
|
\newcommand\maketitle{\begin{titlepage}%
|
|
|
|
\let\footnotesize\small
|
|
|
|
\let\footnoterule\relax
|
|
|
|
\let \footnote \thanks
|
|
|
|
\null\vfil
|
|
|
|
\vskip 60\p@
|
|
|
|
\begin{center}%
|
2000-09-14 13:50:47 +00:00
|
|
|
%% { \underline{\@title} \par}%
|
|
|
|
{ \@title \par}%
|
1999-09-27 18:44:28 +00:00
|
|
|
\vskip 3em%
|
|
|
|
{\lineskip .75em%
|
|
|
|
\begin{tabular}[t]{c}%
|
|
|
|
\@author
|
|
|
|
\end{tabular}\par}%
|
|
|
|
\vskip 1.5em%
|
|
|
|
\end{center}\par
|
|
|
|
\raggedleft
|
|
|
|
\vfill
|
|
|
|
\begin{tabular}{l}%
|
|
|
|
\ignorespaces
|
|
|
|
\@address
|
|
|
|
\end{tabular}\par%
|
|
|
|
\@thanks
|
|
|
|
% \vfil\null
|
|
|
|
\end{titlepage}%
|
|
|
|
\setcounter{footnote}{0}%
|
|
|
|
\global\let\thanks\relax
|
|
|
|
\global\let\maketitle\relax
|
|
|
|
% \global\let\@address\@empty
|
|
|
|
\global\let\@thanks\@empty
|
|
|
|
\global\let\@author\@empty
|
|
|
|
\global\let\@date\@empty
|
|
|
|
\global\let\@title\@empty
|
|
|
|
% \global\let\address\relax
|
|
|
|
\global\let\title\relax
|
|
|
|
\global\let\author\relax
|
|
|
|
\global\let\date\relax
|
|
|
|
\global\let\and\relax
|
|
|
|
}
|
|
|
|
\fi
|
|
|
|
\setlength\leftmargini {2.5em}
|
|
|
|
\leftmargin \leftmargini
|
|
|
|
\setlength \labelsep {.5em}
|
|
|
|
\setlength \labelwidth{\leftmargini}
|
|
|
|
\addtolength\labelwidth{-\labelsep}
|
|
|
|
\@beginparpenalty -\@lowpenalty
|
|
|
|
\@endparpenalty -\@lowpenalty
|
|
|
|
\@itempenalty -\@lowpenalty
|
|
|
|
\renewcommand\theenumi{\@arabic\c@enumi}
|
|
|
|
\newcommand\labelenumi{\theenumi.}
|
|
|
|
\renewcommand\p@enumii{\theenumi}
|
|
|
|
\newcommand\labelitemi{\textbullet}
|
|
|
|
\newenvironment{titlepage}
|
|
|
|
{%
|
|
|
|
\if@twocolumn
|
|
|
|
\@restonecoltrue\onecolumn
|
|
|
|
\else
|
|
|
|
\@restonecolfalse\newpage
|
|
|
|
\fi
|
|
|
|
\thispagestyle{empty}%
|
|
|
|
\setcounter{page}\@ne
|
|
|
|
}%
|
|
|
|
{\if@restonecol\twocolumn \else \newpage \fi
|
|
|
|
\if@twoside\else
|
|
|
|
\setcounter{page}\@ne
|
|
|
|
\fi
|
|
|
|
}
|
|
|
|
\setlength\tabbingsep{\labelsep}
|
|
|
|
\skip\@mpfootins = \skip\footins
|
|
|
|
\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}
|
|
|
|
\DeclareOldFontCommand{\sl}{\normalfont\ttfamily}{\mathtt}
|
|
|
|
\newcommand\@pnumwidth{1.55em}
|
|
|
|
\newcommand\@tocrmarg{2.55em}
|
|
|
|
\newcommand\@dotsep{4.5}
|
|
|
|
\setcounter{tocdepth}{2}
|
|
|
|
\setlength\columnsep{10\p@}
|
|
|
|
\setlength\columnseprule{0\p@}
|
|
|
|
\pagestyle{plain}
|
|
|
|
\pagenumbering{arabic}
|
|
|
|
\if@twoside
|
|
|
|
\else
|
|
|
|
\raggedbottom
|
|
|
|
\fi
|
|
|
|
\if@twocolumn
|
|
|
|
\twocolumn
|
|
|
|
\sloppy
|
|
|
|
\flushbottom
|
|
|
|
\else
|
|
|
|
\onecolumn
|
|
|
|
\fi
|
2000-05-17 13:40:40 +00:00
|
|
|
% This stuff is for a shooting script
|
|
|
|
% \lhead{\ifthenelse{ \not \value{page} = 1}{CONTINUED:}{}}
|
|
|
|
% \rfoot{\ifthenelse{ \not \value{page}=\pageref{LastPage}}{(CONT'D)}
|
|
|
|
% {\ifthenelse{\value{page}=\pageref{LastPage}}{(END)}{}}}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
2000-05-17 13:40:40 +00:00
|
|
|
% This is what we want for a spec script
|
|
|
|
\rhead{\thepage.}
|
|
|
|
\cfoot{}
|
|
|
|
% This one is needed to get real adobe courier, but you can use
|
|
|
|
% cmtt which is also correct
|
|
|
|
\renewcommand{\familydefault}{pcr}
|
|
|
|
% This is to negate the effect of the ~ that LyX adds everywhere
|
|
|
|
\let~=\space
|
|
|
|
% this protects you against the fact that TeX does not want to
|
|
|
|
% hyphenate in typewriter font. It is possible to enable
|
|
|
|
% hyphenation, but I do not remember how.
|
|
|
|
% That's good because we -do not- want any hyphenation.
|
|
|
|
\sloppy
|
2000-05-22 13:20:51 +00:00
|
|
|
\newcommand{\fadein}[1]{\filbreak\raggedright\par FADE IN: \uppercase{#1}}%
|
2000-05-17 13:40:40 +00:00
|
|
|
\newcommand{\fadeout}{\filbreak\raggedright\par FADE OUT }%
|
2000-05-22 13:20:51 +00:00
|
|
|
\newcommand{\interiorshot}[1]{\filbreak\raggedright\par INT. \uppercase{#1}}%
|
|
|
|
\newcommand{\exteriorshot}[1]{\filbreak\raggedright\par EXT. \uppercase{#1}}%
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-05-22 13:20:51 +00:00
|
|
|
\newcommand{\dialogue}[1]%
|
|
|
|
{\raggedright
|
|
|
|
\hspace{1in}
|
|
|
|
\parbox{4in}{#1}
|
|
|
|
\vspace{6pt}
|
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-05-22 13:20:51 +00:00
|
|
|
\newcommand{\narrative}[1]%
|
2000-05-15 15:28:33 +00:00
|
|
|
{\filbreak
|
2000-05-22 13:20:51 +00:00
|
|
|
\vspace{6pt}
|
|
|
|
\raggedright{#1}
|
|
|
|
\vspace{6pt}
|
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-05-17 13:40:40 +00:00
|
|
|
|
2000-05-22 13:20:51 +00:00
|
|
|
\newcommand{\speaker}[1]%
|
|
|
|
{\filbreak
|
|
|
|
\vspace{12pt}
|
|
|
|
\hspace{2.25in}{#1}
|
|
|
|
\vspace{6pt}
|
|
|
|
}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-05-22 13:20:51 +00:00
|
|
|
\newcommand{\parenthetical}[1]%
|
|
|
|
{\raggedright
|
|
|
|
\hspace{1.75in}
|
2000-09-14 13:50:47 +00:00
|
|
|
\parbox{1.5in}{(#1)}
|
2000-05-22 13:20:51 +00:00
|
|
|
\vspace{6pt}}
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
\endinput
|
|
|
|
%%
|
|
|
|
%% End of file `hollywood.cls'.
|