0

How can I make this custom table of contents with tocloft?

p. 230 p. 240

My question is asking for a tocloft version of "Table of Contents with additional description of entries"

1
  • what have you tried? if tocloft doesn't work with that solution, why not just drop tocloft? you've provided no substantive reason for wanting a different implementation. Commented Nov 24, 2024 at 7:36

1 Answer 1

0

No need to use tocloft. Use \documentclass{memoir}'s \chapterprecis{}.

MWE:

\documentclass{memoir}
\usepackage{lipsum}

\begin{document}

\tableofcontents

\chapter{My first chapter}
\chapterprecis{Summary of first chapter will appear at the beginning of the chapter and also in the table of contents.}
\lipsum[1]

\chapter{Second chapter}
\chapterprecis{Summary of second chapter will appear at the beginning of the chapter and also in the table of contents.}
\lipsum[1]

\end{document}

Contents


ch. 1


ch. 2

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.