Tagged Questions
1
vote
1answer
42 views
Specify minitoc for each chapter
To specify the toc depth of each chapter I can do
\chapter{Title}
\addtocontents{toc}{\protect\setcounter{tocdepth}{1}}
...
\chapter{Title}
\addtocontents{toc}{\protect\setcounter{tocdepth}{2}}
...
...
3
votes
1answer
45 views
How to put a sectlof outside its section
I would like to put section-based list of figures out of their sections and in an appendix, but for only for two specific sections.
My intention was to put the sectlof, like it would appear in ...
0
votes
0answers
47 views
Xe(La)TeX and minitoc [closed]
Previously I was using minitoc with pdftex and everything was just fine. Some days ago I switch to Xe(La)TeX and I have problems using this package. I am trying to make minitoc work in memoir document ...
5
votes
1answer
125 views
Beamer Mini-TOC
How can I make a TOC and section mini TOCs such that
TOC at the beginning of the whole document shows sections and subsections,
mini TOCs at the beginning of each subsection show only the very section ...
1
vote
1answer
122 views
Titletoc and Titlesec in just some chapters
I have a twocolumn document and I should insert the minitoc in the first chapters with titlesec and titletoc. I read the answer to Customize minitoc; however, if I change the \titleformat before ...
2
votes
1answer
187 views
Using minitoc in included chapters?
I'm writing a thesis. It is structured as a main thesis.tex document, that uses \include to include individual chapters written in separate documents. I would like to include a mini-toc at the ...
1
vote
1answer
151 views
How to generate table of contents for each section that includes all its subsections
I can't seem to figure minitoc well enough to do this.
I have report style, and I want the main tableofcontents to show chapter and sections only. Then inside each section, I want a minitoc of ...
3
votes
1answer
110 views
Renaming LaTeX file to index.tex causes tex4ht to give error when using minitoc
>cat t2.tex
\documentclass[titlepage]{report}%
\usepackage{minitoc}
\begin{document}
foo
\end{document}
now
htlatex t2.tex "html,4"
No errors. Now I name it to index.tex and try again:
...
6
votes
1answer
234 views
minitoc of a subsection
I'm trying to use the minitoc package to generate a ToC for a subsection. From my reading of the minitoc documentation, this doesn't look too possible to do with minitoc, so I am open to suggestions ...
2
votes
1answer
84 views
Section* displayed in minitoc and not in “normal”toc
I have managed to create a minitoc at the start of a chapter and added section* to the minitoc. However I wanted a solution that those section with a star are only visible in the minitoc and not the ...
6
votes
1answer
408 views
How to change style and color of Table of Content?
I want to change style and color of my Table of Contents to match this:
Note that I use the minitoc package for creating my Table of Contents on a per-chapter basis.
5
votes
1answer
142 views
minitoc: parttoc on the same page as the part title
Easy example:
\documentclass{scrreprt}
\usepackage{minitoc}
\begin{document}
\doparttoc[n]
\noptcrule
\tableofcontents
\part{foo}
\parttoc
\chapter{bar1}
\chapter{bar2}
\chapter{bar3}
...
1
vote
1answer
151 views
Spacing between minitoc and next section
Please, how can I delete space between minitoc and the introduction?
\chapter{chapter 1}
\renewcommand{\baselinestretch}{1}
\minitoc
\label{CHAPTER1}
\thispagestyle{empty}
\section{Introduction}
9
votes
1answer
255 views
Minitoc with two column content
I have a question regarding \minitoc, I want to change the layout for \minitoc inside my MSc thesis. The document is written using a single column, but I want to have the content within the \minitoc ...
1
vote
1answer
218 views
minitoc per sections with memoir
I want to make a minitoc for each section with the subsections with the memoir class. But it doesn't works, only \minitoc per chapters are working.
How can I do that ?
10
votes
1answer
570 views
Customize minitoc
I'm writing my thesis and I woud like to add a minitoc at the beginning of each chapter. However, I don't like the standard format where the titles of the sections are listed as in the main TOC and I ...
4
votes
3answers
247 views
English minitoc entry within a Greek utf8 document
In a document set up as shown in the question Greek pdf bookmarks, the interesting bits are:
\documentclass[greek,english]{scrbook}
\usepackage[LGRx,T1]{fontenc} % define LGR and T1 encodings
...
1
vote
1answer
358 views
How to place minitoc in right place where some chapters are with star?
I have a main.tex file. There is a part called front matter. Part of the code is,
1.
\frontmatter
\selectlanguage{english}
\include{title}
\include{dedication}
\include{acknowledgements}
...
6
votes
1answer
557 views
Using memoir and minitoc
I am writing a little book with the memoir class and I would love to add little table of contents at the start of each chapter. I found that I could use the minitoc package, but it doesn't seem to ...
4
votes
1answer
425 views
minitoc package: overfull \hbox
Does anyone of you know how to format a ToC created with the minitoc package in LaTeX? My problem is that I always get the following warning:
./hauptdokument.mtc.1:21:Overfull \hbox (2.83262 pt too ...
13
votes
1answer
1k views
Two independent TOCs
I wonder if there is any way to achive two independent TOCs. For example I write a document and have my regular \tableofcontents right after my titlepage. For some reason I have a long appendix and ...
5
votes
1answer
248 views
Minimal code to support table of contents in custom class
I'm trying to create a custom class to replace the class book and need to include ToC functionality. Placing the command \tableofcontents leads to error "Undefined control sequence". Using packages ...
1
vote
0answers
61 views
Minitoc is hiding things from me… how to discover them? [duplicate]
Possible Duplicate:
Minitoc + thesis template + pdflatex
I'm using the minitoc.sty package for a chapter table of contents but it won't display anything.
\documentclass[a4paper, 11pt, ...
4
votes
1answer
419 views
Mini Table of Content \minitoc drove itself crazy (i was on board) … how to fix?
I am using minitoc.
In the main file,
\usepackage[english,tight]{minitoc}
...
...
\begin{document}
\dominitoc
\frontmatter
...
...
\input(myChapter_one)
And at each chapter (separate ...
4
votes
1answer
1k views
Minitoc + thesis template + pdflatex
I added the package minitoc \usepackage[nohints]{minitoc} to this template and did as I read: add \dominitoc before \tableofcontents and \minitoc after a chapter's creation, but it doesn't appear.
...
7
votes
1answer
574 views
\minitoc on the \part-page
I would like to modify the \partpage such that it shows a table of contents of that part. Preferably also one or two levels deeper than the toc in the beginning of the document.
In styling the \part ...
2
votes
1answer
490 views
minitoc: \parttoc does not work for several chapters
I have another problem with minitoc package (and command parttoc).
I have 3 parts in the document, asking for a content within each part. LaTex actually places three contents, but they are all the ...
7
votes
1answer
681 views
Table of contents (minitoc, parttoc) and line breaks
I have to make a table of contents for each part of a book document.
I use minitoc package, and \parttoc command.
I have line breaks (\\) in the chapters and sections titles in both [] and {} ...
3
votes
3answers
765 views
Reduce line spacing in minitoc package
I am using the minitoc package to add chapter TOC's in a thesis. The entire document (including the main table of contents) is doublespaced, but I want the chapter toc's to be single spaced. I specify ...
1
vote
0answers
977 views
Create appendix in LyX? [closed]
I use report class, I create appendix in LyX :
The definition of the appendix has been defined from the LyX menu Document->Start Appendix Here
The contents of Appendices are listed in a separate ...
1
vote
0answers
127 views
Keeping a long minitoc from starting on a new page [closed]
Is there a way to force a long \minitoc to begin on the same page as the chapter title and split into the next page if it is too lengthy? As of now my only long \minitoc starts on a new page and the ...
12
votes
2answers
644 views
How do I create custom “list of…”s on a section level?
I have a long document with frequent uses on an environment that needs to be indexed on a per-section basis. I know that the tocloft package allows creation of custom "list of..."s I also know that ...
21
votes
1answer
4k views
Adding unnumbered sections to TOC
I have many unnumbered sections in my report (more than 100), all created with:
\section*{section name}
I want to find an way to easily add all them to the TOC (specifically to a minitoc), since I ...
5
votes
1answer
355 views
How can I restore Chapter page numbers in minitoc with memoir?
Here's my minimal example:
\documentclass{memoir}
\usepackage{minitoc}
\usepackage{lipsum}
\doparttoc
\begin{document}
\tableofcontents
\part{The Only Part}
\parttoc
\chapter{The Only Chapter}
...
8
votes
1answer
380 views
Recommendations for partial contents page arrangement in memoir
I'm writing a moderately large reference work using memoir. As it falls naturally into parts by audience, I'd like to include partial tables-of-contents, by part.
I have managed to get my head round ...
6
votes
2answers
2k views
Minitoc and memoir
I read this question about minitoc but I can't make it work with memoir. Is there an known incompatibility between these two ?
Is it somehow possible to make it work ?
25
votes
3answers
4k views
List sections of chapter at beginning of that chapter
How can one have a mini table of contents for the current chapter appear just after the chapter name listing all sections of that chapter?

