Hi Guys,
I've been writing my thesis (like so many other forum posters!) in Latex using the report class. I'm happy with the layout as a whole but would like to raise the postion of the Abstract chapter title (\chapter*{Abstract} btw) to make this section fit on one page (it is currently two lines over).
I've tried \vspace above the heading but it doesn't make any difference. Below the heading it works but the results don't look very nice (no space between the heading and text).
I've read similar threads which recommend \titlesec. I tried this package but it didn't seem make any difference. Also I am worried about titlesec applying the results globally to my document when really I only want to move the Abstract heading (one page).
Any suggestions greately appreciated.
Many Thanks,
Ad
Page Layout ⇒ Title spacing for only one chapter
Title spacing for only one chapter
Last edited by Adlab on Mon Feb 07, 2011 7:30 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Title spacing for only one chapter
This is a bit dicey, depending on what else is going on in your document, but you can put a spacing command right into the \chapter* command:
I don't think that would lead to anything too horrible in the standard report class, but without a real minimal working example it's hard to say.
There is no doubt a way to do this with titlesec too, but let's try the above first and see if that creates any problems for you.
Code: Select all
\chapter*{\vspace{-1in}Abstract}
There is no doubt a way to do this with titlesec too, but let's try the above first and see if that creates any problems for you.
Re: Title spacing for only one chapter
Brilliant, it worked!
Thank you so much, you wouldn't believe how long I've spent on this!
One step closer to handing in...
Thank you so much, you wouldn't believe how long I've spent on this!
One step closer to handing in...

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Title spacing for only one chapter
Then please mark the topic (and not the last post) accordingly as clearly written in Section 3 of the Board Rules (to be read before posting).Adlab wrote:Brilliant, it worked! […]
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Title spacing for only one chapter
Apologies Thorsten, my mistake. I've corrected it now.