(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.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p