-
Notifications
You must be signed in to change notification settings - Fork 8
Title Page
The Fountain specification defines a Title Page, which is also useful to add metadata to your script, much of Wrap's behaviour is based on this metadata.
This is the most important field, it specifies the kind of script we're dealing with. Currently Wrap supports the following script types:
- Screenplay (default)
- Stageplay
To switch output type to stageplay, simply add an inline Key: value
pair to your title page. E.g.:
Title: The Picture of Dorian Gray
Type: stageplay
These are used by Wraparound PDF to generate the title page.
Used to select what tags should be used by PDF output.
In a wrap file it also selects what language to use for tags, English tags however (mostly) keep their original meaning in every language mode.
Sets the page size. Possible values: letter
(default) or a4
.
Sets a custom string to be used in place of (CONT'D)
in PDF output.
Sets a custom string to be used in place of (MORE)
in PDF output.