Tagged Questions
8
votes
1answer
46 views
order of multiple keys in \cite-command
The biblatex-command \cite{key} can take several keys, separated by a comma: \cite{ckey1,akey2,bkey3}.
The output is a list ordered alphabetically by surname: akey2; bkey3; ckey1 (where key of course ...
3
votes
0answers
84 views
Is the biblatex toggle behavior expected or should the result stabilize [closed]
In my previous question an issue arose due to the use of multiple bibliographies in the given solution, that I extended here.
So the issue is that the numbering in the second bibliography toggles ...
0
votes
0answers
39 views
Biblatex: Chronological sorting in citations only [duplicate]
Presently I am using sort=nyt scheme, which correctly sorts the bibliography section. However, the citations are appearing as:
(Author1 et al. 2002; Author2 et al. 1975; Author3 et al. 1999)
I ...
4
votes
2answers
118 views
Biblatex not compress specific group
I am doing a literature review. And I want to put references about a certain topic inside the table.
My question is very similar to: Sort but do not compress numeric citations in BibLaTeX
However, ...
0
votes
1answer
172 views
Sorting references, and displaying “References” instead of “Bibliography”
In my \documentclass{llncs}, I use
\usepackage{hyperref}
\usepackage[sort]{natbib}
to sort the references of my document. While the above achieves sorting, the section entitled "Bibliography" ...
2
votes
1answer
196 views
Citation order by year [closed]
I'm fairly new to LaTeX so this question may come off as trivial, but how would one go about sorting the elements within a citation by year?
For example, my citation would read in alphabetical order ...
8
votes
1answer
1k views
biblatex - quote in chronological order but bibliography list must be alphabetical order
I want to use more than one type of specification in my bibliography. I want to quote in chronological order but have the bibliography list in alphabetical order.
If I am quoting 2-3 references in ...
7
votes
1answer
718 views
BibLaTeX: how to sort references by year within the citation
I am using biblatex with the following command: \usepackage[citestyle=numeric-comp,sorting=none]{biblatex}, and then add muptiple citations with, e.g. \cite{Lamont1985, Sorin1983}.
I need the ...
14
votes
1answer
341 views
Unsorted citations and floats
In attempting to answer this question Citations in order of appearance it's clear that unsorted citation schemes (ones in which the citations are numbered simply by order of appearance) can be easily ...
18
votes
1answer
1k views
Biblatex, capitalization of arabic names and name prefixes
As we know, using the useprefix option, when name prefixes like von, della etc. are present in the bibliography, enables us to change name sorting as well as capitalize those prefixes using commands ...
