Almost MWE code:
Code: Select all
\documentclass[a4paper,final]{report}
\usepackage[polish]{babel}
\usepackage{tocloft} %ToC, LoF styles
\usepackage[Bjornstrup]{fncychap}
\begin{document}
\tableofcontents
\newpage
\listoffigures
\newpage
\chapter{About cats}
\begin{figure}
\caption{Invisible photo of a cat.}
\end{figure}
According to Salzman and Temkin, cats are invincible \cite{JSa97}.
\bibliographystyle{plain}
\bibliography{references}
\end{document}
Code: Select all
@misc{JSa97,
author="J. Salzman and H. Temkin",
title="III-V-N compounds for infrared applications"
}
I'm little jealus for your knowledge...
