BibTeX, biblatex and biberTwo Bibliographies in one Document

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
lyxcos
Posts: 3
Joined: Mon Jan 30, 2012 5:36 pm

Two Bibliographies in one Document

Post by lyxcos »

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!!!

Recommended reading 2024:

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

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

Post by localghost »

Looks like a job for the multibib package.


Best regards and welcome to the board
Thorsten
lyxcos
Posts: 3
Joined: Mon Jan 30, 2012 5:36 pm

Re: Two Bibliographies in one Document

Post by lyxcos »

thanks for the hint and the welcome ;)
i'll check it and try to make it work
lyxcos
Posts: 3
Joined: Mon Jan 30, 2012 5:36 pm

Two Bibliographies in one Document

Post by lyxcos »

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

Code: Select all

\makeatletter
\renewcommand{\@biblabel}[1]{[#10]}
\makeatother
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!
Post Reply