summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-01-06 15:02:51 +0100
committerJonas Smedegaard <dr@jones.dk>2015-01-06 15:02:51 +0100
commit1d8022a85de38e6c40c2b2c96e4e38b0e5ae5dfe (patch)
tree9d170b08c1979e36f36a41ca8604bef2bd2d08b8
parent9494999eae74ca26be798049d003bd35c0f4613b (diff)
Fix use \input (not \include) to not create excess new pages.
-rw-r--r--after.tex2
-rw-r--r--before.tex6
2 files changed, 4 insertions, 4 deletions
diff --git a/after.tex b/after.tex
index 45597a0..8cf6161 100644
--- a/after.tex
+++ b/after.tex
@@ -1,3 +1,3 @@
%\listoffixmes
-\include{colophon}
+\input{colophon}
diff --git a/before.tex b/before.tex
index d790add..db8aef3 100644
--- a/before.tex
+++ b/before.tex
@@ -10,7 +10,7 @@
\footnotesize
\setlength{\parindent}{0pt}
\setlength{\parskip}{\baselineskip}
-\include{copyright}
+\input{copyright}
\endgroup
{
@@ -20,6 +20,6 @@
\tableofcontents
}
-\include{foreword}
+\input{foreword}
-\include{preface}
+\input{preface}