You used a ^ within the text. This is for superscripts in math mode. So your compiler switched to math mode, that's why the following text is written like math symbols, and the spacing in math mode is different. Just write $^{1}$ instead, to see that. What is the reason? Should it be a footnote symbol, instead?
\documentclass[a4paper,10pt]{report}
\usepackage[]{fullpage}
% Title Page
\title{
\author{}
}
\begin{document}
\maketitle
\tableofcontents
\addcontentsline{toc}{chapter}{Mwanzo}\chapter*{Mwanzo}
\addcontentsline{toc}{section}{1}\section*{1}$^{1}$Hapo mwanzo Mungu aliziumba mbingu na nchi. $^{2}$Nayo nchi ilikuwa ukiwa, tena utupu, na giza lilikuwa juu ya uso wa vilindi vya maji; Roho ya Mungu ikatulia juu ya uso wa maji.
\end{document}
Last edited by localghost on Mon May 07, 2012 6:11 pm, edited 2 times in total.