This
is
a
part
title
I want to keep the title itself untouched, as it also appears in the table of contents.
Any help would be appreciated. This is my code:
Code: Select all
\documentclass{memoir}
\begin{document}
\part{This is a part title}
\chapter{This is a chapter title}
This is some body text
\end{document}