hello there,
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!!!
BibTeX, biblatex and biber ⇒ Two Bibliographies in one Document
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Two Bibliographies in one Document
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Two Bibliographies in one Document
thanks for the hint and the welcome 
i'll check it and try to make it work

i'll check it and try to make it work
Two Bibliographies in one Document
hello,
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
i tried to modify somehow their parameters, but it doesn't work then
any suggestion? as i said, my first references list has 8 entries and the second one should start with [9],...
thank you!
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!