2
votes
1answer
49 views

Reversed name in shorthand division of bibliography

Using Biblatex with LyX I've managed to get a subdivided bibliography almost the the way I want it. The idea is to cite the key works with abbreviations that are conventional to my subject. For this I ...
2
votes
1answer
53 views

Getting divided bibliography with Biblatex

I'm writing my thesis in LyX using Biblatex. Would it be possibly to get an output bibliography that is subdivided into one section with the work of my main subject (Wittgenstein) referred to with ...
5
votes
0answers
147 views

How to arrange references at the end of each chapter (in a Thesis)? [closed]

I am writing my PhD thesis and my supervisor has asked me to append the references at the end of each chapter. However, the template (which I am using) is unable to do so. I have downloaded this ...
4
votes
2answers
79 views

Structuring the bibliography by headings and subheadings

In my Bibliography, I need two categories: Primary Sources and Secondary Sources. The first needs to be subdivided into Manuscripts and Published Works. So, I thought I could use the following code: ...
0
votes
1answer
92 views

Small bibliography inside a document with its own bibliography [duplicate]

A document (class article) has a bibliography (using biblatex) printed at the end. But inside the document, a small section (call included section in my example) has its own bibliography (not part of ...
3
votes
1answer
97 views

Biblatex/biber non-consecutive numbering references by type when using multiple bibliographies

I'm trying to have two bibliographies in one document. The first on is the normal references. And the later is intended to be a publication list and should be separated by type. I managed to split ...
3
votes
1answer
146 views

biblatex: Two .bib files with separate behavior in same document

I am having some trouble using biblatex with two bibliographies. I am using the following option: \usepackage[firstinits=true, isbn=false, url=false, doi=false, style=ieee, defernumbers=true, ...
4
votes
1answer
134 views

Add bibsection to toc (biblatex)

I used biblatex with sucess in Problems with biblatex to obtain multiple bibliographies by chapter and a global bibliograhy. But i need add the bibsection to the toc Contents List of figures ...
5
votes
1answer
230 views

Per-chapter bibliographies in biblatex

I'm really new in using biblatex, compile the sample placed in Multiple bibliographies and one global bibliography - all with global labels, but what I get is 1.1 Foo Some text [B02x ]. 1.2 ...
6
votes
1answer
111 views

How to render a normal and compressed version of the bibliography in one document?

I use biblatex and biber for the bibliography and I came to the problem that I need a subset of the bibliography to be in verbose style (all authors for 5 references) and at another place in the ...
5
votes
1answer
742 views

biber/biblatex: \printbibliography spits out section heading despite filters/checks

With a setup as reproduced below, I end up with a section heading "Book Chapters" being produced although there is no bib entry to be printed. This leaves me (in my complete setting) with a bunch of ...
7
votes
1answer
153 views

Set biblatex aux file name

I am using biblatex with refsection=chapter. That results in aux files named according to this pattern, assuming a source file called book.tex for a book of n chapters: book1-blx.aux book2-blx.aux ...
4
votes
1answer
139 views

biblatex continuous reverse numbering all but one category

I am updating my cv and the answer biblatex continuous reverse numbering... to my previous question solved my problem, until I realized that I should not count my unpublished articles (which I would ...
5
votes
1answer
228 views

biblatex per-chapter bibliography and titlesec

This is a follow-up to my previous question Proper way to include unnumbered chapters in a per chapter bibliography using biblatex. The solution proposed by Audrey breaks when I use the titlesec ...
8
votes
3answers
364 views

Proper way to include unnumbered chapters in a per-chapter bibliography using biblatex

I've been using example 3.11.4 of the biblatex documentation to generate a per-chapter bibliography at the end of my thesis. It works great, until I try to make my introduction into an unnumbered ...
0
votes
0answers
224 views

Using biblatex to generate two lists: Publications and Working Paper ordered by date in a CV [closed]

This is a follow up question to How to split bibliography for different sections? for the answer using biblatex. When I run the code provided, the references are not getting generated. Only the ...
4
votes
1answer
129 views

BibLaTeX: main and secondary bibliographies [duplicate]

Possible Duplicate: biblatex: printing separate bibliographies I'm writing a PhD thesis in which I intend to include the full contents of an article I wrote. Since I'd like the text to be ...
4
votes
1answer
120 views

\refsegment in biblatex broken since update to TL2012

I'm writing my thesis and I'm using biblatex with a biber back-end to create a per-chapter bibliography. I recently updated to TL2012 and since then the references to the refsegments have broken down ...
4
votes
1answer
196 views

biblatex continuous reverse numbering through categories

The answer to Citing a certain type of reference ... almost perfectly solves my problem, but I would like to have the my cv sorted with continuous counting: **Articles** [5] great Article 2 [4] great ...
8
votes
2answers
168 views

Use custom tags to split bibliography

With biblatex you can split a bibliography based on keywords using \printbibliography[keywords=mykeyword] as documented in Sectioning bibliography by type of refered item. This seems to be ...
11
votes
2answers
584 views

Reset the counter of references in each chapter

I am currently busy with writing my PhD book in LaTeX. I want to have separate references list at the end of each chapter. Thanks to my colleague, we have added some line for this purpose and it ...
9
votes
1answer
145 views

Biblatex clear URL field for entries in a certain category

Can you please help me to process biblatex entries. I want to... Print separate bibliographies for online and offline entries Both @online entries and @misc entries with a url-field should go into ...
6
votes
2answers
411 views

biblatex: separating publications of a specific author in the bibliography

The question I want to ask is related to the answer of this question: biblatex: filter out publications from a specific author in the references dynamically . My aim is to separate my bibliography ...
5
votes
1answer
214 views

Suppress year label letter in biblatex author-year styles on a per-bibliography or per-keyword basis

I have a document with multiple bibliographies (generated with biblatex and biber). I am wondering if it is possible to suppress the generation of a letter after the year (extrayear) for only one if ...
5
votes
1answer
613 views

Separating two types of articles from bibtex using \printbibliography

I am not an expert on LaTeX/TeX but know very basic of it only. I have a .bib file where I put all my "articles" like this in the .bib: @article{, author = "Authors1", title ...
9
votes
2answers
364 views

Bibliography sections without duplicate entries

I am creating a document using biblatex. The document needs multiple separate bibliographies, as provided by the refsegment environment. The same work may be cited in multiple refsegments, but I want ...
1
vote
1answer
397 views

Separate bibliographies with global labels

I have several categories of bibliographic entries which I would like to present satisfying the following requirements: Each category goes into its own subsection (for example, journal articles, ...
6
votes
1answer
314 views

Biblatex multible bibliographies using keywords not working

I'm trying to print a sperate bibliography for references for figures but only one of the bibliographies prints at the end of the document. Warnings in the document: Keyword 'primary' not found on ...
7
votes
1answer
707 views

Citing a certain type of reference using biblatex

I am in the process of updating my CV using LaTeX. In my CV, I have a list of publications, reports, etc., and I would like to use biblatex to manage these lists. Currently, all of my publications ...
6
votes
2answers
675 views

sorting multiple bibliographies in biblatex

I have a thesis which has two bibliographies. It includes a list of publications and a reference list. The reference list should be unsorted, or rather, sorted in order of appearance, while the list ...
5
votes
1answer
345 views

Clash between splitbib and hyperref

When I use the splitbib package, the anchors for the citations produced by hyperref seem to disappear. I have some example code to illustrate the problem: \documentclass{article} ...
9
votes
2answers
510 views

Incompatibility of biblatex and tex4ht when using defernumbers

There seems to be a known incompatibility between biblatex and tex4ht when using defernumbers=true. I have one large .bib file. In the document I want to group the references into different ...
15
votes
3answers
1k views

biblatex: multiple bibliographies categorised by different .bib files

biblatex supports multiple bibliographies by looking up the 1) entry type, 2) keyword, or 3) category. This is all fine, but in the use case of primary sources and secondary sources: 1) the 'type' ...
6
votes
1answer
669 views

How to format the references heading when using multiple bibliographies

I have what I hope is a simple question. I finally figured out how to get the multiple bibliographies to work (mostly) like I want it. The one additional formatting thing I would like is to make the ...
8
votes
2answers
3k views

Multiple bibliographies (reference lists) using embedded bibliography database

I would like to have multiple bibliographies (reference lists) as described in Airminded ยท Multiple bibliographies in LaTeX (TeX Frequently Asked Questions -- question label "multbib"). However, ...
10
votes
2answers
572 views

Group the references in bibliography

I am preparing a report in LaTeX and I have many references which I intend to put in the Bibliography. I was wondering if it possible to group the reference based on the topic. I would expect a LaTeX ...
2
votes
0answers
1k views

biblatex: per chapter and per section bibliography [closed]

I'm using biblatex for PhD thesis. I want to have per chapter bibliographies. Moreover I would like to split the bibliography for each \section. Therefore I use refsection=section when loading ...
6
votes
1answer
694 views

Bibliography per chapter with continuous numbering

I would like to create a document with two chapters. After the first chapter there should be a bibliography. The next chapter should be able to reference items of the former chapter, but only show the ...
5
votes
1answer
502 views

Bibliography with subbibliographies with biblatex

What is the best way to make bibliography with multiple levels in biblatex? Concretely, someone wanted to have bibliography of his own papers, where under each of them is the list of papers that cited ...
7
votes
2answers
1k views

biblatex: List of references of own papers in appendix (might intersect with bibliography)

In my thesis I need a chapter in the appendix, which lists my own papers. How can I achieve that with the following conditions: biblatex is used it is possible that a paper has already been cited ...
9
votes
2answers
444 views

biblatex: Single out specific bibliography entries

I'm writing a document and I want to split my bibliography into 3 or more sections, where the first sections single out specific entries in some specific order, and the last section shows all other ...
14
votes
1answer
646 views

Different sorting schemes in different sections of bibliography

Update 5-Sep-2012: Sorry for highjacking this question, but as the status of the accepted selected answer has changed (now multiple sorting is implemented with biber/biblatex), and I think it is a ...
7
votes
1answer
1k views

Section bibliographies

What is the best way create a bibliography for separate sections within a document? I am using biblatex.
3
votes
1answer
505 views

Create a publications and patents stand-alone list

I would like to create a document containing a list of publications and patents using LaTeX. This could be a companion to a CV/Resume. Ideally, I would like to use a bib file, but would also like to ...
6
votes
2answers
2k views

biblatex style with multiple bibliographies in one document

This is to all the biblatex gurus. I have only just come from Bibtex to Biblatex and I think I am lost in the many options available. Here is my scenario: I have a document, thesis which I intend to ...
7
votes
3answers
1k views

How to split the bibligraphy into two with different bibnames?

I'm using texclipse with MiKTeX 2.8. For my thesis I need to split my list of references into two parts: literature and online sources. I've so far: \usepackage{url} \usepackage{harvard} ...
6
votes
1answer
741 views

How to make memoir not put bibliography on next recto page

I am using two columns in a memoir document and when I place a bibliography using bibtex for some reason it ends up on the next recto page. I am writing a book with multiple chapters and I want each ...
8
votes
1answer
2k views

biblatex: printing separate bibliographies

I'm using biblatex and I have it set up like this: In my bib file I have 3 sorts of entrys, online, booklet, and book. And in my thesis I want them printed separate like this: ...
11
votes
1answer
2k views

Two bibliographies with two different styles in the same document

When using biblatex, suppose I have set up two separate bibliographies, how can I assign them different styles, e.g. one numbered and the other author-year format or some such thing. ...
5
votes
2answers
1k views

Multibib reverse label or sort order

I'm using multibib. I manually set the order of the bibliography. I would like the order of the numbered items to be reversed. For example, my document has: \nociteX{Foo} \nociteX{Bar} And the ...

1 2