I'm trying to make my blibliography with bibDesk but i don't know how to do it. I already generate a .bib file an place it in the same folder of mi latex code. How do i use the .bib file?
In mi text i have something like this:
but when i generate de document i get this...
...casos de pruebas, entre otros, que pueden ser reutilizados cuando se desee construir un nuevo sistema. \cite{northrop2002sei}
at the end of the document i have
...casos de pruebas, entre otros, que pueden ser reutilizados cuando se desee construir un nuevo
sistema. ?
Code: Select all
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% BIBLIOGRAPHY
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\bibliography{tesisbibliografia}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}