From: David Griffith Date: Wed, 13 Apr 2016 08:30:39 +0000 (-0700) Subject: For LaTeX: Start each chapter and appendix on a new page. X-Git-Url: https://jxself.org/git/?p=ibg.git;a=commitdiff_plain;h=f68b82bdb2f596bfa811693302a8980ae46dff14;hp=a2d9f64720495c9e172dc57b292bf13cdc96025c For LaTeX: Start each chapter and appendix on a new page. Is there a way to make this so other than putting in a \newpage for each and every chapter/appendix? --- diff --git a/about.rst b/about.rst index 295abe8..a1af7f9 100644 --- a/about.rst +++ b/about.rst @@ -1,3 +1,7 @@ +.. raw:: latex + + \newpage + ================== About this guide ================== diff --git a/appendices/a.rst b/appendices/a.rst index e010c77..ff216c6 100644 --- a/appendices/a.rst +++ b/appendices/a.rst @@ -1,3 +1,7 @@ +.. raw:: latex + + \newpage + ====================================== Appendix A -- How to play an IF game ====================================== diff --git a/appendices/b.rst b/appendices/b.rst index fcbda9f..048c14a 100644 --- a/appendices/b.rst +++ b/appendices/b.rst @@ -1,3 +1,7 @@ +.. raw:: latex + + \newpage + ============================= Appendix B -- "Heidi" story ============================= diff --git a/appendices/g.rst b/appendices/g.rst index ff7a04d..12207ef 100644 --- a/appendices/g.rst +++ b/appendices/g.rst @@ -1,3 +1,7 @@ +.. raw:: latex + + \newpage + ======================== Appendix G -- Glossary ======================== diff --git a/chapters/01.rst b/chapters/01.rst index fcdb5be..4d0d20d 100644 --- a/chapters/01.rst +++ b/chapters/01.rst @@ -1,3 +1,7 @@ +.. raw:: latex + + \newpage + =================================== Just what is interactive fiction? =================================== diff --git a/chapters/02.rst b/chapters/02.rst index 9d727c0..1511d17 100644 --- a/chapters/02.rst +++ b/chapters/02.rst @@ -1,3 +1,7 @@ +.. raw:: latex + + \newpage + ==================== Tools of the trade ==================== diff --git a/chapters/03.rst b/chapters/03.rst index 72332e3..7216e27 100644 --- a/chapters/03.rst +++ b/chapters/03.rst @@ -1,3 +1,7 @@ +.. raw:: latex + + \newpage + ============================== Heidi: our first Inform game ============================== diff --git a/chapters/04.rst b/chapters/04.rst index 249fdb1..9c48dc4 100644 --- a/chapters/04.rst +++ b/chapters/04.rst @@ -1,3 +1,7 @@ +.. raw:: latex + + \newpage + ====================== Reviewing the basics ====================== diff --git a/chapters/05.rst b/chapters/05.rst index 89b54da..1dbcfad 100644 --- a/chapters/05.rst +++ b/chapters/05.rst @@ -1,3 +1,7 @@ +.. raw:: latex + + \newpage + ================= Heidi revisited =================