4
votes
1answer
59 views

Per-section cited and uncited reference list with biblatex

I'm using the example in section 3.11.3: Multiple Bibliographies of the Biblatex Documentation. I want to combine it with this example to get per-section cited and uncited bibliographies. It's not ...
4
votes
1answer
180 views

Omit heading in biblatex with printbibliography

Is it possible to omit the heading when I use the \printbibliography command? I want to print two different bibliographies one after the other and need to add some text between the second heading and ...
1
vote
2answers
98 views

Get next section to put bibliography in TOC

I'd like to show the bibliography in the TOC. This is how far I got: \clearpage \def \nextsection{\thesection + 1} \addcontentsline{toc}{section}{\nextsection Bibliography} \printbibliography ...
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 ...
5
votes
1answer
297 views

biblatex: excluding shorthand entries from the main bibliography

I use the following coding for biblatex with verbose-ibid, sorry I still do not know how to include a file: ...
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 ...
9
votes
2answers
861 views

biblatex/multicol: Incorrect vertical space after bibliography heading

I'm trying to typeset a bibliography inside a multicols environment, but with the heading as a single column (using multicols' optional argument). I've noticed that the vertical space between the ...
5
votes
2answers
625 views

Biblatex and mla-paper making weird headings

I'm trying to use mla-paper and biblatex with MLA style in the same document so I can have a managed bibliography but with the whole document in MLA. I seem to have it working almost properly, but it ...