My question is just like the title. Here is a MWE for my case :
\usepackage[paperwidth=16cm,paperheight=24cm]{geometry}
\usepackage{amsmath,amsxtra,amssymb,latexsym,amscd,amsfonts,enumerate,ifthen,stmaryrd,amsthm,amstext}
\usepackage[mathscr]{eucal}
\usepackage[pdftex]{graphicx}
\usepackage{xspace}
\usepackage{multicol,color}
\usepackage{mathrsfs}
\usepackage{makeidx}
\usepackage{indentfirst}
\usepackage[utf8]{inputenc}
\usepackage[utf8]{vietnam}
\usepackage{eso-pic}
\usepackage{perpage}
\MakePerPage{footnote}
\usepackage{fancyhdr}
\renewcommand{\headrulewidth}{0pt}
\makeindex
\begin{document}
\pagenumbering{roman}
\pagestyle{fancy}
\tableofcontents
\chapter*{Foreword}
Blah blah blah
\chapter*{Preface}
\pagenumbering{arabic}
Blah Blah
Mirella gọi là papa, dạy toán ở nhà cho Mirella.
\thispagestyle{plain}
\chapter{Dido's problem}
\label{chapter:Dido}
\index{Dido (công chúa)} \index{bài toán công chúa Dido}
Blah blah blah
\end{document}
Why the unnumered chapter does not appear in the table of content ? Please help me. Thanks.

\tableofcontents; How do I include a\section*{}in a\tableofcontents? and How to use\section*{something}without removing it from the Table of Contents?... – Werner Aug 23 '13 at 04:28