(Please help! My university library won't accept my dissertation if I can't make it conform to their style guide!

NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{book}\usepackage[english]{babel}\usepackage{blindtext}\usepackage{titlesec}\begin{document}{% don’t forget this curly brace\titleformat{\chapter}{\normalfont\bfseries\filcenter}% global formatting (number and text){}% formatting the chapter number{0pt}% distance between the number and text of chapter{}% optional code preceding typesetting of chapter\titlespacing{\chapter}{0pt}% left margin{0pt}% vertical space before title{0pt}% vertical space after title\tableofcontents\listoffigures}% don’t forget this curly brace\begin{figure}\centering\rule{3cm}{1ex}\caption{A figure}\end{figure}\Blinddocument\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.