Document ClassesChapter title sizes

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
j5comp
Posts: 9
Joined: Sun Apr 06, 2008 2:55 pm

Chapter title sizes

Post by j5comp »

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!!!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Re: Chapter title sizes

Post by Stefan Kottwitz »

Hi j5comp,

what documentclass do you use? Using report and no special package for sectioning titles I would redefine \@makechapterhead.

Stefan
j5comp
Posts: 9
Joined: Sun Apr 06, 2008 2:55 pm

Re: Chapter title sizes

Post by j5comp »

I'm sorry, I'm seriously very new at this.

can you give me an example?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Chapter title sizes

Post by Stefan Kottwitz »

What is the first line of your tex-Document? It should look like

Code: Select all

\documentclass[a4paper,10pt]{report}
Is it report, or book, or something else?

Do you use the titlesec-package? That means, do you have a line

Code: Select all

\usepackage{titlesec}
inside your document?

Stefan
Post Reply