Search found 7 matches

by Cedric Tsui
Wed Sep 24, 2008 5:09 pm
Forum: General
Topic: Starting chapter without a pagebreak
Replies: 10
Views: 61175

Re: Starting chapter without a pagebreak

Oh. I understand now.

For some reason I thought that the page break was contained in the makechapterhead code, and was trying to find out what \z@ meant. (btw. what does it mean?)

Thank you so much!
Cedric
by Cedric Tsui
Wed Sep 24, 2008 1:45 am
Forum: General
Topic: Starting chapter without a pagebreak
Replies: 10
Views: 61175

Re: Starting chapter without a pagebreak

Hey everyone.

Thanks for all the help.
So I've spent a day fiddling with titlesec, and still can't get it to work at all.

First, I made a new version of the ut-thesis class and made a few changes.

I changed anything that said something similar to:
\begin{center}
\section*{Abstract}
\end{center ...
by Cedric Tsui
Mon Sep 22, 2008 9:40 pm
Forum: General
Topic: Starting chapter without a pagebreak
Replies: 10
Views: 61175

Starting chapter without a pagebreak

Oh. That's interesting. I've found where UT-THESIS.CLS declares the abstract.

\begin{center}
\section*{Abstract}
\end{center}


I can see that removing those center formatting commands would solve the problem, just as well as \renewenvironment{center}{}{}. But I don't understand why calling ...
by Cedric Tsui
Mon Sep 22, 2008 8:07 pm
Forum: General
Topic: Starting chapter without a pagebreak
Replies: 10
Views: 61175

Re: Starting chapter without a pagebreak

Thanks Balf

But I've had terrible luck with the titlesec package. It doesn't seem to do what it says it does.
I've never been able to get the titlespacing command to work, and ended up renewing commands to change the way the chapters are defined.

Right now, if I even call the titlesec package ...
by Cedric Tsui
Mon Sep 22, 2008 8:58 am
Forum: General
Topic: Starting chapter without a pagebreak
Replies: 10
Views: 61175

Starting chapter without a pagebreak

Hello everyone!

So. My professor complained about wanting to save trees and told me not to leave any white space in my thesis at all.
This meant shrinking chapter headings, using ragged ends and so on. But now I need to start chapters in this report without starting a new page.

Is there a way to ...
by Cedric Tsui
Mon Sep 22, 2008 5:52 am
Forum: General
Topic: Problems with \listoftables
Replies: 10
Views: 10026

Re: Problems with \listoftables

Oops. I broke rule number one.

I'm using a custom .cls file that's based on (or calls?) the report class.
I'm using Miktex.

And I'm calling a boatload of packages, none of which affect the list of tables directly.

Cheers
Cedric


Edit: Nevermind. I've figured it out. Sorta.
The tocloft package ...
by Cedric Tsui
Mon Sep 22, 2008 5:46 am
Forum: General
Topic: Problems with \listoftables
Replies: 10
Views: 10026

Re: Problems with \listoftables

Hello.

I'm having the same problem as Kai. Though I have a lesser requirement.
My professor asked me to save trees, and I would like to put the list of tables on the same page as the end of the table of contents.

Stefan_K, you suggested temporarily disabling \chapter*. It sounds like that might ...