Tagged Questions
5
votes
4answers
135 views
How can I add a page break after a chapter title?
I'd like to have a page that is mostly blank, but just shows the chapter number and the title, and maybe a small summary of the chapter, followed by white space... The actual sections will start on ...
0
votes
0answers
403 views
Remove empty pages between chapters in [oneside,openany]{book} [closed]
I get an empty page between each chapter, despite the fatc that my latex class is defined WITH oneside and openany. I searched what the setting that causes this behavior, but still can not find it.
...
5
votes
2answers
294 views
Error while trying to start chapters on the same page
This is my first post here. I have tried the solution proposed in this site to start chapters in the same page as the previous one ended but I always get an error. I am a TeX newbie and I feel that ...
7
votes
2answers
572 views
Chapter title and abstract in the same page
I'm writing a report and I need to write an abstract for the chapter after the chapter title in the same page. How can I do this?
2
votes
1answer
457 views
labbook/scrbook new chapter not on separate page
I am using labbook document class which relies on scrbook. It starts a new page for each chapter, which I don't want to happen. Is there a way to force it to procede with a new chapter on the same ...
9
votes
2answers
1k views
How to remove page break after \part in report/book
I have tried to look through, but I couldn't find a clear solution on this.
I have a document that uses report with multiple \chapters in multiple \parts as:
\part{foo}
\chapter{uno}
\chapter{dos}
...
3
votes
1answer
277 views
Force no breaks after manual biographies in book doc class
After successfully applying tips on how to insert multiple manual bibliographies I have a new problem: each bibliography begins on a new page. This does not look good, and I tried supressing it with ...
7
votes
2answers
3k views
Chapter without pagebreak? (In twocolumn document.)
I've googled, and I read a lot about how not having a pagebreak before a new chapter is bad style. I've read about how one could use sections instead. I've read about how changing whether a chapter ...
0
votes
0answers
112 views
No pagebreaks after chapter in report documentclass [duplicate]
Possible Duplicate:
Start new chapter on same page
I'm currently writing a report in the LaTeX documentclass report. The guide lines of the project I'm writing the report for state that ...
4
votes
1answer
933 views
Forcing new chapter not to start on an odd page [duplicate]
Possible Duplicate:
Chapter on the right side - How to turn it off?
I am using a document class amsbook which I like very much, except for one thing: each new chapter starts on an ...
3
votes
1answer
839 views
Chapters only on even pages, sections without pagebreaks?
I'm having a few questions about KOMA script configuration and would love if you guys could help me out:
How can I make all chapters only appear on even pages?
How can I make all sections NOT have ...
0
votes
1answer
276 views
Include a file (chapter)
Is it fair to assume that if an \include command does not add a blank page both before and after, it is because the chapter starts on a page with an odd page number ?
EDIT:
I thought I was having ...
1
vote
2answers
784 views
scrreprt: No extra page per chapter [closed]
Is it possible to configure koma-script's scrreprt so, that it does not create a page only for the chapter information on the start of a new chapter? I am aware that scrartcl does not do this with ...
9
votes
2answers
8k views
Start new chapter on same page
I am using report document class. When I create a new chapter, it starts it on a new blank page in which only the chapter name appears.
I want to be able to start new chapters on the same page as the ...
9
votes
1answer
581 views
Chapter on the right side - How to turn it off?
As a documentclass I use book. Chapters always start on the right hand side.
How can I turn it off? I don't want to have empty pages. I don't care on which side starts new chapter.
2
votes
1answer
3k views
Begin every chapter on a new page using LyX
I'm writing a document in LyX (an editor for LaTeX) and I need every chapter to begin on a new page (not necessarily an odd one). Right now it just puts every chapter one after the other.
How can I ...
4
votes
1answer
1k views
openright in book class not taking effect
I have the following command in my preamble:
\documentclass[letterpaper,twoside,openright]{book}
But \chapter{}s still start on the left. I have seen this thread and this thread but the solutions ...
7
votes
1answer
250 views
Chapter on any page, but recto after part
Using the book style, I need chapters to start on anypage (as in openany) BUT to be recto after a part (which is also recto).
fussy eh!
10
votes
1answer
2k views
How to start new chapters on the right hand side
I use the report document class, and I would like that chapters always start on the right hand side, anyone an idea how this could be easily done?