summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/bibtex/biber/t/tdata/sort.bib
blob: 38384d53b18f7e985351935cf6543b18d550e624 (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
32
33
34
35
36
37
38
39
@BOOK{L1,
  AUTHOR	    = {John Doe},
  TITLE		    = {Algorithms For Sorting},
  PUBLISHER	  = {A press},
  LOCATION	  = {Cambridge},
  YEAR		    = {1995},
}

@BOOK{L2,
  AUTHOR	    = {John Doe},
  TITLE		    = {Sorting Algorithms},
  PUBLISHER	  = {A press},
  LOCATION	  = {Cambridge},
  YEAR		    = {1995},
}

@BOOK{L3,
  AUTHOR	    = {John Doe},
  TITLE		    = {More and More Algorithms},
  PUBLISHER	  = {A press},
  LOCATION	  = {Cambridge},
  YEAR		    = {1995},
}

@BOOK{L4,
  AUTHOR	    = {John Doe and others},
  TITLE		    = {Some title about sorting},
  PUBLISHER	  = {Another press},
  LOCATION	  = {Cambridge},
  YEAR		    = {1995},
}

@BOOK{L5,
  AUTHOR	    = {John Doe and others},
  TITLE		    = {Some other title about sorting},
  PUBLISHER	  = {Another press},
  LOCATION	  = {Cambridge},
  YEAR		    = {1995},
}