Possible Duplicate:
How to split the bibligraphy into two with different bibnames?
Hi,
I would like to add two separate bibliographies in my document but I also would like to give them different names - "References" and "Referenced blogs". How should I do that? Or - rather - what should I write to my code?
\nocite{*}
\bibliographystyle{plain}
\bibliography{literatura1}
Thanks for the advice!