I am a brand new registered user and this is my first topic and discussion in general within this forum. I have a problem with BibTeX and TeXnicCenter.
I added a kind of web bibliography page at the end of my thesis, like a sort of normal bibliography. In the preamble I added the following code to make everything work (the code is not in this order, I mean that there is something else between the commands).
Code: Select all
\usepackage[resetlabels]{multibib} % questo pacchetto serve per inserire la bibliografia dei siti consultati
\newcites{web}{Siti Web consultati}
\usepackage[bookmarks]{hyperref}
\nociteweb{*}
\addcontentsline{toc}{chapter}{Siti web consultati}
\bibliographystyleweb{plain}
\bibliographyweb{web}
Am I doing anything wrong during the procedure?
Thanks in advance!
Gabriele