I am writing a document in latex with {report} class. But after enter my References list almost 20 ref, I just got 15 and for the rest they are hided to the next page. Is there someone who knows how to solve this problem ? I hereby attached the pdf file showing what I got after compilation.
And, I also post the preamble of my document
Code: Select all
\documentclass[11pt,fleqn,a4paper]{report}
\usepackage[top=2.12cm,bottom=2.3cm,left=2.8cm,right=2.8cm,includehead,includefoot]{geometry}
\renewcommand{\baselinestretch}{1.25}
\renewcommand{\baselinestretch}{1}
\newenvironment{matrice}{\left[\begin{array}}{\end{array}\right]}
\usepackage{amssymb,amsfonts,psfrag,amsmath,graphicx,lscape,color,xcolor}
\renewcommand{\theequation}{\thesection.\arabic{equation}}
\renewcommand{\thefootnote}{\alph{footnote}}
\newcommand{\supercite}[1]{\textsuperscript{\cite{#1}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand\contentsname{Table of Contents}
\renewcommand\bibname{References}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newtheorem{satz}{Satz}[section]
\newtheorem{lemma}[satz]{Lemma}
\newtheorem{theorem}[satz]{Theorem}
\newtheorem{definition}[satz]{Definition}
\newcommand{\D}{\displaystyle}
\def\proofbegin{{\bf {}Proof}. }
\def\proofend{\quad$\square$ }
\allowdisplaybreaks
\usepackage{multicol}
\usepackage{multirow}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage[all]{xy}
\usepackage{pifont}%%
\usepackage{array}
\usepackage{tabularx}
\newcolumntype{Y}{>{\itshape\raggedright}X}
\newcolumntype{Z}{>{\itshape\raggedleft}X}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{fancyhdr}
\pagestyle{fancy}
%\lfoot{\tiny{\textbf{PhD Vital Delmas M.}}}
\lhead{}
\chead{}
\begin{document}