diff --git a/intro.tex b/intro.tex
index 2db08083cc452f65b4a7a2324665fad018918172..97aeb19ee2083682f7def0c8aa7a72b013d55d54 100644
--- a/intro.tex
+++ b/intro.tex
@@ -1,6 +1,4 @@
-\iftoggle{verbose}{
-
-\chapter{Introduction}
+\chapter*{Introduction}
 \pagenumbering{arabic}
 
 \begin{multicols}{2}
@@ -45,9 +43,10 @@ Find him at artstation.com/hertz.
 
 \subsection*{to the playtesters} Marri Russell, Ross Oliver, Reiss McGee, David Smith, Michael Dyson, Ryan Trotter and Maggie Anderson; also thanks to Ari-Matti Piippo for his insightful comments.
 
-\subsection{and the Youtubers} for keeping me company during lengthy typography sessions -- in particular Lindybeige for his suggestions on RPGs, especially his insistence on running away from things. Also a big thanks to Skallagrim, Xidnaf and Artifexian for keeping me entertained and informed.
+\subsection*{and the Youtubers} for keeping me company during lengthy typography sessions -- in particular Lindybeige for his suggestions on RPGs, especially his insistence on running away from things.
+Also a big thanks to Skallagrim, Xidnaf and Artifexian for keeping me entertained and informed.
 
-\section{What's an RPG?}
+\section*{What's an RPG?}
 
 It's a little like a soap-opera meets board games.
 One person tells a strange kind of story, without any main characters.
@@ -76,5 +75,3 @@ This particular version was last revised on \today.
 
 \end{multicols}
 
-}{}
-
diff --git a/main.tex b/main.tex
index 24e5fcd38f5dc089e9465fb897650ff89ef97a5d..1b2eea8a817bca52b59cc1f910d835b2adf8228b 100644
--- a/main.tex
+++ b/main.tex
@@ -17,8 +17,12 @@
 
 \pagebreak[4]
 
+\iftoggle{verbose}{
+
 \input{intro.tex}
 
+}{}
+
 \input{cc.tex}
 
 \input{rules.tex}
@@ -37,8 +41,12 @@
 
 \input{gods.tex}
 
+\iftoggle{verbose}{
+
 \input{gm.tex}
 
+}{}
+
 \pagebreak
 
 \input{appendix.tex}
@@ -47,8 +55,12 @@
 
 \printindex
 
+\iftoggle{verbose}{
+
 \input{CS/GS.tex}
 
+}{}
+
 \input{CS/CS.tex}
 
 \end{document}