I tried some way with \pagestyle{empty} but I couldn't manage to do it.
Can you give me a clear, small example, for example for the table of contents page?
This is my code until the table of contents:
Code: Select all
\documentclass[11pt,a4paper,twoside,italian]{book}
\usepackage[T1]{fontenc}
\usepackage[italian]{babel}
\usepackage[latin1]{inputenc}
\usepackage[%
papersize={110mm,195mm},
headheight=14pt,
includehead,
nofoot
]{geometry}
\usepackage{babel}
\usepackage[raggedright,pagestyles]{titlesec}
\usepackage{blindtext}
\usepackage{color}
\newpagestyle{main}{%
\sethead[\thepage][][\chaptertitle]{\chaptertitle}{}{\thepage}
\headrule
}
\pagestyle{main}
\titleformat{\chapter}{\normalfont\huge\bfseries}{}{0pt}{\Huge}
\begin{document}
\tableofcontents
\clearpage