Skip to content

Instantly share code, notes, and snippets.

@TorbjornT
Created May 12, 2018 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TorbjornT/0d4de1f6a88b3c06bc9d2094e2edfa63 to your computer and use it in GitHub Desktop.
Save TorbjornT/0d4de1f6a88b3c06bc9d2094e2edfa63 to your computer and use it in GitHub Desktop.
\documentclass{report}
\usepackage{minitoc}
\dominitoc
\begin{document}
\tableofcontents
\addcontentsline{toc}{chapter}{Liste des Algorithmes} % remove to get minitoc
\chapter{Les Courbes Elliptiques}
\minitoc\newpage
\section{section1}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment