For some reason, there is no blank space between the bibliography section title (References) and the first reference. I am currently using \bibliographystyle{apalike} as bibliography style and document class article (\documentclass[12pt, a4paper]{article}). Does anyone have an idea how to get a baseline skip in between the title 'References' and the first reference?
EDIT: I am using \usepackage{natbib}.
EDIT2: My preamble
\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}
\vspace*{3mm}where '3mm' can be set as much space as you want. – Mario S. E. Sep 17 '13 at 16:15\bibliographystyle{apalike} \bibliography{Bibliography}
– Pieter Oudshoorn Sep 17 '13 at 16:20\documentclass{article}\usepackage{natbib}\begin{document}\nocite{*}\bibliographystyle{apalike}\bibliography{bib_name_here}\end{document}? If it does not persist, then you should be able to go through the process of creating an MWE that you can then post so we can help you further. – Adam Liter Sep 17 '13 at 16:32
– Pieter Oudshoorn Sep 17 '13 at 17:04\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}Many thanks!
– Pieter Oudshoorn Sep 17 '13 at 17:05@before someone's name in a comment to have that person receive a notification that you have directed a comment at them. – Adam Liter Sep 17 '13 at 17:16\titlespacing{\section}{0pt}{*-3}{*-0.1}which caused the issue. I had forgotten about this as I put it in a long time ago and not seen the references (title) for a while.Thanks so much for your time anyway!
– Pieter Oudshoorn Sep 17 '13 at 17:28\titlespacing{\section}{0pt}{*3}{*0.1}after the Appendices, it still has the first reference directly below the title. – Pieter Oudshoorn Sep 17 '13 at 17:32got it
– Pieter Oudshoorn Sep 17 '13 at 17:33