Tick some things off the TODO list.
[ibg.git] / chapters / 03.rst
index 061810b2f8cecf0df3f4c7d9382e70dcd10d2a9a..dfd8dd4a88fabcfc71bc425e858fedb2e1a99d38 100644 (file)
@@ -4,22 +4,18 @@
 
 .. epigraph::
 
-   | *E was an esquire, with pride on his brow;*
-   | *F was a farmer, and followed the plough.*
+   | |CENTER| *E was an esquire, with pride on his brow;*
+   | |CENTER| *F was a farmer, and followed the plough.*
 
 .. only:: html
 
   .. image:: /images/picE.png
      :align: left
 
-.. raw:: latex
-
-    \dropcap{e}
-
-ach of the three games in this guide is created step by step; you'll get
-most benefit (especially to begin with) if you take an active part, typing
-in the source code on your computer.  Our first game, described in this
-chapter and the two which follow, tells this sentimental little story:
+|E|\ach of the three games in this guide is created step by step; you'll
+get most benefit (especially to begin with) if you take an active part,
+typing in the source code on your computer.  Our first game, described in
+this chapter and the two which follow, tells this sentimental little story:
 
     "Heidi lives in a tiny cottage deep in the forest.  One sunny day,
     standing before the cottage, she hears the frenzied tweeting of baby
@@ -172,11 +168,11 @@ looking at the source file.
 
   .. note::
 
-     Actually, the ``-S`` is redundant, since Strict mode is already on by
-     default.  We include it here as a reminder that (a) to turn Strict
-     mode *off*, you change this setting to ``-~S``, and (b) alphabetic
-     case matters here: ``-s`` causes a display of compiler statistics (and
-     ``-~s`` does nothing at all).
+     Actually, the :option:`-S` is redundant, since Strict mode is already
+     on by default.  We include it here as a reminder that (a) to turn
+     Strict mode *off*, you change this setting to :option:`-~S`, and (b)
+     alphabetic case matters here: :option:`-s` causes a display of
+     compiler statistics (and :option:`-~s` does nothing at all).
 
 * Otherwise, when the compiler comes across an exclamation mark, it ignores
   the rest of the line.  If the ``!`` is at the start of a line, the whole