0

Summary

I have already finished writing a book and I would like to produce this kind of table of contents as a summary.

  • 3
    It's basically just the tcolorbox package. The documentation source should be on your system: /usr/local/texlive/2017/texmf-dist/doc/latex/pas-cours/pas-cours.tex. – Alan Munn Feb 18 '18 at 00:47

1 Answers1

2

Here's the code fragment for the table of contents of the pas-math package, available on this page of the author's site.

\begin{tcolorbox}[toc]
\makeatletter
\@starttoc{toc}
\makeatother
\end{tcolorbox}
Bernard
  • 271,350