Search found 3 matches

by andankert
Mon Aug 12, 2013 2:55 pm
Forum: BibTeX, biblatex and biber
Topic: Sort Citations by Reference Number
Replies: 4
Views: 55072

Re: Sort Citations by Reference Number

Excellent! That did the job!

Thanks a lot Clemens!!!

André
by andankert
Sun Aug 11, 2013 3:29 pm
Forum: BibTeX, biblatex and biber
Topic: Sort Citations by Reference Number
Replies: 4
Views: 55072

Sort Citations by Reference Number

Hi,

since it includes a bibliography file, I made this example, explaining my problem at the same time:
\documentclass{book}
\usepackage{filecontents}

\begin{filecontents}{bibfile.bib}
@article{Nobody01,
author = "Nobody A",
title = "My Article A",
journal="J1",
year = "2002"
}
@article ...
by andankert
Sat Aug 10, 2013 6:14 pm
Forum: BibTeX, biblatex and biber
Topic: Sort Citations by Reference Number
Replies: 4
Views: 55072

Sort Citations by Reference Number

Hi,

I'm just finalizing my thesis and have a minor design question. If I reference some papers multiple times in different combinations, I cannot keep track of their order in the bibliography. That means, some references will occur in the document like this [43,12,23,13,14]. Is there a way that the ...