I'm using a scrreprt document class to write my lecture notes in a condensed form for easy reviewing later. I organized the main.tex in a modular file and I downloaded, installed and loaded the minitoc package because I wanted to have a mini-TOC at the beginning of each chapter. However, when I compile with pdfLaTeX I get 8 warnings: some are not that important (Italian not defined, using English instead), others are perplexing:
Package minitoc(hints) Warning: W0030
(minitoc(hints)) --- The \part command is altered
(minitoc(hints)) after minitoc.
Package minitoc(hints) Warning: W0023
(minitoc(hints)) --- It may be the consequence
(minitoc(hints)) of loading the ``hyperref'' package.
Package minitoc(hints) Warning: W0028
(minitoc(hints)) --- The \chapter command is altered
(minitoc(hints)) after minitoc.
Are these serious warnings? Do I need to get them fixed? It's not impeding me to obtain a final *.pdf file, but I wonder if it is signaling a much serious underlying problem that I'm missing. After all, it's the first time I'm using minitoc package.
I've also noticed there is a *.mtc0, *.mtc1, *.mtc2, *.mtc3 etc that are created after compilation. If I erase them, next time there'll be *.mtc4 and so forth.
- I'm on a Debian 7.3 (KDE desktop) machine, with
- TeX Live 2013 installed "manually" (ie with a dummy *.deb package, not via repository) and
- Kile editor 2.1.0.
Here's a minimal working example:
1) main.tex
\documentclass[a4paper,10pt]{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[italian]{babel}
\usepackage{amssymb, amsmath, amsfonts}
\usepackage[math,bible]{blindtext}
%\usepackage{titlesec}
\usepackage{hyperref}
\hypersetup{pdfstartview=FitH}
\usepackage[italian]{cleveref}
\usepackage[italian]{minitoc}
%opening
\title{M.T.N.}
\author{Myself}
\date{}
\begin{document}
\maketitle
\thispagestyle{empty}
\clearpage
\mbox{}
\cleardoublepage
\dominitoc
\tableofcontents
\clearpage
\input{Err_w1}
\end{document}
2) Err_w1
\chapter{Topic One}
\minitoc
\clearpage
\section{First Topic}
\blindmathpaper
\section{Second Topic}
\blindtext
\subsection{Second Topic, first subsection}
\blindtext