X-Git-Url: https://jxself.org/git/?p=ibg.git;a=blobdiff_plain;f=appendices%2Fd.rst;h=9447d89db682ecdb26e7fc21ab54bbb3a6fa4365;hp=6155e1fdcfc89cb7afd8ae82fc055d99eda2b632;hb=HEAD;hpb=1c3abccc2a2caca47ff3ec3539ff53466eb2fe69 diff --git a/appendices/d.rst b/appendices/d.rst index 6155e1f..9447d89 100644 --- a/appendices/d.rst +++ b/appendices/d.rst @@ -1,25 +1,15 @@ -.. raw:: latex - - \newpage - =================================== Appendix D -- "Captain Fate" story =================================== - .. only:: html .. image:: /images/picC.png :align: left -.. raw:: latex - - \dropcap{c} - -aptain Fate is our third and final game; it's a little longer and more -complex than its predecessors. See "Captain Fate: take 1" on page 119, -"Captain Fate: take 2" on page 131, "Captain Fate: take 3" on page 147 -and "Captain Fate: the final cut" on page 157. +|C|\aptain Fate is our third and final game; it's a little longer and more +complex than its predecessors. See :doc:`/chapters/10`, +:doc:`/chapters/11`, :doc:`/chapters/12` and :doc:`/chapters/13`. Transcript of play ================== @@ -40,14 +30,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 +50,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