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.

    @@ -51,7 +51,7 @@ require_once('Core.php');

    Structure

  • @@ -78,7 +78,7 @@ require_once('Core.php');
  • Acts and Scenes

    -

    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.

    1. Scene Descriptions

      @@ -109,7 +109,7 @@ require_once('Core.php');

      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.

    2. -

      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.

    3. 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.”

    4. -

      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.

    5. 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');

      Structure