Hi everyone!
I am using bibLaTeX since a while and I am quite happy with it. Most difficulties I have been able to solve, but now there is this bibliography entry:
@BOOKLET{frontiereconomics2009,
title = {{Measuring Monitor's impact}},
author = {{frontier economics}},
address = {London},
year = {2009},
keywords = {UK2},
timestamp = {2011.03.30}
}
Due to the lower case letter in the field author it is sorted right after all other capital lettered entries. Of course I would like to have it sorted under "F/f". Is there any trick to achieve that?
Thanks a lot already?
BibTeX, biblatex and biber ⇒ Lower case Author - Sorting in BibLaTeX
Lower case Author - Sorting in BibLaTeX
Last edited by tjaenare on Thu Jun 16, 2011 11:27 am, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Lower case Author - Sorting in BibLaTeX
Solved
I found a solution to the problem by adding a sortname entry:
@BOOKLET{frontiereconomics2009,
title = {{Measuring Monitor's impact}},
author = {{frontier economics}},
address = {London},
year = {2009},
keywords = {UK2},
sortname = {Frontier},
timestamp = {2011.03.30}
}
Anyway, thanks a lot to those who tried!
I found a solution to the problem by adding a sortname entry:
@BOOKLET{frontiereconomics2009,
title = {{Measuring Monitor's impact}},
author = {{frontier economics}},
address = {London},
year = {2009},
keywords = {UK2},
sortname = {Frontier},
timestamp = {2011.03.30}
}
Anyway, thanks a lot to those who tried!