I am using bibteX in order to create references for my document:
Part of my bibTeX file looks like this:
Code: Select all
@inbook{scheduling,
author={Bacak, G. and Ufuktepe, U.},
title={Applications of Graph Coloring},
year={2005},
booktitle={Computational Science and Its Applications - ICCSA 2005},
chapter={Symbolic Computation, SC 2005 Workshop},
pages={522-528},
publisher={Springer Berlin / Heidelberg},
volume={3482},
series={Lecture Notes in Computer Science}
}
@article{hungary,
author={Bacso, G. and Tuza, Zs.},
year={1990},
title={Dominating cliques in P5-free graphs},
journal={Periodica Mathematica Hungarica},
volume={21},
pages={303 - 308},
number={4}
month = {December}
}
Code: Select all
\usepackage{epsfig}
\usepackage{appendix}
%\usepackage{amsart}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage{amsmath}
%\usepackage{amscls}
\usepackage{fontenc}
\usepackage{amssymb}
\usepackage{dsfont}
%\usepackage{floats}
%\usepackage{figlatex}
%\usepackage{dvips}
%\usepackage{latex}
%\usepackage{epsf}
\usepackage{epsf}
\begin{document}
Trial \cite{scheduling}
\bibliographystyle{alpha}
\bibliography{MN3P5bibfileThesis}
\end{document}
On the first page:
Code: Select all
Trial [BU05]
Code: Select all
Bibliography
[BU05] G. Bacak and U. Ufuktepe. Applications of Graph Coloring, volume 3482 of
Lecture Notes in Computer Science, chapter Symbolic Computation, SC 2005
Workshop, pages 522{528. Springer Berlin / Heidelberg, 2005.