LyX ⇒ Biblatex and multiple bibliographies
-
- Posts: 6
- Joined: Thu May 28, 2009 7:58 pm
Biblatex and multiple bibliographies
I'm writing a text about some artists i've working on. The structure is like a catalog, a lot of chapters, each one with an artist. I want one bibliography at the end of each chapter, but i'm using the bibliography stile verbose-trad2 of biblatex package, because I need to use "Ibid." or "Op. cit." when I repeat a citation.
The problem: i don't know how do that. There is a lot of packages like bibunit or multibib, but I cant do it works.
Someone knows how can i do the multiple bibliographies with the biblatex package?
regards
Antonio
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Biblatex and multiple bibliographies
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Biblatex and multiple bibliographies
-
- Posts: 6
- Joined: Thu May 28, 2009 7:58 pm
Re: Biblatex and multiple bibliographies
Can you help me?
Regards
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Biblatex and multiple bibliographies
-
- Posts: 6
- Joined: Thu May 28, 2009 7:58 pm
Biblatex and multiple bibliographies
Code: Select all
\usepackage[style=verbose-trad2]{biblatex}
\bibliography{/Volumes/MACNUELA/Perifericos/Informe/Informe}
\renewcommand*{\mkibid}{\emph}
\let\myFoot\footnote
\renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
At this moment I'm really lost. What can I do?
-
- Posts: 6
- Joined: Thu May 28, 2009 7:58 pm
Biblatex and multiple bibliographies
¿Can anyone help me? I need to know how to create or localize the .aux file and the process of creating a multiple bibliographis. I know that it is explained in the biblatex manual, but I don't know how create or localice the aux file or how to incorporate different databases of bibliographies.