Search found 3 matches

by 3stack
Tue Mar 22, 2011 5:31 pm
Forum: Document Classes
Topic: Memoir, remove TOC from TOC
Replies: 5
Views: 8780

Memoir, remove TOC from TOC

A solution is already present in the forum [1]. No idea how to insert that in LyX.

[1] View topic: "Contents line" in ToC. Memoir


Best regards and welcome to the board
Thorsten

Thorsten,

I know that I tried using \tableofcontents* before, but not with the \blinddocument afterward. Stefan's ...
by 3stack
Tue Mar 22, 2011 5:21 pm
Forum: Document Classes
Topic: Memoir, remove TOC from TOC
Replies: 5
Views: 8780

Memoir, remove TOC from TOC

Hi,

you could try the memoir feature \KeepFromToc:

\begin{KeepFromToc}
\tableofcontents
\end{KeepFromToc}

Stefan

Thank you very much Stefan. I actually tried this in my actual thesis document before and had it commented out with % symbols because it didn't work. I think I may have still had ...
by 3stack
Tue Mar 22, 2011 2:42 am
Forum: Document Classes
Topic: Memoir, remove TOC from TOC
Replies: 5
Views: 8780

Memoir, remove TOC from TOC

I'm new to LyX, and therefore new to Latex, and I'm using LyX with the memoir class for my thesis. My current problem, well for the past few days now, is that I can't seem to remove "Contents" from being listed in the TOC. Here is what I hope to be a MWE of where I am:

%% LyX 1.6.8 created this ...