Use titlesec package to handle page breaks before sections.
authorGlenn Hutchings <zondo42@gmail.com>
Wed, 13 Apr 2016 17:59:22 +0000 (18:59 +0100)
committerGlenn Hutchings <zondo42@gmail.com>
Wed, 13 Apr 2016 17:59:22 +0000 (18:59 +0100)
12 files changed:
about.rst
appendices/a.rst
appendices/b.rst
appendices/c.rst
appendices/d.rst
appendices/g.rst
chapters/01.rst
chapters/02.rst
chapters/03.rst
chapters/04.rst
chapters/05.rst
config/preamble.tex

index a1af7f9c1ee4408fc88254768d2e234cb7bab1ba..295abe888939fdc60152e4b3a4521d779b220769 100644 (file)
--- a/about.rst
+++ b/about.rst
@@ -1,7 +1,3 @@
-.. raw:: latex
-
-   \newpage
-
 ==================
  About this guide
 ==================
index ff216c6da95e7473762bd0c9c82f69b5a766cab8..7e208497bd9efd37a1730c6e4453a929b2773ba2 100644 (file)
@@ -1,12 +1,7 @@
-.. raw:: latex
-
-   \newpage
-
 ======================================
  Appendix A -- How to play an IF game
 ======================================
 
-
 .. only:: html
 
   .. image:: /images/picP.png
index 048c14a35d8bb0052dfd23f1b23588a1ac09cfe0..fcbda9f51795e12c73b200f4e84cf993e19fc8f1 100644 (file)
@@ -1,7 +1,3 @@
-.. raw:: latex
-
-   \newpage
-
 =============================
  Appendix B -- "Heidi" story
 =============================
index c82f0b384045ef5a65d8cdee828f1f51206b4bba..f7287a66c620d20891c132c3965bc14aa6b07bd6 100644 (file)
@@ -1,12 +1,7 @@
-.. raw:: latex
-
-   \newpage
-
 ======================================
  Appendix C -- "William Tell" story
 ======================================
 
-
 .. only:: html
 
   .. image:: /images/picW.png
index 6155e1fdcfc89cb7afd8ae82fc055d99eda2b632..8ff650fa7398a0602f854bf59c112b7f0257b6af 100644 (file)
@@ -1,12 +1,7 @@
-.. raw:: latex
-
-   \newpage
-
 ===================================
  Appendix D -- "Captain Fate" story
 ===================================
 
-
 .. only:: html
 
   .. image:: /images/picC.png
index 12207ef9436c08febb14b1dfde9a5909555459a7..ff7a04ded3174a70e53c9acf490ce5a4c9bf71af 100644 (file)
@@ -1,7 +1,3 @@
-.. raw:: latex
-
-   \newpage
-
 ========================
  Appendix G -- Glossary
 ========================
index 4d0d20d0b9fc75ed76e16f8cf322609bf53e6ae3..fcdb5be62f83fe3047e7099f42183a3781124e3b 100644 (file)
@@ -1,7 +1,3 @@
-.. raw:: latex
-
-   \newpage
-
 ===================================
  Just what is interactive fiction?
 ===================================
index 1511d17805751bb3dd3d906cb12e4f13d80d92e4..9d727c0ecf6f5a88a3129f7e10aad8c3c49b50c1 100644 (file)
@@ -1,7 +1,3 @@
-.. raw:: latex
-
-   \newpage
-
 ====================
  Tools of the trade
 ====================
index 7216e2796b1e3714274040f66432b119da041cfb..72332e37bd4c2018605b091eff233a36965b9d6e 100644 (file)
@@ -1,7 +1,3 @@
-.. raw:: latex
-
-   \newpage
-
 ==============================
  Heidi: our first Inform game
 ==============================
index 9c48dc4c403f92bf96f709c1571f9455447bebf4..249fdb1f5f06185e2611e9935c216a3b38181a04 100644 (file)
@@ -1,7 +1,3 @@
-.. raw:: latex
-
-   \newpage
-
 ======================
  Reviewing the basics
 ======================
index 1dbcfada5c1e8251b9afc21fa6d3f26d6ef44bf4..89b54dafb3cdc2e002b2cfdb148fa72d9746eaac 100644 (file)
@@ -1,7 +1,3 @@
-.. raw:: latex
-
-   \newpage
-
 =================
  Heidi revisited
 =================
index 8557210940a9bde9d6ab1f949fc7058c0312c783..0952bc4b2a6c34aa2d096024096424e658bbb9aa 100644 (file)
@@ -5,6 +5,7 @@
 \usepackage{emerald}
 \usepackage{type1cm}
 \usepackage{lettrine}
+\usepackage{titlesec}
 
 %% Set up page.
 \pagestyle{fancy}
@@ -28,6 +29,9 @@
 \renewcommand{\headrulewidth}{0.0pt}
 \renewcommand{\footrulewidth}{0.0pt}
 
+%% Add page break before each section.
+\newcommand{\sectionbreak}{\clearpage}
+
 %% Revert to original table of contents.
 \makeatletter
 \renewcommand{\tableofcontents}{\py@OldTableofcontents}