Questions tagged [minitoc]

{minitoc} is a package that facilitates creating 'miniature' {table-of-contents} on a per-section, or per-chapter level.

230 questions
8
votes
1 answer

Boxed minitoc with each chapter

How can I do a boxed minitoc at the beginning of any chapter like this. It is too hard for me.
Aviroum
  • 1,504
7
votes
1 answer

minitoc does not print the same depth as global toc

I would like the minitoc to print e.g. subsubsections, as the toc does in the following minimal example. But the minitoc does not print the subsubsection "Subsubsection not show up in minitoc" in the…
Xu Wang
  • 1,239
6
votes
1 answer

How to automate minitoc call?

I'm using minitoc package and I would like to automate the command \minitoc after every chapter. I'm looking a command to put in my preamble in the spirit of the following (which doesn't work): \AtBeginChapter[]{\minitoc} MWE The game is to remove…
ppr
  • 8,994
4
votes
1 answer

Remove prepended numbers in minitoc

I would like to omit the Chapter number in the minitoc printings. For example, in the below mwe I would like the minitoc in Chapter two to print "1 Test 1" instead of "2.1 Test 1".…
Xu Wang
  • 1,239
4
votes
1 answer

Remove chapter number from minitoc

I'm using minitoc with a book class. At each chapter I print a minitoc using the minitoc package. Is there any way to print it without the chapter number at each line. Something like Chapter 2 minitoc : section one ..... section two…
2
votes
1 answer

The aeb-minitoc package not found

This the first question about this package. The aeb-minitoc package used to build a table of contents. here is the link:https://www.ctan.org/tex-archive/macros/latex/contrib/aeb-minitoc The code written below is an example of a package. but I got a…
2
votes
0 answers

Adding Section without Number to Minitoc using \mtcaddsection?

I'm trying to get the below code to work, but I'm not sure what I'm doing wrong. \section*{ASTERISK SECTION} \mtcaddsection[ASTERISK SECTION] I can get \mtcaddchapter[ASTERISK CHAPTER] to add that to the main TOC how I want without adding a number…
Matt P
  • 41
2
votes
1 answer

Minitoc won't work at my Report document

I am about 3 days deep into this whole minitoc issue. WHY doesn't it work? I mean, I want a simple mini table of contents at the beginning of each chapter in my report document. Let me show you some example of…
ex1led
  • 339
2
votes
1 answer

Minitoc vertical spacing

I want to adjust the vertical spacing between minitoc title and the top horizontal rule? This is for bottom hrule \renewcommand{\kernafterminitoc}{\kern-0.1\baselineskip\kern0.1ex} I used mtcsetfeature{minitoc}{open}{\vspace{0.5cm}} which adjusts…
2
votes
1 answer

addtocontents and minitoc

Similar to How to Add Description to TOC, I want to add short descriptions to sections that show up in the TOC. Unfortunately, \addtocontents does not seem to work for minitoc, which I want to use. Here is a minimal…
Thomas
  • 141
2
votes
1 answer

Auto increase number width between minitoc chapter number and title

When the number of sections and subsections goes into the double digits the chapter number and title in the minitoc start to overlap: \documentclass{book} \usepackage{minitoc} \setcounter{chapter}{9} \begin{document} \dominitoc%…
1
vote
1 answer

Delete section* from minitoc

I have this problem: as you can see I'd like to delete "\section*{Prefazione alla Prima Parte}" from chapter 1's minitoc. How could I do? Does a MWE serve? Thank you and Best…
Puck
  • 1,208
1
vote
0 answers

Minitoc - doesn't appear while code seems fine [Fixed]

SOLUTION FOUND : Minitoc requires for some reason to compile 4 times (and not 2) to implement the changes. Which is why it sometimes didn't work... I am trying to use the minitoc package to create a minitoc at the beginning of a starred chapter…
1
vote
1 answer

Trying to add bfseries to numbers only

I need to only have bfseries on the numbers that indicate the section and not the subsection, like this: I have tried the following commands, but still, I cant get…
NaveganTeX
  • 2,630
1
vote
1 answer

minitoc does not displayed for some chapters

In a report file, I have 5 chapters, the minitoc disappeared in just the first 3 of them after adding the list of axamples and the one for algorithms \documentclass[12pt,a4paper,oneside]{report} %packages for…
Hind Dev
  • 641
1
2