From f68b82bdb2f596bfa811693302a8980ae46dff14 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 13 Apr 2016 01:30:39 -0700 Subject: [PATCH 1/1] 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? --- about.rst | 4 ++++ appendices/a.rst | 4 ++++ appendices/b.rst | 4 ++++ appendices/g.rst | 4 ++++ chapters/01.rst | 4 ++++ chapters/02.rst | 4 ++++ chapters/03.rst | 4 ++++ chapters/04.rst | 4 ++++ chapters/05.rst | 4 ++++ 9 files changed, 36 insertions(+) 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 ================= -- 2.31.1