Documentation
¶
Overview ¶
The rules package of Lexington provides the tools around configuration of how a screenplay should look. The default should work but can be adjusted for a personal touch..
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = Set{
"action": {
Left: 1.5,
Right: 1,
},
"speaker": {
Left: 3.7,
Right: 1.5,
},
"dialog": {
Left: 2.5,
Right: 1.5,
},
"scene": {
Left: 1.5,
Right: 1,
Style: "b",
},
"paren": {
Left: 3.1,
Right: 1.5,
},
"trans": {
Left: 1.5,
Right: 1,
Align: "R",
},
"note": {
Left: 1.5,
Right: 1,
},
"allcaps": {
Left: 1.5,
Right: 1,
},
"empty": {
Left: 1.5,
Right: 1,
},
"title": {
Left: 1.5,
Right: 1,
Align: "C",
},
"meta": {
Left: 1.5,
Right: 1,
},
"center": {
Left: 1.5,
Right: 1,
Align: "C",
},
"lyrics": {
Left: 2,
Right: 2,
Style: "i",
Font: "Helvetica",
},
}
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.