summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/minitoc/minitoc.bug
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-07 17:41:51 +0000
committerKarl Berry <karl@freefriends.org>2008-04-07 17:41:51 +0000
commit3ab605d04a400ebecc0cfcf8efdc7f70fce95d57 (patch)
tree934cf1d647611b66b5405e1c9b01de87fedacf7e /Master/texmf-dist/doc/latex/minitoc/minitoc.bug
parentf3293da79b2d98143874b2594dac2dbafa167d1c (diff)
minitoc 57 (3apr08)
git-svn-id: svn://tug.org/texlive/trunk@7347 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.bug22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/minitoc/minitoc.bug b/Master/texmf-dist/doc/latex/minitoc/minitoc.bug
index 6f34653bbdb..d4dd2289bbb 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 #56 2007/12/04
+%%%%%%%%%%%%%%%%%% minitoc.bug #57 2008/04/03
There is a list of problems and frequently asked questions about
-minitoc.sty. If your version is < 56, please upgrade.
+minitoc.sty. If your version is < 57, 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
@@ -74,7 +74,7 @@ but complete example reproducing the problem).
> Your version of latex.tex is very obsolete.
> Trying to continue... crossing fingers.
> The \reset@font command has been added to latex.tex
- > on 29 September 1991 and the \@inputcheck command
+ > on 29 September 1991 and the \@inputcheck command
> on 18 March 1992 and this version of latex.tex has been
> released on 25 March 1992. If you have this message, you
> have an old version of latex.tex. Get a recent one from
@@ -212,7 +212,7 @@ but complete example reproducing the problem).
> herries.press@earthlink.net), you will observe a serious
> problem with minitocs in the appendices environment (and
> after it): they do not match with their appendix. In fact,
- > the environnement opening \begin{appendices} hides a
+ > the environnement opening \begin{appendices} hides a
> \addcontentsline command for a chapter or a section, putting
> trouble in the numbering of minitocs or secttocs. Several
> solutions are available. The first one is to add a \adjustmtc
@@ -247,15 +247,15 @@ but complete example reproducing the problem).
> which fortunately can be fixed. In the normal course of events,
> minitoc is used in a chaptered document it will typeset section
> entries in the minitocs in bold font. If tocloft is used in
- > conjunction with minitoc, then the minitoc section entries are
+ > conjunction with minitoc, then the minitoc section entries are
> typeset in the normal font, except for the page numbers which are
> in bold font, while the ToC section entries are all in normal font.
- >
+ >
> One cure, if you want the minitoc section entries to be all in
> normal font is to put:
> \renewcommand{\mtcSfont}{\small\normalfont}
> in the preamble.
- >
+ >
> Otherwise, the cure is the following incantation:
> \renewcommand{\cftsecfont}{\bfseries}
> \renewcommand{\cftsecleader}{\bfseries\cftdotfill{\cftdotsep}}
@@ -366,7 +366,7 @@ but complete example reproducing the problem).
not aligned with sections, as they are in the main table of contents.
> The entries of a table of contents are formatted via internal commands like
- > \l@part, \l@chapter, \l@section, etc.
+ > \l@part, \l@chapter, \l@section, etc.
>
> The ``part'' and ``chapter'' levels (and ``section'' for an article) use
> specific commands which are somewhat complex for a more elaborated formatting.
@@ -397,7 +397,7 @@ but complete example reproducing the problem).
> There are several solutions:
> - Redefine the \l@section ... \l@subparagraph commands
> to use font independent units (pt, mm, pc, etc.). This
- > redefinition must be performed between \makeatletter
+ > redefinition must be performed between \makeatletter
> and \makeatother, because these commands have a @ in
> their names; you must use \renewcommand* to redefine
> these commands.
@@ -493,7 +493,7 @@ but complete example reproducing the problem).
> \mtcsetfont{parttoc}{subsection}{\ptcfont\itshape} to preserve
> the association and modify only some parameters of a minitoc
> font command.
- >
+ >
> For levels above subsection (part, chapter and section),
> the fonts a more specific in general, but you can, of course,
> say something like \def\ptcCfont{\ptcfont} to make a similar
@@ -612,7 +612,7 @@ but complete example reproducing the problem).
> (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.
+ > commands.
>
> The tocloft package is more specialized in that job than
> minitoc, so if it is loaded, minitoc uses the locloft tools.