Page LayoutSpacing before title in appendix

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
jobdone2000
Posts: 3
Joined: Mon Apr 27, 2009 11:51 pm

Spacing before title in appendix

Post by jobdone2000 »

Hi Guys,

I'm a newbie to latex and modifying templates/styles so I'd appreciate some help with an issue I'm having with \appendix.

I've produced a few appendices using:

Code: Select all

\appendix
\noappendicestocpagenum
\addappheadtotoc

\input{sections/appendix1}
\input{sections/appendix2}
\input{sections/appendix3}
\input{sections/appendix4}
\input{sections/appendix5}
Now, the output correctly produces the appendices for me but the title appears around a third of the way down the page. I think this is because the chapter style by default does this. The problem is that I want to raise the title so that I can fit more on to each appendix front page. I've tried:

Code: Select all

\vskip-3em
- all this does is shift text upwards but leaves the title where it is...

What can I do? Step-by-step instructions would be helpful...

Many Thanks,
jobedone2000.

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Spacing before title in appendix

Post by Stefan Kottwitz »

Hi,

you could use the titlesec package. There's a useful documentation.

Stefan
LaTeX.org admin
jobdone2000
Posts: 3
Joined: Mon Apr 27, 2009 11:51 pm

Spacing before title in appendix

Post by jobdone2000 »

Hi Stefan_K,

Thank you for your response, it's much appreciated.

Frankly I couldn't work out how I could use the package. The problem is that I don't want to adjust the chapter tag settings that I've used throughout the document. Instead, I merely want to adjust the titles in appendices.

If I use the following commands, say:

Code: Select all

\titleformat{\chapter}[display]
{\normalfont\Large\filcenter\sffamily}
{\titlerule[1pt]%
\vspace{1pt}%
\titlerule
\vspace{1pc}%
\LARGE\MakeUppercase{\chaptertitlename} \thechapter}
{1pc}
{\titlerule
\vspace{1pc}%
\Huge}
I'm not sure where this needs to placed, I'm guessing this goes in the .cls file? And this will surely override the 'chapter' tag settings?

Judging from the above, I presume I'll need a separate definition of the chapter tag, if so could you advise how I would go about doing that?

Thanks for your patience,

Regards,
jobdone2000.
Post Reply