BibTeX, biblatex and biberLast names starting with W appears first in bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Hello123456789
Posts: 1
Joined: Thu May 30, 2019 4:47 pm

Last names starting with W appears first in bibliography

Post by Hello123456789 »

Hi,

I am new with latex, I'm writing a report in Overleaf and now I have a bibiography problem. The bibliography looks fine, it prints the references on the form I want and also the in-text citations work well. However, authors with a last name starting with W appear at the top of the bibliography. The rest of the bibliography is in alphabetical order - as it is supposed to be. So I guess I must somehow have told biblatex that the alphabet starts with W?

I think the problem should be somewhere in here, but I just can't find it:

Code: Select all

Code, edit and compile here:
\usepackage{csquotes}%To use biblatex!
% Here you can choose if you want url or DOI in the bibliography!
\usepackage[
backend=biber,
style=authoryear-icomp,
sorting=nyc,
isbn=false,
doi=true,
dashed=false,
maxbibnames=99,
uniquename=init,
giveninits %to not print first names in bibliography
]{biblatex}
%ref.bib is the name of the biblatex file from zotero
\addbibresource{ref.bib}
\DeclareFieldFormat[article]{title}{#1}
\renewbibmacro{in:}{}
\renewcommand*{\finalnamedelim}{%
\ifnumgreater{\value{liststop}}{2}{\finalandcomma}{}%
\addspace\&\space}
\DeclareLabeldate{%
\field{date}
\field{year}
\field{eventdate}
\field{origdate}
% \field{urldate}
\literal{nodate}
}
%u.å is swedish for n.d. (no date)
\DeclareFieldFormat{extrayear}{%
\iffieldnums{labelyear}
{\mknumalph{#1}}
{\addnbthinspace\mknumalph{#1}}}
\DeclareFieldFormat{urldate}{\mkbibbrackets{#1}}
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Last edited by Stefan Kottwitz on Thu May 30, 2019 10:15 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

thomasb
Posts: 134
Joined: Thu Aug 03, 2017 10:54 am

Last names starting with W appears first in bibliography

Post by thomasb »

Does this has something to do :

Code: Select all

Code, edit and compile here:
\sort{
\field{sortname}
\field{author}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
?
Post Reply