diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/screenplay')
-rw-r--r-- | Master/texmf-dist/tex/latex/screenplay/hardmarg.sty | 46 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/screenplay/screenplay.cls | 17 |
2 files changed, 55 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/screenplay/hardmarg.sty b/Master/texmf-dist/tex/latex/screenplay/hardmarg.sty new file mode 100644 index 00000000000..8c7e84769d5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/screenplay/hardmarg.sty @@ -0,0 +1,46 @@ +%% +%% This is file `hardmarg.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% screenplay.dtx (with options: `hard') +%% +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= +%% +%% Authored by and Copyright (C)2006 by +%% John Pate <johnny@dvc.org.uk> +%% http://dvc.org.uk +%% Latest version is available as: +%% http://dvc.org.uk/sacrific.txt/screenplay.zip +%% +%% This program is free software; you can redistribute it and/or +%% modify it under the terms of the GNU General Public License as +%% published by the Free Software Foundation; either version 2 of +%% the License, or (at your option) any later version. +%% +%% This program is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +%% GNU General Public License for more details. +%% +%% You should have received a copy of the GNU General Public +%% License along with this program; if not, write to the Free +%% Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, +%% MA 02110-1301 USA +%% +%% GPL v2 text also available as: +%% http://dvc.org.uk/gplv2.txt +%% +%% +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= +\ProvidesPackage{hardmarg}[2006/10/08 v1.504 +For use with class screenplay +(C)2006 John Pate +released under the GNU General Public License] +\setlength{\textwidth}{6.0in} +\renewcommand*{\widthfudge}{0in} +\renewcommand*{\dialwidth}{3.0in} +\renewcommand*{\parenwidth}{1.5in} +%% +%% Hail Eris! All Hail Discordia! +%% +%% End of file `hardmarg.sty'. 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} |