diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2006-11-25 04:43:15 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2006-11-25 04:43:15 +0000 |
commit | 44c60ee6cc9f0b9950bcab1c52db87bb86cc0860 (patch) | |
tree | ef917d4e8a15cac6db7c3394389248d2ca511b91 /Master/texmf-dist/doc/latex/minitoc/minitoc.bug | |
parent | 82db8f99deb2aff5f2ccc4f896b7431d93147fa7 (diff) |
update minitoc.
git-svn-id: svn://tug.org/texlive/trunk@2524 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/minitoc/minitoc.bug')
-rw-r--r-- | Master/texmf-dist/doc/latex/minitoc/minitoc.bug | 22 |
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. |