diff options
author | Norbert Preining <preining@logic.at> | 2006-10-09 23:00:35 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2006-10-09 23:00:35 +0000 |
commit | 0b9cd524d1f3d021301e0b9c8125f7eaf59dc118 (patch) | |
tree | a286041c751dbcfda88e1141199ac9ad118a939d /Master/texmf-dist/tex/latex/screenplay/screenplay.cls | |
parent | 2fabbabd551479c72c4ec985868cb9da3e473271 (diff) |
update of screenplay
git-svn-id: svn://tug.org/texlive/trunk@2290 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/screenplay/screenplay.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/screenplay/screenplay.cls | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/screenplay/screenplay.cls b/Master/texmf-dist/tex/latex/screenplay/screenplay.cls index 95502af65f7..89cd0267c00 100644 --- a/Master/texmf-dist/tex/latex/screenplay/screenplay.cls +++ b/Master/texmf-dist/tex/latex/screenplay/screenplay.cls @@ -33,13 +33,13 @@ %% %% +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= \NeedsTeXFormat{LaTeX2e}[2003/12/01] -\ProvidesClass{screenplay}[2006/10/02 v1.500 +\ProvidesClass{screenplay}[2006/10/08 v1.504 LaTeX2e Draft Screenplay document class (C)2006 John Pate released under the GNU General Public License] \DeclareOption*{% \PackageError{screenplay}{Unwanted option '\CurrentOption'}% - {There are no options available for class screenplay v1.500}} + {There are no options available for class screenplay v1.504}} \ProcessOptions\relax \RequirePackage{ifthen}[2001/05/26] \LoadClass[12pt,letterpaper,onecolumn,oneside]{article}[2004/02/16] @@ -80,7 +80,7 @@ released under the GNU General Public License] \begin{center}\MakeUppercase{#1}\end{center} \newpage\setcounter{page}{1} }%nicholl -\newcommand*{\titlesepspace}{\vspace{3.75in plus 0in minus 1.0in}} +\newcommand*{\titlesepspace}{\vspace{3.75in plus 0in minus 1.5in}} \newcommand*{\copyspace}{\vspace*{2ex plus 0ex minus 0ex}} \newcommand{\titleauthor}[4][]{ \thispagestyle{empty} @@ -189,11 +189,11 @@ by\\ \newenvironment{titleover}[1][]{ \ifthenelse{\not\equal{#1}{}} -{%true +{ TITLE OVER (#1):\\ -}{%false +}{ TITLE OVER:\\ -}%ifthenelse +} \vspace{\baselineskip} \nopagebreak \dialtab\begin{minipage}[b]{\dialwidth} @@ -231,8 +231,9 @@ FADE IN: \hspace*{\fill}INTERCUT WITH:\hspace{\widthfudge} }%intercut -\newcommand{\pov}{P.O.V. } -\newcommand{\nb}{NOTE: } +\newcommand*{\pov}{P.O.V. } +\newcommand*{\revert}{REVERSE \pov } +\newcommand*{\nb}{NOTE: } \newcommand{\theend}{ \hspace*{\fill}THE END\hspace{\fill}\hspace{\widthfudge} |