Re: Query on new-chapters-not-on-new-page

2009-03-10 Thread Helge Hafting

Frederick Noronha [फ़रेदरिक नोरोनया] wrote:

This may sound like a bizarre query: but is it possible to ensure that
every new chapter doesn't start on a new page in a book format?


Anything is possible. The easy way out is to use the 'article' class. It 
doesn't have chapters, instead "section" is the highest level in the 
numbering hierarchy.


So you can start each of your chapters as a new "section", and they will 
start immediately. You may have two such "chapters" on the same page, if 
they are short enough. Or one chapter ending high on a page, and the 
next one starting a bit further down.


I have a book with a series of short essays. While these need chapter
numbers, and listing in the index, it is not necessary for the essays
to begin on a new page. Would be grateful for any help. Thanks, FN

Article sections are numbered, and they are listed in the table of 
contents too. You may list them in the index too, of course.


You can't use this scheme if you also need section and subsection 
numbers in your book. But if you don't, just use "sections" as 
"chapters" and get what you want without a lot of TeX-code.


Helge Hafting



Re: Query on new-chapters-not-on-new-page

2009-03-09 Thread stefano franchi
On Mon, Mar 9, 2009 at 10:45 AM, Konrad Hofbauer wrote:

> stefano franchi wrote:
>
>> On Fri, Mar 6, 2009 at 11:21 AM, Nikos Alexandris <
>> nikos.alexand...@felis.uni-freiburg.de> 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


Re: Query on new-chapters-not-on-new-page

2009-03-09 Thread Konrad Hofbauer

stefano franchi wrote:

On Fri, Mar 6, 2009 at 11:21 AM, Nikos Alexandris <
nikos.alexand...@felis.uni-freiburg.de> 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



Re: Query on new-chapters-not-on-new-page

2009-03-09 Thread stefano franchi
On Fri, Mar 6, 2009 at 11:21 AM, Nikos Alexandris <
nikos.alexand...@felis.uni-freiburg.de> 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?
> >
> >
> > For the book(KOMA-Script) class there is an option for that. It's
> > "open-any".
>
> That should be:
> open=any
>
>
Hmm, I am trying to solve the same problem---chapters starting on the same
page as the last one, just like sections---but the proposed fix does not
help. The Koma-Script docs say it will always start a chapter on a new page,
and open=any is used if either right- or left-facing pages are acceptable.

Does anyone know how to avoid both starting anew page and inserting a huge
amount of white space before the chapter title?

I found the following code in the Latex user group to solve the blank space
problem, but no solution (or no solution I could understand) to the new page
skipping:

\makeatletter
\renewcomman...@makechapterhead[1]{%
  %\vspace*{5...@}%
  {\parindent \z@ \raggedright \normalfont
\ifnum \...@secnumdepth >\...@ne
\huge\bfseries \...@chapapp\space \thechapter
\par\nobreak
\vskip 20\p@
\fi
\interlinepenal...@m
\Huge \bfseries #1\par\nobreak
\vskip 40\p@
  }}
\makeatother


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


Re: Query on new-chapters-not-on-new-page

2009-03-06 Thread Nikos Alexandris
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?
> 
> 
> For the book(KOMA-Script) class there is an option for that. It's
> "open-any".

That should be:
open=any



Re: Query on new-chapters-not-on-new-page

2009-03-06 Thread Nikos Alexandris

Frederick:
> is it possible to ensure that
> every new chapter doesn't start on a new page in a book format?


For the book(KOMA-Script) class there is an option for that. It's
"open-any".

Kind regards, Nikos



Re: Query on new-chapters-not-on-new-page

2009-03-06 Thread Doug Laidlaw
On Friday 06 March 2009 11:32:01 pm Frederick Noronha [फ़रेदरिक नोरोनया] wrote:
> This may sound like a bizarre query: but is it possible to ensure that
> every new chapter doesn't start on a new page in a book format?
>
> I have a book with a series of short essays. While these need chapter
> numbers, and listing in the index, it is not necessary for the essays
> to begin on a new page. Would be grateful for any help. Thanks, FN
>
> PS: See my lyx-crafted books at http://goa1556books.notlong.com (still
> learning, books released under CC license, and full-text is out there)

I have a book which is printed similarly.  Each chapter is a separate essay 
with the author's photo, about 3*2 cm.  The overall effect is very like 
KOMA-script, except for that. 

P.S.: Is your link right?  It took me to Google Books, who couldn't find it.

Doug.



Query on new-chapters-not-on-new-page

2009-03-06 Thread Frederick Noronha [फ़रेदरिक नोरो नया]
This may sound like a bizarre query: but is it possible to ensure that
every new chapter doesn't start on a new page in a book format?

I have a book with a series of short essays. While these need chapter
numbers, and listing in the index, it is not necessary for the essays
to begin on a new page. Would be grateful for any help. Thanks, FN

PS: See my lyx-crafted books at http://goa1556books.notlong.com (still
learning, books released under CC license, and full-text is out there)

-- 
FN * http://fredericknoronha.wordpress.com
M +91-9822122436 P +91-832-2409490 http://twitter.com/fn
On Facebook: http://www.new.facebook.com/people/Frederick-Noronha/502514643

"I hear and I forget. I see and I remember. I do and I understand." - Confucius