Search found 2 matches

by Mattep
Tue Mar 27, 2012 9:42 pm
Forum: Text Formatting
Topic: fancyhdr | Unwanted Indentation
Replies: 3
Views: 2949

fancyhdr | Unwanted Indentation

Yes, I'm sorry! :oops:
Here you are some examples and what I get.

Example1:
\documentclass[12 pt, a4paper]{book}
\usepackage[a4paper,top=3.4cm,bottom=3.4cm,left=2.5cm,right=2.5cm,%
heightrounded,bindingoffset=5mm]{geometry}
\usepackage[latin1]{inputenc}
\usepackage[italian]{babel}
\usepackage[T1 ...
by Mattep
Tue Mar 27, 2012 7:45 pm
Forum: Text Formatting
Topic: fancyhdr | Unwanted Indentation
Replies: 3
Views: 2949

fancyhdr | Unwanted Indentation

Hi everyone!

I'm using fancyhdr package and I don't know why chapters without numbers (i.e. \chapter*{}) have their titles indented...but I do not want it!

I state that I've modified chapter heading to avoid that word "Chapter" appears, in the following way
\usepackage{titlesec}
\titleformat ...