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