On Mon, Mar 9, 2009 at 10:45 AM, Konrad Hofbauer <[email protected]>wrote:
> stefano franchi wrote: > >> On Fri, Mar 6, 2009 at 11:21 AM, Nikos Alexandris < >> [email protected]> wrote: >> >> On Fri, 2009-03-06 at 17:01 +0100, Nikos Alexandris wrote: >>> >>>> Frederick: >>>> >>>>> is it possible to ensure that >>>>> every new chapter doesn't start on a new page in a book format? >>>>> >>>> > I did not try, but in book.cls, the chapter is defined with > > \newcommand\chapter{...@openright\cleardoublepage\else\clearpage\fi > \thispagestyle{plain}% > \glob...@topnum\z@ > \...@afterindentfalse > \secd...@chapter\@schapter} > > So could you not just redefine chapter without the \clearpage stuff? > > Something like > > \renewcommand{\chapter}{\thispagestyle{plain}% > \glob...@topnum\z@ > \...@afterindentfalse > \secd...@chapter\@schapter} > > > in the preamble (untested)? > > HTH, > Konrad > > I could. I did. It worked. Many thanks from a Latex illiterate. Cheers, S. -- __________________________________________________ Stefano Franchi Department of Philosophy Ph: (1) 979 862-2211 Texas A&M University Fax: (1) 979 845-0458 College Station, Texas, USA
