Can someone tell me how to prevent bibliography entires from splitting over pages, i.e., I want each entry to be complete on one page.
I was expecting my thesis.cls to take care of this...but it is clearly not. Is there some parameter one can pass to bibliographystyle to set this?
Search found 4 matches
- Sun Jul 20, 2008 8:36 pm
- Forum: General
- Topic: Bibliography entry splitting over pages
- Replies: 0
- Views: 1251
- Sun Jul 20, 2008 8:13 pm
- Forum: General
- Topic: Include the word chapter in table of contents
- Replies: 7
- Views: 16673
Re: Include the word chapter in table of contents
I figured out how to do this. I changed the line in my report.cls file. The line marked with **************
\def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
\refstepcounter{chapter}%
\typeout{\@chapapp\space\thechapter.}%
\addcontentsline{toc}{chapter}%
**************** {\protect Chapter ...
\def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
\refstepcounter{chapter}%
\typeout{\@chapapp\space\thechapter.}%
\addcontentsline{toc}{chapter}%
**************** {\protect Chapter ...
- Sun Jul 20, 2008 8:04 pm
- Forum: General
- Topic: Include the word chapter in table of contents
- Replies: 7
- Views: 16673
Re: Include the word chapter in table of contents
Thanks gmedina. Using tocloft changes a lot of my initial settings. My thesis is completely formatted according to the specifications except the Chapter x: Chapter Heading in the table of contents.
That's the reason I've been fiddling with the report.cls file to make just this change. I don't want ...
That's the reason I've been fiddling with the report.cls file to make just this change. I don't want ...
- Sun Jul 20, 2008 7:40 pm
- Forum: General
- Topic: Include the word chapter in table of contents
- Replies: 7
- Views: 16673
Include the word chapter in table of contents
15.
Hello all,
I need the word chapter (e.g., ‘Chapter 1: … )’ to appear in my table of contents. However, my thesis file only produces a list of numbers such as
1 Introduction
1.1 Motivation
1.2 Previous work
2 Algorithm
Instead I need
Chapter 1: Introduction
1.1
1.2
Chapter 2 ...
Hello all,
I need the word chapter (e.g., ‘Chapter 1: … )’ to appear in my table of contents. However, my thesis file only produces a list of numbers such as
1 Introduction
1.1 Motivation
1.2 Previous work
2 Algorithm
Instead I need
Chapter 1: Introduction
1.1
1.2
Chapter 2 ...