Document Classes ⇒ Chapter title sizes
Chapter title sizes
Any suggestions? Thanks for all the help!!!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Chapter title sizes
what documentclass do you use? Using report and no special package for sectioning titles I would redefine \@makechapterhead.
Stefan
Re: Chapter title sizes
can you give me an example?
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Chapter title sizes
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