Just reporting that I use the following in the Preamble which gives nice
mini-tables:

% Mini Table of Contents
% package: minitoc (aka mini-table)
\usepackage{minitoc}

% title of minitoc
% e.g. for "Overview" use "\mtcsettitle{minitoc}{Overview}"

% for empty title
\mtcsettitle{minitoc}{}

% turn off rules before and after the minitoc's
\mtcsetrules{minitoc}{off}

% turn off page numbering in minitoc's
\mtcsetpagenumbers{minitoc}{off}


Don't forget:

   * In the beginning of the document use an "\dominitoc" ERT
   * For each chapter a "\minitoc" ERT is required.
   * For "\Add*" commands an extra "\mtcadd*" is required


Kind regards, Nikos

Reply via email to