Page LayoutTitle spacing for only one chapter

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Adlab
Posts: 3
Joined: Sun Feb 06, 2011 10:29 pm

Title spacing for only one chapter

Post by Adlab »

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
Last edited by Adlab on Mon Feb 07, 2011 7:30 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Title spacing for only one chapter

Post by frabjous »

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:

Code: Select all

\chapter*{\vspace{-1in}Abstract}
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.
Adlab
Posts: 3
Joined: Sun Feb 06, 2011 10:29 pm

Re: Title spacing for only one chapter

Post by Adlab »

Brilliant, it worked!
Thank you so much, you wouldn't believe how long I've spent on this!

One step closer to handing in... :D
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Title spacing for only one chapter

Post by localghost »

Adlab wrote:Brilliant, it worked! […]
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).


Best regards and welcome to the board
Thorsten
Adlab
Posts: 3
Joined: Sun Feb 06, 2011 10:29 pm

Re: Title spacing for only one chapter

Post by Adlab »

Apologies Thorsten, my mistake. I've corrected it now.
Post Reply