diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-01-06 15:02:51 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-01-06 15:02:51 +0100 |
commit | 1d8022a85de38e6c40c2b2c96e4e38b0e5ae5dfe (patch) | |
tree | 9d170b08c1979e36f36a41ca8604bef2bd2d08b8 | |
parent | 9494999eae74ca26be798049d003bd35c0f4613b (diff) |
Fix use \input (not \include) to not create excess new pages.
-rw-r--r-- | after.tex | 2 | ||||
-rw-r--r-- | before.tex | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,3 +1,3 @@ %\listoffixmes -\include{colophon} +\input{colophon} @@ -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} |