\documentclass{report} \usepackage[utf8x]{inputenx} \usepackage{url} \usepackage{cprotect} \usepackage[Q=yes]{examplep} \begin{document} \title{Using \texttt{stage}} \author{Robert Jahrling} \maketitle \chapter{Introduction} Have you ever heard the adage about using the best tool for the job at hand? For writing a stage play, \LaTeX\ and \texttt{stage} are probably not the best tools. They are good tools, and \LaTeX\ itself is the best tool for a variety of jobs. Playwriting is not one of them. Why have \texttt{stage} then? \TeX\ produces very nice output, and while it would be arguably easier to write a play using a WYSIWYG word processor like OpenOffice.org Writer, there isn’t a program out there that would make your play look as good as \TeX\ does. There are many other reasons to use \TeX\ and \LaTeX, far too numerous to list here\,—\,I use it because it looks good. If you want to write screenplays, I suggest you look at Adrian McCarthy’s Script\TeX\footnote{http://www.aidtopia.com/software/scripttex/}. It’s a great screenplay tool, and Adrian, being much smarter than me, took care of a lot of hairy stuff that I barely understand. However, and I say this very respectfully, Script\TeX’s stage play mode is not correct\footnote{Script\TeX’s stage play mode produces scripts designed for reading, not production.}. \section{Changes in version 1.00} Since the previous release, which had no version number, dated 2003/05/15, the \verb|quotepage| environment has been removed, as well as the \verb|\copyrightnotice| and \verb|\draft| commands. These are either contrary to standard advice on scriptwriting (as acknowledged in their documentation) or can easily be implemented with standard \LaTeX\. The command \verb|\initsd| is no longer necessary (\verb|\charsd| may be used instead), but is still defined for backward compatibility. \section{Manuscript Format} \texttt{stage} is a \LaTeX2e\ class designed to produce correctly-formatted stage plays for production and for submission to literary agents and competitions. Recognize, however, that “correct” isn’t nearly as rigidly defined in the theater world as it is in Hollywood. For the stage, it is usually sufficient that your script look good\,—\,nobody will be holding a ruler to your manuscript. The formatting that I follow for stage is based on the formatting rules found at Virginia Commonwealth University’s website, The Playwriting Seminars, at \url{http://www.pubinfo.vcu.edu/artweb/playwriting/}. In brief: \begin{itemize} \item Top and left margins are set at 1.5 inches. \item Bottom and right margins are set at 1 inch. \item Page numbers are set 1 inch from the top and right. \item Character names are indented 4 inches, not centered. \item Opening stage directions are indented 4 inches. \item Other stage directions are indent 3.5 inches. \item The text is set at 12\textbackslash 14. \end{itemize} \section{\LaTeX\ information} This document isn’t intended to be an introduction to \LaTeX. For more information on using and installing \LaTeX, please visit the \LaTeX\ project website at \url{http://www.latex-project.org}. This is a standard \LaTeX2e\ class, and can be installed in the usual way. For more information on what exactly “the usual way” is, visit the CTAN archive at \url{http://www.ctan.org}. You can also review the documentation for your particular \TeX\ package. \section{Playwriting Information} There are a few resources that I would recommend to anyone who wants to write plays. \subsection{The Theater} The most important thing you can do, as a playwright, is to go see plays. Your local theater groups are putting on plays right now. It’s not terribly expensive, and it gives you an insight into what’s going on in theater, what works and what doesn’t, and what’s possible. I’m not going to get highbrow on you, either. If all you’ve got is a ”Grease” revival at the dinner theater on Route 10, go see it. If you live in a city, even a small one, I guarantee you there are groups out there putting on shows. If you have no money but lots of time, volunteer to be tech crew. You get to see the play over and over again, and a good idea of how theater works. \subsection{Reading Plays} The second most important thing you can do as a playwright is to go to the library. Plays are found in the nonfiction section, in and around the low 800s in any Dewey Decimal-oriented library. It doesn’t even matter what you read, as long as you read it. If Shakespeare is your thing, read Shakespeare. If Wally Shawn is more to your taste, read Wally Shawn. Just read. Close your eyes and reach out and grab a play or five and read them, regardless of what they are. Some people will tell you to stick to acknowledged classics. Not me. Read everything. \subsection{Books on Playwriting} There are many, many good books on writing plays. I have a couple of recommendations, but these are by no means the only books you’ll want to look at. Spencer, Stuart. \emph{The Playwright’s Guidebook: An Insightful Primer on the Art of Dramatic Writing.} Faber \& Faber, 2002. Ayckbourn, Alan. \emph{The Crafty Art of Playmaking.} Palgrave Macmillan, 2003. \subsection{Playwriting Websites} As with books, there are many websites on writing plays. I like the aforementioned Playwriting Seminars at \url{http://www.pubinfo.vcu.edu/artweb/playwriting/}. \section{Licensing} \texttt{stage} is distributed under the provisions of the \LaTeX\ Project Public License, a copy of which is available at \url{http://www.latex-project.org/lppl.txt}. \chapter{\texttt{stage} Functions} \texttt{stage} is based on the default \LaTeX\ book class, using the \texttt{12pt}, and \texttt{oneside} options. Other options can be supplied if desired to the \verb|\documentclass| command. Any documents made to use \texttt{stage} need to begin with a \verb|\documentclass{stage}| declaration. \section{Title Page} In addition to the standard \LaTeX\ title page information, \texttt{stage} provides some additional capabilities for play manuscripts. These commands all come after the document class declaration and before \maketitle. They are all optional. \cprotect\subsection{\verb|\address{
}|} \verb|\address| blocks your address on the lower left of the title page. Separate multiple lines with \verb|\\|. It is appropriate to put any relevant contact information in this block, including phone numbers and email addresses. \section{Cast Page} To create a page for your cast of characters, use the \texttt{castpage} environment. To set up the environment, use \verb|\begin{castpage}|. When you are done adding characters, use \verb|\end{castpage}|. This page must come after the title page. \cprotect\subsection{\verb|\addcharacter{}{}|} Use \verb|\addcharacter| to add characters to the cast page. \section{Page Matter} \cprotect\subsection{\verb|\act|} If you are numbering acts, use \verb|\act| before each act to place act headers. Acts are numbered with uppercase Roman numerals. This affects pagination: works with acts number the pages by act. \cprotect\subsection[\verb|\dialog{}{}| \verb|\dialogue{}{}|]{\verb|\dialog{}{}|\\\verb|\dialogue{}{}|} \verb|\dialog| sets off speeches with the appropriate formatting. Dialogue across page breaks will lead with the character’s name and “(Continued)”. Two spellings are provided for the sake of convenience, but they work identically. It may be convenient for you to define macros in your scripts to set up dialogue tags for each character to reduce typing. For example, if you use \verb|\def\Bob{\dialog{Bob}}|, you can set off Bob’s dialogue in your play by simply typing \verb|\Bob{}|. \cprotect\subsection{\verb|\introduce{}|} This command sets the character’s name in smallcaps when they are first introduced in stage directions. \cprotect\subsection{\verb|\pause|} Provided for convenience, this inserts a (Pause) stage direction for those of us who overuse them. \cprotect\subsection{\verb|\scene|} If you are numbering scenes, use \verb|\scene| before each scene to place scene headers. Scene headers use Arabic numbers. \cprotect\subsection[\verb|\charsd{}| \verb|\opensd{}| \verb|\open{}| \verb|\stage{}|]{\verb|\charsd{}|\\\verb|\opensd{}|\\\verb|\open{}|\\\verb|\stage{}|} There are several different commands for stage directions; which one you use depends on the circumstances. The stage directions that open your play, describe the stage and the setting, are indented slightly differently from other stage directions. For these, use \verb|\opensd| or its synonym, \verb|\open|. Use \verb|\stage| for inter-dialogue stage directions. Use \verb|\charsd| for intra-dialogue stage directions. \section{Translation and customization} If you want to use \texttt{stage} in another language, or want to customize any of the text it outputs automatically (for example, perhaps you want your script to finish “Finis” rather than “The End”), then you can redefine the corresponding command. For example: \begin{verbatim} \renewcommand{\theendname}{Finis} \end{verbatim} The commands correspond to the following messages: % Note: keep the following in sync with the code \begin{description} \item[\Q{\\actname}]The name of an act (“Act”). \item[\Q{\\scenename}]The name of a scene (“Scene”). \item[\Q{\\continuedname}]Used when dialog is continued over a page break (“Continued”). \item[\Q{\\castname}]The title of the cast list (“Cast of Characters”). \item[\Q{\\theendname}]The text written at the end of the script (“The End”). \end{description} If you translate the set into another language, do send the translations to the maintainer, so that they can be included in a future release of \texttt{stage}. \chapter{Putting It All Together} Here is a script template formatted with \LaTeX\ and \texttt{stage}. It should provide you with an idea of how to use \texttt{stage}. \begin{verbatim} \documentclass{stage} \title{} \author{} %%% The following items are optional. Uncomment to use. % \address{} \begin{document} \maketitle %%% Uncomment the following line to add a quote page. % \quotepage{Quote}{Author} %%% Uncomment the next few lines to add a cast page. % \begin{castpage} % \addcharacter{Name}{Description} % % \end{castpage} % The magic happens here... % % \act % \scene % \opensd{Opening stage directions.} % \dialog{who}{what} \end{document} \end{verbatim} If you have any questions on \texttt{stage}, please feel free to contact the maintainer at \url{rrt@sc3d.org}. \end{document}