diff --git a/www/contribute/how-tos/shakespeare.php b/www/contribute/how-tos/shakespeare.php index d5853420..1924172d 100644 --- a/www/contribute/how-tos/shakespeare.php +++ b/www/contribute/how-tos/shakespeare.php @@ -26,7 +26,7 @@ require_once('Core.php');
The MIT transcriptions do not include the dramatis personaes and must be restored.
Follow section 7.6.6.4 in the manual for basic file structure. Adjust letter case of personas to follow sentence case. Remove periods.
+Follow section 7.6.6.4 in the manual for basic file structure. Adjust letter case of personas to follow sentence case. Remove periods.
The scene description is placed in a <p>
element. Note that the description is followed by a period.
Prologues follow a verse structure. See section 7.5 in the manual. Hint: the first letter of a verse line is capitalized.
+Prologues follow a verse structure. See section 7.5 in the manual. Hint: the first letter of a verse line is capitalized.
Overall file structuring and styling can be found in section 7.6.6 in the manual.
+Overall file structuring and styling can be found in section 7.6.6 in the manual.
This is referring to the stage directions that are shown appear on a separate line and centered in the page scans. The names of main characters are capitalized.
See section 7.6.5 in the manual for stage direction and persona semantics and styling.
+See section 7.6.5 in the manual for stage direction and persona semantics and styling.
You don’t have to center these directions.
@@ -170,7 +170,7 @@ require_once('Core.php');Whether it is in iambic pentameter or not, if the dialogue is not broken into rows we treat it as “prose.”
If the dialogue is broken into rows beginning with a capital letter we treat it as “verse.” See section 7.5 in the manual.
+If the dialogue is broken into rows beginning with a capital letter we treat it as “verse.” See section 7.5 in the manual.
Be careful. Because the plays are shoved into two columns in the page scans, a verse line will spill over onto another line. This second line is indented. We don’t want this separation. Make sure the verse line is together.
@@ -235,7 +235,7 @@ require_once('Core.php');Epilogues follow a verse structure. See section 7.5 in the manual.
+Epilogues follow a verse structure. See section 7.5 in the manual.