BibTeX, biblatex and biber ⇒ Two Bibliographies in one Document
Two Bibliographies in one Document
I am not so used with LaTeX and in must prepare a document where the bibliography should be split into 2 lists, one with my papers and the other with other cited articles.
I tried defining both with the "thebibliography" environment, but the second starts from [1], and i need it to start with the next number after my publications (which are 8), so with 9
can anyone please provide me a suitable solution for this?
thank you!!!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Two Bibliographies in one Document
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Two Bibliographies in one Document

i'll check it and try to make it work
Two Bibliographies in one Document
i tried to use the multibib, but now i have another problem
instead of counting from 9 the second bibliography, in the resulting PDF file it starts from 10 and goes from 10 to 10, namely
[10], [20], ...
i used the commands
Code: Select all
\makeatletter
\renewcommand{\@biblabel}[1]{[#10]}
\makeatother
any suggestion? as i said, my first references list has 8 entries and the second one should start with [9],...
thank you!