<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-text-flowed" style="font-family: -moz-fixed;
font-size: 14px;" lang="x-unicode">Hi
<br>
<br>
When \usepackage[greek,english,spanish]{babel} is present, the
index show only entries of the mainmatter, but no those of
frontmatter.
<br>
<br>
If I work without babel (view the precedent line) Index show all
entries, why?
<br>
<br>
Have you a solution?
<br>
<br>
Thanks
<br>
<br>
<br>
Carlos Gómez Bermúdez
<br>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"><legend
class="mimeAttachmentHeaderName">SAMPLE2.tex</legend></fieldset>
<br>
<div class="moz-text-plain" wrap="true" style="font-family:
-moz-fixed; font-size: 14px;" lang="x-unicode">
<pre wrap="">\documentclass[11pt,b5paper,thmsb]{book}
\usepackage{makeidx}
\usepackage{titletoc}
\usepackage{titlesec}
\usepackage[greek,english,spanish]{babel}
\makeindex
\begin{document}
\frontmatter
\title{T\'{i}tulo}
\author{Lata Latex}
\date{2018}
\maketitle
\tableofcontents
\chapter{Introducci\'{o}n}
su axioma \index{axioma!de continuidad} de continuidad:
yyyyyyyyyyyyyyyyyyyy
\index{Hilbert} Hilbert hace un resumen de sus
opiniones acerca de los axiomas \index{axiomas}.................
\index{Peano}Peano hab\'{i}a ...... \textit{\ Arithmetices
principia\ }, Dedekind \index{Dedekind}\index{Heine}.
\mainmatter
\chapter{........ series xxxxxxxxx}
\section{Introducci\'{o}n}
Cantor, .............en Berl\'{i}n,
entre otros, Weierstra\ss\index{Weierstra\ss} , Kronecker\index{Kronecker}, y Kummer\index{Kummer}.. en Halle, donde ... Heine\index{Heine}, ...........
\section{Convergencia -----------------}
Zermelo a dice de este art\'{i}culo \index{Zermelo}:...\index{Peano}
\backmatter
\renewcommand{\indexname}{\'{I}ndice alfab\'{e}tico}
\printindex
\end{document}
</pre>
</div>
</body>
</html>