Use pagestyle for standard page headings.
[ibg.git] / appendices / d.rst
index 6155e1fdcfc89cb7afd8ae82fc055d99eda2b632..09f25a1255a7e0bb3f10b29c9ffd1ab586108b36 100644 (file)
@@ -1,12 +1,7 @@
-.. raw:: latex
-
-   \newpage
-
 ===================================
  Appendix D -- "Captain Fate" story
 ===================================
 
-
 .. only:: html
 
   .. image:: /images/picC.png
@@ -40,14 +35,18 @@ Compile-as-you-go
 you type the code sequentially as you read through the guide, the game 
 won't compile until you reach the end of Chapter 13. To compile and test 
 as you go, add these stubs to the end of the game file when you reach 
-the end of Chapter 10::
+the end of Chapter 10:
+
+.. code-block:: inform
 
        ! ================================================================
        ! TEMPORARY DEFINITIONS NEEDED TO COMPILE AT THE END OF CHAPTER 10
        Room    cafe;
        Object  clothes;
 
-Replace those stubs with these at the end of Chapter 11::
+Replace those stubs with these at the end of Chapter 11:
+
+.. code-block:: inform
 
        ! ================================================================
        ! TEMPORARY DEFINITIONS NEEDED TO COMPILE AT THE END OF CHAPTER 11
@@ -56,7 +55,9 @@ Replace those stubs with these at the end of Chapter 11::
        Object  clothes;
        Object  costume;
 
-and with these at the end of Chapter 12::
+and with these at the end of Chapter 12:
+
+.. code-block:: inform
 
        ! ================================================================
        ! TEMPORARY DEFINITIONS NEEDED TO COMPILE AT THE END OF CHAPTER 12