summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/screenplay-pkg/screenplay-pkg.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-06 21:21:37 +0000
committerKarl Berry <karl@freefriends.org>2017-08-06 21:21:37 +0000
commitdfcd895c70f11a05121a36b57414a60614eb5cec (patch)
tree59089cb250614b39bc17b196086692070246bda8 /Master/texmf-dist/doc/latex/screenplay-pkg/screenplay-pkg.tex
parent51fb659674f3b6f8a1f5944e73b4fb9fdf90a14c (diff)
screenplay-pkg (6aug17)
git-svn-id: svn://tug.org/texlive/trunk@44965 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/screenplay-pkg/screenplay-pkg.tex')
-rw-r--r--Master/texmf-dist/doc/latex/screenplay-pkg/screenplay-pkg.tex18
1 files changed, 7 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/screenplay-pkg/screenplay-pkg.tex b/Master/texmf-dist/doc/latex/screenplay-pkg/screenplay-pkg.tex
index e425b99d0d6..ffd88431372 100644
--- a/Master/texmf-dist/doc/latex/screenplay-pkg/screenplay-pkg.tex
+++ b/Master/texmf-dist/doc/latex/screenplay-pkg/screenplay-pkg.tex
@@ -3,7 +3,7 @@
\documentclass[11pt]{article}
\title{\textbf{The \textsf{screenplay-pkg} package}}
\author{\textbf{Alan Munn}\\Department of Linguistics and Languages\\Michigan State University\\\texttt{\href{mailto:amunn@msu.edu}{amunn@msu.edu}}}
-\date{Version 1.0\\July 11, 2015}
+\date{Version 1.1\\August 5, 2017}
\usepackage[T1]{fontenc}
\usepackage[margin=1in]{geometry}
\usepackage{titling}
@@ -67,7 +67,7 @@
\abstract{\noindent\begin{quote}This is a package version of the \pkg{screenplay} document class. The class version is designed to produce a properly formatted screenplay manuscript. This package version allows portions of screenplays formatted using the class methods to be included into other document classes.
\end{quote}
\section{Introduction}
-This package arose out of a question asked on the StackExchange website: \href{http://tex.stackexchange.com/q/26227/}{Converting document classes into environments: is it possible?}. The question asked how easy it would be convert the class functionality into an environment. This package is the result of that discussion.
+This package arose out of a question asked on the StackExchange website: \href{http://tex.stackexchange.com/q/26227/}{Converting document classes into environments: is it possible?} The question asked how easy it would be convert the class functionality into an environment. This package is the result of that discussion.
\section{Package use}
To use the package just load it like any other package:
@@ -85,7 +85,7 @@ The |screenplay| environment provides an environment to wrap a screenplay fragme
\end{lstlisting}
Two additional user commands are added to allow for user adjustment of the
- fragment font and linespacing (the \pkg{setspace} package is used for spacing). American spellings of the centring commands have also been created. British spellings of these commands are retained:
+ fragment font and linespacing (the \pkg{setspace} package is used for spacing unless the \pkg{memoir} class is loaded). American spellings of the centring commands have also been created. British spellings of these commands are retained:
\begin{center}
@@ -94,9 +94,10 @@ The |screenplay| environment provides an environment to wrap a screenplay fragme
\textsf{Command} & \textsf{Explantion}\\
|\screenspacing{}| & sets the linespacing for screenplay fragments\\
& default is |\onehalfspacing|\\
+ & (if \pkg{memoir} is loaded, |\OnehalfSpacing|)\\
|\screenfont{}| & sets the font for screenplay fragments\\
& default is |\ttfamily|\\
- |\sccenter | & American spellings of centring commands now possible\\
+ |\sccenter | & American spellings of centring commands now possible\\
|\centertitle| & \\
\bottomrule
\end{tabular}
@@ -107,13 +108,8 @@ The |screenplay| environment provides an environment to wrap a screenplay fragme
All commands from the \pkg{screenplay} class that relate to creating the title page have been removed from the package version of the class.
\section{Troubleshooting and package dependencies}
\subsection{Package dependencies}
-Note that the package uses the \pkg{setspace} package for linespacing. If you are using the \pkg{memoir} class which provide its own linespacing methods you will need to turn them off and use \pkg{setspace} instead. The \pkg{memoir} package provides a |\DisemulatePackage| command to do this:
-\begin{lstlisting}
- \documentclass{memoir}
- \DisemulatePackage{setspace}
- \usepackage{screenplay-pkg}
- ...
-\end{lstlisting}
+Note that the package uses the \pkg{setspace} package for linespacing. If you are using the \pkg{memoir} class which provides its own linespacing methods the package will use its linespacing commands instead.
+
\subsection{Bugs}
You are welcome to report bugs and submit feature requests, but I should warn you that this package is extremely low priority for me in terms of maintenance, as I do not use it at all. If you are interested in taking it over, please get in touch with me.