-
Notifications
You must be signed in to change notification settings - Fork 2
/
.bibtoolrsc
62 lines (56 loc) · 992 Bytes
/
.bibtoolrsc
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# This is a config file for bibtool, see
# http://www.gerd-neugebauer.de/software/TeX/BibTool/en/
# To use it, invoke bibtool as follows:
# bibtool docs/references.bib -o docs/references.bib
sort = on
# sort order for fields
sort.order{* =
bibkey
author
title
editor
booktitle
mrnumber
zbl
journal
fjournal
series
volume
number
note
howpublished
address
organization
publisher
edition
pages
year
month
doi
url
}
print.align.key = 0
preserve.key.case = on
sort.cased = off
print.use.tab = off
delete.field = { hal_id }
delete.field = { hal_version }
delete.field = { isbn }
delete.field = { issn }
delete.field = { keywords }
delete.field = { mrclass }
delete.field = { mrreviewer }
delete.field = { msc2010 }
fmt.name.name = { }
fmt.inter.name = { x }
key.format =
{
%s(bibkey)
#
%.1#n(author)
{ %1.3n(author) }
{ %2d(year) }
#
{ %+8.1n(author) }
{ %2d(year) }
}