summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/screenplay
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2006-10-04 12:04:43 +0000
committerNorbert Preining <preining@logic.at>2006-10-04 12:04:43 +0000
commit9f9204b2e71ad3e0082c6ef2308696f1a08ba8fe (patch)
tree88edac6c555715f7d4ce73b272b8938300516a26 /Master/texmf-dist/tex/latex/screenplay
parentba9472aebfed07843bc4faa00c7b96bc86194691 (diff)
update screenplay
git-svn-id: svn://tug.org/texlive/trunk@2241 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/screenplay')
-rw-r--r--Master/texmf-dist/tex/latex/screenplay/screenplay.cls33
1 files changed, 17 insertions, 16 deletions
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
%%