summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/minitoc/minitoc.bug
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/minitoc/minitoc.bug')
-rw-r--r--Master/texmf-dist/doc/latex/minitoc/minitoc.bug22
1 files changed, 20 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/minitoc/minitoc.bug b/Master/texmf-dist/doc/latex/minitoc/minitoc.bug
index 4fc7b4919d3..f5d4183306f 100644
--- a/Master/texmf-dist/doc/latex/minitoc/minitoc.bug
+++ b/Master/texmf-dist/doc/latex/minitoc/minitoc.bug
@@ -1,6 +1,6 @@
-%%%%%%%%%%%%%%%%%% minitoc.bug #48 2006/09/13
+%%%%%%%%%%%%%%%%%% minitoc.bug #49 2006/11/13
There is a list of problems and frequently asked questions about
-minitoc.sty. If your version is < 48, please upgrade.
+minitoc.sty. If your version is < 49, please upgrade.
If a problem arises, it is often wise to: a) use the hints option,
and b) read the DOCUMENT.log file, which may contain pertinent
@@ -599,3 +599,21 @@ but complete example reproducing the problem).
> \verb|\renewcommand|. The default values are given in a table
> in the documentation.
+(46) Another interaction between the tocloft and minitoc packages
+ I encountered an interaction between tocloft and minitoc.
+ I want to force minitoc to not display the page numbers, but
+ because tocloft, it doesn't (example code in the documentation}.
+ If I comment the line loading the tocloft package, I will get
+ a minitoc without page numbers as i wanted.
+ > When using together tocloft and minitoc, the tocloft package
+ > must be loaded first, and its commands take precedence to format
+ > the entries in the TOC (and in minitocs). To suppress the page
+ > numbers, your should try the \cftpagenumbersoff{XXX} command
+ > (from tocloft}), which is described in the tocloft.pdf
+ > documentation (pages 45-56); XXX is the level of entry (chapter,
+ > sec, subsec, etc.). There are similar remarks about font related
+ > commands.
+ >
+ > The tocloft package is more specialized in that job than
+ > minitoc, so if it is loaded, minitoc uses the locloft tools.
+ > the corrected example (mtc-tlo.tex) is given in the documentation.