Hi! I'm a real newbie at this, so I hope someone is willing to help. I'm wanting to change the size of the font for my chapter title; its too big and there's too much spacing below it. I'd also like to make it single spaced I tried using the \titleformat command, but it didn't make any changes. I'm using the fancyhdr package, but I'm not real sure if the fancyhdr package even effects my chapter font or size.
Any suggestions? Thanks for all the help!!!
Document Classes ⇒ Chapter title sizes
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Chapter title sizes
Hi j5comp,
what documentclass do you use? Using report and no special package for sectioning titles I would redefine \@makechapterhead.
Stefan
what documentclass do you use? Using report and no special package for sectioning titles I would redefine \@makechapterhead.
Stefan
Re: Chapter title sizes
I'm sorry, I'm seriously very new at this.
can you give me an example?
can you give me an example?
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Chapter title sizes
What is the first line of your tex-Document? It should look like Is it report, or book, or something else?
Do you use the titlesec-package? That means, do you have a line inside your document?
Stefan
Code: Select all
\documentclass[a4paper,10pt]{report}
Do you use the titlesec-package? That means, do you have a line
Code: Select all
\usepackage{titlesec}
Stefan