From 9f9204b2e71ad3e0082c6ef2308696f1a08ba8fe Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 4 Oct 2006 12:04:43 +0000 Subject: update screenplay git-svn-id: svn://tug.org/texlive/trunk@2241 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/screenplay/screenplay.cls | 33 +++++++++++----------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'Master/texmf-dist/tex/latex/screenplay') diff --git a/Master/texmf-dist/tex/latex/screenplay/screenplay.cls b/Master/texmf-dist/tex/latex/screenplay/screenplay.cls index ba53ae09407..95502af65f7 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/09/30 v1.496 +\ProvidesClass{screenplay}[2006/10/02 v1.500 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.496}} + {There are no options available for class screenplay v1.500}} \ProcessOptions\relax \RequirePackage{ifthen}[2001/05/26] \LoadClass[12pt,letterpaper,onecolumn,oneside]{article}[2004/02/16] @@ -53,9 +53,10 @@ released under the GNU General Public License] \pagestyle{myheadings} \setlength{\baselineskip}{12pt plus 0pt minus 0pt} \renewcommand*{\baselinestretch}{0.8} -\newcommand{\dialfix}{\vspace{3pt}} +\newcommand*{\dialfix}{\vspace{3pt}} \setlength{\parskip}{\baselineskip} \setlength{\parindent}{0in} +\newcommand*{\slugspace}{\hspace{2.0em plus 0em minus 0em}} \setlength{\evensidemargin}{0.5in} \setlength{\oddsidemargin}{0.5in} \setlength{\topmargin}{-0.5in} @@ -63,13 +64,13 @@ released under the GNU General Public License] \setlength{\topskip}{0in} \setlength{\textheight}{9.5in} \setlength{\textwidth}{6.1in} -\newcommand{\slugspace}{\hspace{2.0em plus 0em minus 0em}} -\newcommand{\dialwidth}{3.2in} -\newcommand{\dialtab}{\hspace*{1.5in}} -\newcommand{\dialnametab}{\hspace*{1.2in}} -\newcommand{\parenwidth}{1.7in} -\newcommand{\parentab}{\hspace{0.7in}} -\newcommand{\parenkludge}{\dialfix} +\newcommand*{\widthfudge}{0.1in} +\newcommand*{\dialwidth}{3.2in} +\newcommand*{\dialtab}{\hspace*{1.5in}} +\newcommand*{\dialnametab}{\hspace*{1.2in}} +\newcommand*{\parenwidth}{1.7in} +\newcommand*{\parentab}{\hspace{0.7in}} +\newcommand*{\parenkludge}{\dialfix} \renewcommand*{\textfraction}{1} \renewcommand*{\topfraction}{0} \renewcommand*{\bottomfraction}{0} @@ -79,8 +80,8 @@ 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{\copyspace}{\vspace*{2ex plus 0ex minus 0ex}} +\newcommand*{\titlesepspace}{\vspace{3.75in plus 0in minus 1.0in}} +\newcommand*{\copyspace}{\vspace*{2ex plus 0ex minus 0ex}} \newcommand{\titleauthor}[4][]{ \thispagestyle{empty} \vspace*{2.25in} @@ -212,7 +213,7 @@ TITLE OVER:\\ TITLE OVER: \nopagebreak -\hspace*{\fill}{#1}\hspace{\fill} +\hspace*{\fill}{#1}\hspace{\fill}\hspace{\widthfudge} }%centretitle \newcommand{\fadein}{ @@ -222,19 +223,19 @@ FADE IN: }%fadein \newcommand{\fadeout}{ -\hspace*{\fill}FADE OUT: +\hspace*{\fill}FADE OUT:\hspace{\widthfudge} }%fadeout \newcommand{\intercut}{ -\hspace*{\fill}INTERCUT WITH: +\hspace*{\fill}INTERCUT WITH:\hspace{\widthfudge} }%intercut \newcommand{\pov}{P.O.V. } \newcommand{\nb}{NOTE: } \newcommand{\theend}{ -\hspace*{\fill}THE END\hspace{\fill} +\hspace*{\fill}THE END\hspace{\fill}\hspace{\widthfudge} }%THE END %% -- cgit v1.2.3