I am using biblatex with the numeric-comp citation style, which sorts&compresses citations.
E.g. \cite{C,A,E,B} ... \cite{D} becomes "[1-3,5] ... [4]" (with 1=A, 2=B, 3=C, 4=D and 5=E).
In general this suits me fine, however there is one citation in my document where I would like biblatex to respect the order in which I specify the references. E.g. \cite{C,A,E,B} should become "[3,1,5,2]".
Does anyone know a way to do this?
