summaryrefslogtreecommitdiff
path: root/tex/context/base/publ-imp-test.bib
blob: 50e887a88c1fd280dd260b5b29247cd116547333 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
% The fields. This file needs to be filled with dummy data. Either fake names
% or maybe something DEK.

@article {test-article,
    author   = "...",
    comment  = "...",
    crossref = "...",
    editor   = "...",
    issue    = "...",
    journal  = "...",
    note     = "...",
    pages    = "...",
    title    = "...",
    volume   = "...",
    year     = "...",
}

@book {test-book,
    author    = "...",
    comment   = "...",
    chapter   = "...",
    crossref  = "...",
    editor    = "...",
    series    = "...",
    pages     = "...",
    publisher = "...",
    volume    = "...",
    year      = "...",
}

@inbook {test-inbook,
}

@booklet {test-booklet,
}

@manual {test-manual,
}

@incollection {test-incollection,
}

@inproceedings {test-inproceedings,
}

@proceedings {test-proceedings,
}

@mastersthesis {test-mastersthesis,
}

@phdthesis {test-phdthesis,
}

@techreport {test-techreport,
}

@misc {test-misc,
}

@unpublished {test-unpublished,
}