l'm writing an article. In the table of contents the numbering appears as follow :
- Section one ............ page 4
But in page four I don't find "1. Section one" but "Section one" not preceded by "1." how do I circumvent that?
\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
% Title Page
\title{}
\author{}
\begin{document}
\maketitle
\begin{abstract}
hi
\end{abstract}
\section{General Introduction}
\section{Search engine}
\subsection{ok}
\subsection{conclusion}
\end{document}
titlesecversion problem: http://tex.stackexchange.com/q/299969 – esdd Nov 11 '16 at 13:03reportclass has, by default,\chapterdocument division. If you wish to have only\sections use thearticleclass (or other compatible one) or change the default behavior orreport. – Guilherme Zanotelli Nov 11 '16 at 16:18titlesecdidn't help, make a proper MWE that demonstrates the problem and add it to the question. – Torbjørn T. Nov 17 '16 at 21:32