Tagged Questions
4
votes
1answer
45 views
Sectioning bibliography by type (with multiple types per section)
I would like to distinguish books from articles, manuals, etc. This can be done by using:
\printbibliography[heading=subbibliography,title={Book References},type=book]
or
...
5
votes
1answer
222 views
Possible to change sort order in natbib?
I have played a little with LaTeX lately and I really like it, it makes the document look top professional and makes structuring a report easy.
I am currently using it for a big assignment with lots ...
4
votes
1answer
138 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 ...
0
votes
0answers
223 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
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 ...
5
votes
1answer
531 views
Antichronological ordering of references in moderncv using apacite
I'm using the moderncv documentclass to create my CV and I need the reference list to adhere to the APA guidelines. I know biblatex provides sorting options but unfortunately moderncv does not support ...
6
votes
2answers
673 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 ...
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
384 views
Sectioning bibliography by type of refered item
My promoteur has a very unusual requirement: the bibliography needs to be sorted first by specific type of refered item, next by author and by year of publication.
I managed to get this custom ...
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 ...