On Sep 7, 3:04 am, Flo <
florence.deba...@gmail.com> wrote:
> I am writing my thesis using the memoir class. I put a ToC in the
> beginning of my document (just typing \tableofcontents), which looks
> like this:
>
> Contents v
> I Synthesis 1
> 1 Introduction 3
> 2 Blahblah 9
> etc.
>
> I would like to remove the "Contents" line from it. How could I do
> this?
use \tableofcontents* --- it is the equivalent of \tableofcontents in
the standard classes. (similarly, for \listoftables* and
listoffigures*.)
cheers,
jon.