BibTeX, biblatex and biber ⇒ Seperate bibliography into books only, articles only, etc.
Seperate bibliography into books only, articles only, etc.
I'd like to seperate my bibliography according to the type : articles, books, online, etc. but still appear on the same page (chapter Bibliography). I've found several solutions but which require bibtex. I'm using biblatex. How should I proceed ?
I attached a simplified version of my .tex file and bib file.
Have a nice weekend !
Coline
- Attachments
-
- bibliography.bib
- (8.5 KiB) Downloaded 420 times
-
- latex.tex
- (1.78 KiB) Downloaded 506 times
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Seperate bibliography into books only, articles only, et
http://texwelt.de/wissen/fragen/7532/wi ... bliografie
Re: Seperate bibliography into books only, articles only, et

But again, thank you so much for your help !!!!
Coline
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Seperate bibliography into books only, articles only, et
Seperate bibliography into books only, articles only, etc.
However some of my references keep appearing twice. Ex : 1 reference appear in both "Book" and "Online" whereas its type is book. Any ideas ? You told me once that my Biber version is outdated. Can that be the problem ?
I'm trying to send you an example but unfortunately I get an "Empty Bibliography"

Ex
Code: Select all
\printbibliography[heading=subbibliography, title={Online Documents},nottype=unpublished,nottype=book,nottype=techreport,nottype=masterthesis,nottype=article,nottype=phdthesis,nottype=report]
%\printbibliography[type=article, heading=subbibliography,
Coline
Seperate bibliography into books only, articles only, etc.
2 or 3 references are still missing but you told me in an earlier thread that this is because my Bibtex version's old so maybe this is the same problem...
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Seperate bibliography into books only, articles only, et
An outdated System can be a problem, but there is no guarantee. A malformatted database entry is also possible.
Re: Seperate bibliography into books only, articles only, et
Thanks again !
Coline
- Attachments
-
- bibliography.bib
- (10.42 KiB) Downloaded 540 times
-
- latex.tex
- (1.78 KiB) Downloaded 460 times
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Seperate bibliography into books only, articles only, et
And don't put formatting commands into the database, they do not belong there. Something i stripped from my example for you earlier.
Re: Seperate bibliography into books only, articles only, et
Thankyou again !!!