参考书目中的参考文献标题后没有垂直空格

参考书目中的参考文献标题后没有垂直空格

由于某种原因,参考书目部分标题(参考文献)和第一个参考文献之间没有空格。我目前使用的\bibliographystyle{apalike}是参考书目样式和文档类别article\documentclass[12pt, a4paper]{article})。有人知道如何在标题“参考文献”和第一个参考文献之间获得基线跳跃吗?

编辑:我正在使用\usepackage{natbib}

EDIT2:我的序言

\documentclass[12pt, a4paper]{article}
\usepackage{multirow}
\usepackage{array}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[pdftex]{graphicx}
\usepackage{natbib}
\usepackage{color}
\usepackage{xcolor}
\usepackage{appendix}
\usepackage{float}
\usepackage{hyperref}
\usepackage{url}
\usepackage{subfigure}
\usepackage{rotating}
\usepackage{eurosym}
\usepackage{bbding}
\usepackage[english]{babel}
\usepackage{setspace}
\usepackage{a4wide}
\usepackage[hang,normalsize,bf]{caption}
\usepackage{lscape}
\usepackage{graphics}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{placeins}
\usepackage[latin1]{inputenc}
\usepackage{titlesec}
\usepackage[bottom]{footmisc}
\usepackage{bbm}
\bibpunct{(}{)}{;}{a}{,}{,}

\numberwithin{equation}{section}
\interfootnotelinepenalty=10000
%\renewcommand\thetable{\Roman{table}}
\renewcommand\thefigure{\thesection.\arabic{figure}}
\renewcommand\thetable{\thesection.\arabic{table}}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\newcommand{\gargantuaan}{\fontsize{7}{8}\selectfont}

%\hypersetup{
%  colorlinks=false,% hyperlinks will be black
%  linkbordercolor=white,% hyperlink borders will be red
%  pdfborderstyle={/S/U/W 0}% border style will be underline of width 1pt
%}

\makeatletter
\renewcommand*\l@table{\@dottedtocline{1}{1.5em}{2.8em}}
\renewcommand*\l@table{\@dottedtocline{1}{1.5em}{2.8em}}
\makeatother

\makeatletter
\setlength{\@fptop}{0pt}
\makeatother

\begin{document}

相关内容