summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/bibtex/biber/etc/biber.conf
blob: 5b29e16f303b23c9688dc2fa9a2aa6541032c089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This is a sample file only, don't actually use this - it's intended just as an example
# of the format of the file
allentries          0
bibdata             undef 
bblencoding         UTF-8
bibencoding         UTF-8
collate             1
<collate_options>
    level           3
</collate_options>
debug               0
fastsort            0
mincrossrefs        2
nolog               0
<nosort>
  # ignore prefices like 'al-' when sorting name fields
  type_name      \A\p{L}{2}\p{Pd}
  # ignore diacritics when sorting author
  type_name      [\x{2bf}\x{2018}]
  # Ignore "The " when sorting titles
  type_title      \AThe\s+
</nosort>
onlylog             0
quiet               0
sortcase            true
sortlocale          en_US.utf8
sortupper           true
trace               0
validate_control    0
validate_structure  0
wraplines           0