Use titlesec package to handle page breaks before sections.
[ibg.git] / appendices / b.rst
1 =============================
2  Appendix B -- "Heidi" story
3 =============================
4
5 .. only:: html
6
7   .. image:: /images/picH.png
8      :align: left
9
10 .. raw:: latex
11
12     \dropcap{h}
13
14 eidi in the Forest is our first -- and simplest -- game. We describe it in
15 three chapters: "Heidi: our first Inform game" on page 33, "Reviewing the
16 basics" on page 49 and "Heidi revisited" on page 59.  Here is a run-time
17 transcript, and then the original and extended source files.
18
19 Transcript of play
20 ==================
21
22 .. literalinclude:: /examples/Heidi.txt
23    :language: transcript
24
25 Game source code -- original version
26 ====================================
27
28 .. literalinclude:: /examples/Heidi.inf
29    :language: inform6
30
31 Game source code -- revisited
32 =============================
33
34 .. literalinclude:: /examples/HeidiPlus.inf
35    :language: inform6