GeneralMultiple Bibliographies from several Files

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
fastest
Posts: 5
Joined: Fri Nov 14, 2008 5:39 pm

Multiple Bibliographies from several Files

Post by fastest »

Hello to everyone!

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}
The problem is that using the TeXnicCenter GUI, and the command BibTeX to the file "web.bib", the program is not doing its work. It does not create the file "web.bbl", and consequently the web site's page is not appearing in the thesis. If you use instead the command window, typing 'bibtex web', the file "web.bbl" appears and thus the thesis is complete.

Am I doing anything wrong during the procedure?

Thanks in advance!

Gabriele

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Multiple Bibliographies from several Files

Post by Juanjo »

fastest wrote: Am I doing anything wrong during the procedure?
No, you are doing what you really have to do. Anyway, this kind of issue is not new in this forum. You may be interested in this thread, which gives you a way to compile without opening the console.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
fastest
Posts: 5
Joined: Fri Nov 14, 2008 5:39 pm

Multiple Bibliographies from several Files

Post by fastest »

Thank you, Juanjo! :D

I followed the instructions of the link you posted and everything went well!

Have a good week!

Regards
Gabriele
Post Reply