I'm trying to create a 3 column book layout. So far the only way I've figured out to get 3 columns is to use the venerable multicol package, which works nicely.
\chapter{Something Kant Said}
\begin{multicols*}{3}
\kant
\end{multicols}
What I'd like to do is style my \chapters so that multicols automatically begins and ends in the right place. Does latex have such a facility?