I am using the letter document class, and I want to include some citations. From what I have gathered the letter document class doesn't allow having bibliography items in the letter body. If that's the case, is there a workaround?
Here is the code that I am trying to run:
Code: Select all
\documentclass{letter}
\signature{}
\begin{document}
\begin{letter}{}
\begin{center}{}
\end{center} \vfill
\opening{Dear}
\closing{Sincerely yours,}
\encl{}
\end{letter}
\bibliographystyle{plain}
\bibliography{bibdb}
\end{document}
Latex Error: Environment thebibliography undefined.
The purpose of using a letter class and citations is because I want to write a cover letter and I need to refer to some citations inside of the letter's body.
Thank you,
h.