0

I try to include bibliography in my tex file, seemingly do everything according to the instructions but it doesn't show up. I use bibdesk. Included all possible packages. Here is the tex code.

\documentclass[11pt]{article}

\usepackage[top=1in, bottom=1in, left=1in, right=1in]{geometry}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{apacite}
\usepackage{setspace}
\usepackage[square]{natbib}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{cite}
\begin{document}

\doublespace

Background

The market of structured financial products, primarily for retail investors, has been growing rapidly around the world for more than 20 years. They come in many forms, but share some common characteristics. The payoffs represent combinations of payoffs of several primary securities, such as options, equities, equity indices, and fixed income securities. Structured products are normally issued by financial institutions, which provide the possibility of redeeming the securities over their lifetimes. The redeeming procedures are necessary because the issuance volume of the instruments is too small to create a continuous market unless the issuer provides liquidity. Short-selling of structured products is impossible. The also carry the credit risk of the issuing organization, because normally they are traded outside of derivative exchanges. The primary clients are small investors, who are not able to replicate the payoff by themselves . 

\bibliographystyle{plain}
\bibliography{Thesis}

\end{document}

And this is the bib file.

enter image description here

Thank you for your help.

karlkoeller
  • 124,410
Aliya
  • 351

0 Answers0