Thanks. The cause of the extra blank page was a \cleardoublepage in book style, I think.
Everything works now.
Best,
Seth
Search found 3 matches
- Mon May 07, 2012 12:28 am
- Forum: Page Layout
- Topic: Reformat Chapter Headings to minimize white Space
- Replies: 4
- Views: 3336
- Sun May 06, 2012 4:25 pm
- Forum: Page Layout
- Topic: Reformat Chapter Headings to minimize white Space
- Replies: 4
- Views: 3336
Reformat Chapter Headings to minimize white Space
Thanks much. OK, I tried titlesec (see MWE below) and it does what I want,
with two exceptions:
1) There is an unexplained blank page before the 2nd chapter.
How can I suppress it?
2) There is a lot of whitespace above each heading.
How can I suppress it?
Seth
\documentclass[12pt]{book ...
with two exceptions:
1) There is an unexplained blank page before the 2nd chapter.
How can I suppress it?
2) There is a lot of whitespace above each heading.
How can I suppress it?
Seth
\documentclass[12pt]{book ...
- Sun May 06, 2012 12:39 pm
- Forum: Page Layout
- Topic: Reformat Chapter Headings to minimize white Space
- Replies: 4
- Views: 3336
Reformat Chapter Headings to minimize white Space
I wish to redefine chapter hedaings so that instead of rendering as it does now, i.e. as:
[page break]
[lots of whitespace]
Chapter \thechapter
[whitespace]
Foo
[lots of whitespace]
I would instead get
Chapter \thechapter{:} Foo % note no page or line break
[minimal whitespace]
I ...
[page break]
[lots of whitespace]
Chapter \thechapter
[whitespace]
Foo
[lots of whitespace]
I would instead get
Chapter \thechapter{:} Foo % note no page or line break
[minimal whitespace]
I ...