summaryrefslogtreecommitdiff
path: root/screenplay-pkg/README
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-04-30 13:15:25 +0400
committerAndrew <saintruler@gmail.com>2020-04-30 13:15:25 +0400
commited29c5fe97d025836e66796fdf1c4a624d29d189 (patch)
tree780b7e15c481de33c5fc904a0835c034590365fd /screenplay-pkg/README
parent4b95b2583e293b22d62fe91b599b5e1a4df90c23 (diff)
Добавил самопрезентацию
Diffstat (limited to 'screenplay-pkg/README')
-rw-r--r--screenplay-pkg/README42
1 files changed, 42 insertions, 0 deletions
diff --git a/screenplay-pkg/README b/screenplay-pkg/README
new file mode 100644
index 0000000..51673ab
--- /dev/null
+++ b/screenplay-pkg/README
@@ -0,0 +1,42 @@
+This is the screenplay-pkg package.
+ Copyright 2006 by John Pate
+ Copyright 2015-2017 by Alan Munn
+
+ This package implements the tools of the screenplay document class
+ in the form of a package so that screenplay fragments can be included
+ within another document class. For full documentation of the available commands,
+ please consult the screenplay class documentation.
+
+ All commands related to the titlepage in screenplay.cls have been
+ eliminated.
+
+ One new environment is implemented:
+
+ \begin{screenplay} ... \end{screenplay}
+
+ Two additional user commands are added to allow for user adjustment of the
+ fragment font and linespacing (the setspace package is used for spacing).
+ American spellings of the centring commands are also added.
+
+ \screenspacing{} % sets the linespacing for screenplay fragments; default
+ is \onehalfspacing
+ \screenfont{} % sets the font for screenplay fragments; default is
+ \ttfamily
+
+
+ This package may be distributed and/or modified under the
+ conditions of the LaTeX Project Public License, either version 1.3
+ of this license or any later version.
+ The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+ and version 1.3 or later is part of all distributions of LaTeX
+ version 2005/12/01 or later.
+
+ This package has the LPPL maintenance status `maintained'.
+
+ The Current Maintainer of this package is Alan Munn.
+
+ This package consists of the file screenplay-pkg.sty and documentation files
+ screenplay-pkg.tex, screenplay-pkg.pdf, screenplay-pkg-example.tex and screenplay-pkg-example.pdf.
+
+ Version 1.1 2017/08/05